From: Norton T. Allen Date: Mon, 25 Mar 2002 13:36:17 +0000 (-0500) Subject: TODO for QNX6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5e77ef921861be2417e5b6a9bb8e695a0482101;p=p5sagit%2Fp5-mst-13.2.git TODO for QNX6 Message-Id: <200203251836.NAA01517@bottesini.harvard.edu> p4raw-id: //depot/perl@15492 --- diff --git a/ext/Socket/socketpair.t b/ext/Socket/socketpair.t index 242e61c..937ffa5 100644 --- a/ext/Socket/socketpair.t +++ b/ext/Socket/socketpair.t @@ -156,7 +156,7 @@ ok (close RIGHT, "close right"); SKIP: { skip "No usable SOCK_DGRAM for socketpair", 24 if ($^O =~ /^(MSWin32|os2)\z/); - + local $TODO = "socketpair not supported on $^O" if $^O eq 'nto'; ok (socketpair (LEFT, RIGHT, AF_UNIX, SOCK_DGRAM, PF_UNSPEC), "socketpair (LEFT, RIGHT, AF_UNIX, SOCK_DGRAM, PF_UNSPEC)")