Skip to content

Commit f86ee78

Browse files
authored
Rollup merge of #102637 - andrewpollack:ignore-fuchsia-two-tests, r=tmandry
Ignore fuchsia on two compiler tests Adding `ignore-fuchsia` to two irrelevant compiler tests cc. `@djkoloski` r? `@tmandry`
2 parents 17c6582 + 8a103f5 commit f86ee78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: 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)]

Diff for: 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)