Skip to content

Commit 349e603

Browse files
committed
tests: cleanup tests/ui/process/signal-exit-status.rs
- Replace `ignore-windows` -> `only-unix` since the test exercises Unix signals and `ExitStatus::code` behavior that's specific to Unix. - Replace `ignore-*` with `needs-subprocess`.
1 parent eef8c09 commit 349e603

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/process/signal-exit-status.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ run-pass
2-
//@ ignore-wasm32 no processes
3-
//@ ignore-sgx no processes
4-
//@ ignore-windows
2+
//@ needs-subprocess
3+
//@ only-unix (`code()` returns `None` if terminated by a signal on Unix)
54
//@ ignore-fuchsia code returned as ZX_TASK_RETCODE_EXCEPTION_KILL, FIXME (#58590)
65

76
#![feature(core_intrinsics)]

0 commit comments

Comments
 (0)