UNICOS/mk seems to still have this problem.
Jarkko Hietaniemi [Sun, 19 May 2002 21:11:55 +0000 (21:11 +0000)]
p4raw-id: //depot/perl@16698

ext/Socket/socketpair.t

index be64dfb..fea1cb5 100644 (file)
@@ -117,7 +117,7 @@ ok (shutdown(LEFT, SHUT_WR), "shutdown left for writing");
 {
   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';
+      if $^O eq 'hpux' || $^O eq 'super-ux' || $^O eq 'unicosmk';
   alarm 3;
   $! = 0;
   ok (eof RIGHT, "right is at EOF");