diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-12-15 12:08:06 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-12-28 12:26:48 -0800 |
| commit | 90bf0d2e3346cc952e3a4a49e93f48c65cc5905f (patch) | |
| tree | 4beb0d435cfdb23b08b014af37c7625fe1df0fc6 /src/test/ui/closures/closure-move-sync.rs | |
| parent | 52b4681de4dd1850058488c7fea7775bb0c71dba (diff) | |
| download | rust-90bf0d2e3346cc952e3a4a49e93f48c65cc5905f.tar.gz rust-90bf0d2e3346cc952e3a4a49e93f48c65cc5905f.zip | |
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Diffstat (limited to 'src/test/ui/closures/closure-move-sync.rs')
| -rw-r--r-- | src/test/ui/closures/closure-move-sync.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/ui/closures/closure-move-sync.rs b/src/test/ui/closures/closure-move-sync.rs index 2f1e6c81ae5..87388247fbf 100644 --- a/src/test/ui/closures/closure-move-sync.rs +++ b/src/test/ui/closures/closure-move-sync.rs @@ -1,4 +1,7 @@ -// ignore-x86 FIXME: missing sysroot spans (#53081) +// FIXME: missing sysroot spans (#53081) +// ignore-i586-unknown-linux-gnu +// ignore-i586-unknown-linux-musl +// ignore-i686-unknown-linux-musl use std::thread; use std::sync::mpsc::channel; |
