-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
exclude :test_hup_me, "needs investigation" | ||
exclude :test_invalid_signal_name, "needs investigation" | ||
exclude :test_kill_immediately_before_termination, "needs investigation" | ||
exclude :test_sigchld_ignore, "needs investigation" | ||
exclude :test_sigexit, "needs investigation" | ||
exclude :test_signal_exception, "needs investigation" | ||
exclude :test_trap_uncatchable_KILL, "needs investigation" | ||
exclude :test_trap_uncatchable_STOP, "needs investigation" | ||
exclude :test_signal2, "needs investigation" | ||
exclude :test_trap, "needs investigation" | ||
exclude :test_trap_system_default, "needs investigation" | ||
exclude :test_kill_immediately_before_termination, "pid 43233 exit 0." | ||
exclude :test_trap_uncatchable_STOP, "SIGSTOP is not allowed to be caught." | ||
exclude :test_hup_me, "assert_separately failed" | ||
exclude :test_sigexit, "pid 43488 exit 0." | ||
exclude :test_trap_uncatchable_KILL, "SIGKILL is not allowed to be caught." | ||
exclude :test_sigchld_ignore, "Errno::ECHILD expected but nothing was raised." | ||
exclude :test_invalid_signal_name, "Expected Exception(ArgumentError) was raised, but the message doesn't match." | ||
exclude :test_signal_exception, "Expected /SIG-SIG/ to not match \"invalid signal name SIG-SIGEXIT\"." | ||
exclude :test_trap, "ArgumentError: Unsupported command ''" | ||
exclude :test_signal2, "ArgumentError: ArgumentError" | ||
exclude :test_trap_system_default, "ArgumentError: Signal already used by VM or OS: SIGQUIT" |