Change 19940 by [EMAIL PROTECTED] on 2003/07/02 20:58:19
Skip a socketpair test on SCO OSR
Affected files ...
... //depot/perl/ext/Socket/socketpair.t#31 edit
Differences ...
==== //depot/perl/ext/Socket/socketpair.t#31 (text) ====
Index: perl/ext/Socket/socketpair.t
--- perl/ext/Socket/socketpair.t#30~19470~ Fri May 9 23:51:24 2003
+++ perl/ext/Socket/socketpair.t Wed Jul 2 13:58:19 2003
@@ -115,7 +115,7 @@
# This will hang forever if eof is buggy, and alarm doesn't interrupt system
# Calls. Hence the child process minder.
SKIP: {
- skip "SCO OpenUNIX has a bug with shutdown", 2 if $^O =~ /^svr/;
+ skip "SCO Unixware / OSR have a bug with shutdown",2 if $^O =~ /^(?:svr|sco)/;
local $SIG{ALRM} = sub { warn "EOF on right took over 3 seconds" };
local $TODO = "Known problems with unix sockets on $^O"
if $^O eq 'hpux' || $^O eq 'super-ux';
End of Patch.