Skip to content

Commit

Permalink
Tag hanging Signal.trap spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 28, 2021
1 parent edf6c45 commit 3eae54c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/tags/ruby/core/signal/trap_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ fails:Signal.trap ignores the signal when passed nil
fails(JRUBY-5666):Signal.trap the special EXIT signal code runs the proc before at_exit handlers
critical(appears to succeed but IGNORE gets stuck in signal and can't be changed):Signal.trap accepts 'SIG_IGN' as a symbol in place of a proc
critical(appears to succeed but IGNORE gets stuck in signal and can't be changed):Signal.trap accepts 'IGNORE' as a symbol in place of a proc
critical(appears to succeed but IGNORE gets stuck in signal and can't be changed):Signal.trap registers an handler doing nothing with :IGNORE
critical(appears to succeed but IGNORE gets stuck in signal and can't be changed):Signal.trap can register a new handler after :IGNORE
critical(appears to succeed but IGNORE gets stuck in signal and can't be changed):Signal.trap ignores the signal when passed nil
fails:Signal.trap accepts long names as Strings
fails:Signal.trap acceps short names as Strings
fails:Signal.trap accepts long names as Symbols
Expand Down

0 comments on commit 3eae54c

Please sign in to comment.