Skip to content

Commit

Permalink
Retag TestSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 6, 2023
1 parent 7ddfad7 commit 23f49e2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/mri/excludes/TestSignal.rb
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"

0 comments on commit 23f49e2

Please sign in to comment.