This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
disable t/io/eintr.t on windows
authorDavid Mitchell <davem@iabyn.com>
Sun, 28 Nov 2010 18:33:51 +0000 (18:33 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 28 Nov 2010 18:33:51 +0000 (18:33 +0000)
Apperently it's causing smokers to hang, so skip until
I find out what's happening.

t/io/eintr.t

index 28983c3..e985a83 100644 (file)
@@ -40,7 +40,7 @@ if (exists $ENV{PERLIO} && $ENV{PERLIO} =~ /stdio/  ) {
        exit 0;
 }
 
-if ($^O eq 'VMS') {
+if ($^O eq 'VMS' || $^O eq 'MSWin32') {
        skip_all('various portability issues');
        exit 0;
 }