tests: cleanup tests/ui/process/fds-are-cloexec.rs
- Replace `ignore-windows` with `only-unix`. - Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
parent
635a06b595
commit
a4a3acace6
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
//@ run-pass
|
//@ run-pass
|
||||||
//@ ignore-windows
|
//@ only-unix
|
||||||
//@ ignore-android
|
//@ ignore-android
|
||||||
//@ ignore-wasm32 no processes
|
//@ needs-subprocess
|
||||||
//@ ignore-haiku
|
//@ ignore-haiku
|
||||||
//@ ignore-sgx no processes
|
|
||||||
|
|
||||||
#![feature(rustc_private)]
|
#![feature(rustc_private)]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue