mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
Adding ignore-fuchsia arg to non-applicable compiler ui tests
This commit is contained in:
parent
78a891d364
commit
875194099c
@ -6,6 +6,7 @@
|
||||
// ignore-emscripten no execve
|
||||
// ignore-sgx no execve
|
||||
// ignore-vxworks no execve
|
||||
// ignore-fuchsia no 'execve'
|
||||
// no-prefer-dynamic
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
@ -8,6 +8,7 @@
|
||||
// ignore-emscripten no processes
|
||||
// ignore-sgx no processes
|
||||
// ignore-vxworks no 'cat' and 'sleep'
|
||||
// ignore-fuchsia no 'cat'
|
||||
|
||||
// N.B., these tests kill child processes. Valgrind sees these children as leaking
|
||||
// memory, which makes for some *confusing* logs. That's why these are here
|
||||
|
@ -2,6 +2,7 @@
|
||||
// ignore-emscripten no processes
|
||||
// ignore-sgx no processes
|
||||
// ignore-vxworks no 'env'
|
||||
// ignore-fuchsia no 'env'
|
||||
|
||||
use std::process::Command;
|
||||
use std::env;
|
||||
|
@ -2,6 +2,7 @@
|
||||
// ignore-emscripten no processes
|
||||
// ignore-sgx no processes
|
||||
// ignore-vxworks no 'env'
|
||||
// ignore-fuchsia no 'env'
|
||||
|
||||
use std::process::Command;
|
||||
use std::env;
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
// ignore-emscripten no threads support
|
||||
// ignore-vxworks no 'sh'
|
||||
// ignore-fuchsia no 'sh'
|
||||
|
||||
use std::process;
|
||||
use std::thread;
|
||||
|
@ -2,6 +2,7 @@
|
||||
// ignore-emscripten no processes
|
||||
// ignore-sgx no processes
|
||||
// ignore-vxworks no 'ps'
|
||||
// ignore-fuchsia no 'ps'
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user