|
1 |
| -exclude :test_hup_me, "needs investigation" |
2 |
| -exclude :test_invalid_signal_name, "needs investigation" |
3 |
| -exclude :test_kill_immediately_before_termination, "needs investigation" |
4 |
| -exclude :test_sigchld_ignore, "needs investigation" |
5 |
| -exclude :test_sigexit, "needs investigation" |
6 |
| -exclude :test_signal_exception, "needs investigation" |
7 |
| -exclude :test_trap_uncatchable_KILL, "needs investigation" |
8 |
| -exclude :test_trap_uncatchable_STOP, "needs investigation" |
9 |
| -exclude :test_signal2, "needs investigation" |
10 |
| -exclude :test_trap, "needs investigation" |
11 |
| -exclude :test_trap_system_default, "needs investigation" |
| 1 | +exclude :test_kill_immediately_before_termination, "pid 43233 exit 0." |
| 2 | +exclude :test_trap_uncatchable_STOP, "SIGSTOP is not allowed to be caught." |
| 3 | +exclude :test_hup_me, "assert_separately failed" |
| 4 | +exclude :test_sigexit, "pid 43488 exit 0." |
| 5 | +exclude :test_trap_uncatchable_KILL, "SIGKILL is not allowed to be caught." |
| 6 | +exclude :test_sigchld_ignore, "Errno::ECHILD expected but nothing was raised." |
| 7 | +exclude :test_invalid_signal_name, "Expected Exception(ArgumentError) was raised, but the message doesn't match." |
| 8 | +exclude :test_signal_exception, "Expected /SIG-SIG/ to not match \"invalid signal name SIG-SIGEXIT\"." |
| 9 | +exclude :test_trap, "ArgumentError: Unsupported command ''" |
| 10 | +exclude :test_signal2, "ArgumentError: ArgumentError" |
| 11 | +exclude :test_trap_system_default, "ArgumentError: Signal already used by VM or OS: SIGQUIT" |
0 commit comments