From cebd6690fcb4065e29e98a0861af011572e0e730 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Sun, 28 Nov 2010 18:33:51 +0000 Subject: disable t/io/eintr.t on windows Apperently it's causing smokers to hang, so skip until I find out what's happening. --- t/io/eintr.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/io/eintr.t b/t/io/eintr.t index 28983c3d02..e985a83ac8 100644 --- a/t/io/eintr.t +++ b/t/io/eintr.t @@ -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; } -- cgit v1.2.1