Skip to content

Commit c26203f

Browse files
committed
Cleanup Signal#trap tags, following the new specs
1 parent 8675297 commit c26203f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/tags/core/signal/trap_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ fails:Signal.trap the special EXIT signal code runs the proc before at_exit hand
33
slow:Signal.trap the special EXIT signal code accepts the EXIT code
44
slow:Signal.trap the special EXIT signal code runs the proc before at_exit handlers
55
slow:Signal.trap the special EXIT signal code can unset the handler
6-
slow:Signal.trap allows to register a handler for all known signals, except reserved signals
7-
slow(not slow, only fails on JDK10, where SIGUSR1 is no longer reserved):Signal.trap raises ArgumentError for reserved signal: SIGUSR1
86
slow:Signal.trap returns 'DEFAULT' for the initial SIGINT handler
97
slow:Signal.trap accepts 'SYSTEM_DEFAULT' and uses the OS handler for SIGPIPE
108
slow:Signal.trap allows to register a handler for all known signals, except reserved signals for which it raises ArgumentError

0 commit comments

Comments
 (0)