diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2020-01-09 05:20:06 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2020-01-09 05:20:06 +0100 |
| commit | 31938366d2da5434344011f20fc2564e03228cd1 (patch) | |
| tree | 9683b2d435e341724d1dabc8ab56f64b52e15d6b | |
| parent | 7c5cff717ffb13c8d0b9eb4d287bd2c565a9d7f4 (diff) | |
| download | rust-31938366d2da5434344011f20fc2564e03228cd1.tar.gz rust-31938366d2da5434344011f20fc2564e03228cd1.zip | |
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.
| -rw-r--r-- | src/test/ui/non-ice-error-on-worker-io-fail.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 deffb2969b6..8af17742850 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"] |
