Skip to content

Commit 8a103f5

Browse files
committed
Ignore fuchsia on two compiler tests
1 parent 0922559 commit 8a103f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/ui/process/process-panic-after-fork.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// ignore-emscripten no processes
77
// ignore-sgx no processes
88
// ignore-android: FIXME(#85261)
9+
// ignore-fuchsia no fork
910

1011
#![feature(rustc_private)]
1112
#![feature(never_type)]

src/test/ui/simd/target-feature-mixup.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// ignore-emscripten
77
// ignore-sgx no processes
8+
// ignore-fuchsia must translate zircon signal to SIGILL, FIXME (#58590)
89

910
#![feature(repr_simd, target_feature, cfg_target_feature)]
1011
#![feature(avx512_target_feature)]

0 commit comments

Comments
 (0)