This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcaf61
)
disable t/io/eintr.t on windows
author
David Mitchell
<davem@iabyn.com>
Sun, 28 Nov 2010 18:33:51 +0000
(18:33 +0000)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/t/io/eintr.t
b/t/io/eintr.t
index
28983c3
..
e985a83
100644
(file)
--- 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;
}