Ignore fuchsia on two compiler tests

This commit is contained in:
Andrew Pollack 2022-10-03 21:11:47 +00:00
parent 0922559768
commit 8a103f548a
2 changed files with 2 additions and 0 deletions

View File

@ -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)]

View File

@ -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)]