Ignore fuchsia on two compiler tests
This commit is contained in:
parent
0922559768
commit
8a103f548a
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue