mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
Ignore fuchsia on two compiler tests
This commit is contained in:
parent
0922559768
commit
8a103f548a
@ -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