We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/ui/process/process-panic-after-fork.rs
1 parent a4a3aca commit b617aaeCopy full SHA for b617aae
tests/ui/process/process-panic-after-fork.rs
@@ -1,8 +1,7 @@
1
//@ run-pass
2
//@ no-prefer-dynamic
3
-//@ ignore-windows
4
-//@ ignore-wasm32 no processes
5
-//@ ignore-sgx no processes
+//@ only-unix
+//@ needs-subprocess
6
//@ ignore-fuchsia no fork
7
8
#![feature(rustc_private)]
0 commit comments