]> git.lizzy.rs Git - rust.git/commitdiff
Ignore fuchsia on two compiler tests
authorAndrew Pollack <andrewpollack@google.com>
Mon, 3 Oct 2022 21:11:47 +0000 (21:11 +0000)
committerAndrew Pollack <andrewpollack@google.com>
Mon, 3 Oct 2022 21:11:47 +0000 (21:11 +0000)
src/test/ui/process/process-panic-after-fork.rs
src/test/ui/simd/target-feature-mixup.rs

index 08b30b600e7370f8deb1e4715fd057da637a8873..d0a938c03e803eed65017f3624f21be74f31d648 100644 (file)
@@ -6,6 +6,7 @@
 // ignore-emscripten no processes
 // ignore-sgx no processes
 // ignore-android: FIXME(#85261)
+// ignore-fuchsia no fork
 
 #![feature(rustc_private)]
 #![feature(never_type)]
index 6d7688191b7f1047edbf5a93f190ee2a8ad17666..5dd163715eb494ce99cb25d5a1a599cce6dc7f7e 100644 (file)
@@ -5,6 +5,7 @@
 
 // ignore-emscripten
 // ignore-sgx no processes
+// ignore-fuchsia must translate zircon signal to SIGILL, FIXME (#58590)
 
 #![feature(repr_simd, target_feature, cfg_target_feature)]
 #![feature(avx512_target_feature)]