File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ fails:Signal.trap the special EXIT signal code runs the proc before at_exit hand
3
3
slow:Signal.trap the special EXIT signal code accepts the EXIT code
4
4
slow:Signal.trap the special EXIT signal code runs the proc before at_exit handlers
5
5
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
8
6
slow:Signal.trap returns 'DEFAULT' for the initial SIGINT handler
9
7
slow:Signal.trap accepts 'SYSTEM_DEFAULT' and uses the OS handler for SIGPIPE
10
8
slow:Signal.trap allows to register a handler for all known signals, except reserved signals for which it raises ArgumentError
You can’t perform that action at this time.
0 commit comments