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`
This commit is contained in:
commit
f86ee786a5
@ -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)]
|
||||
|
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user