On Win32, skip the tests added in 011c3814, as alarm can't interrupt select.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Apr 2011 19:47:16 +0000 (20:47 +0100)
committerJesse Vincent <jesse@bestpractical.com>
Wed, 20 Apr 2011 04:03:49 +0000 (14:03 +1000)
t/op/sigdispatch.t

index 29fc062..2e36a84 100644 (file)
@@ -93,7 +93,9 @@ TODO:
     is $gotit, 0, 'Received both signals';
 }
 
-{
+SKIP: {
+    skip("alarm cannot interrupt blocking system calls on $^O", 2)
+       if $^O eq 'MSWin32';
     # RT #88774
     # make sure the signal handler's called in an eval block *before*
     # the eval is popped