From 31938366d2da5434344011f20fc2564e03228cd1 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Thu, 9 Jan 2020 05:20:06 +0100 Subject: [PATCH] Keep plugging holes in the test to placate CI. If this happens again, I'm going to change tack and make this an `// only-linux` test or something along those lines. --- src/test/ui/non-ice-error-on-worker-io-fail.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/ui/non-ice-error-on-worker-io-fail.rs b/src/test/ui/non-ice-error-on-worker-io-fail.rs index deffb2969b60..8af17742850d 100644 --- a/src/test/ui/non-ice-error-on-worker-io-fail.rs +++ b/src/test/ui/non-ice-error-on-worker-io-fail.rs @@ -24,6 +24,7 @@ // ignore-windows - this is a unix-specific test // ignore-emscripten - the file-system issues do not replicate here // ignore-wasm - the file-system issues do not replicate here +// ignore-arm - the file-system issues do not replicate here, at least on armhf-gnu #![crate_type="lib"]