From 23f49e28569cfdec38909417bcb49e36280cdde9 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 6 Dec 2023 15:38:16 +0100 Subject: [PATCH] Retag TestSignal --- test/mri/excludes/TestSignal.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test/mri/excludes/TestSignal.rb b/test/mri/excludes/TestSignal.rb index 5e54c53beb2c..d2596a617b0e 100644 --- a/test/mri/excludes/TestSignal.rb +++ b/test/mri/excludes/TestSignal.rb @@ -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"