Skip to content

Commit 476c37e

Browse files
nwc10obra
authored andcommitted
On Win32, skip the tests added in 011c381, as alarm can't interrupt select.
1 parent 804b5fe commit 476c37e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/op/sigdispatch.t

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ TODO:
9393
is $gotit, 0, 'Received both signals';
9494
}
9595

96-
{
96+
SKIP: {
97+
skip("alarm cannot interrupt blocking system calls on $^O", 2)
98+
if $^O eq 'MSWin32';
9799
# RT #88774
98100
# make sure the signal handler's called in an eval block *before*
99101
# the eval is popped

0 commit comments

Comments
 (0)