diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-08 21:14:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-08 21:14:20 +0000 |
commit | cca467b19326f868608ec9ebbf8161776d9e444c (patch) | |
tree | bcc78b3a8780be9f18d0c3df64a8efacbe894ed8 /pod | |
parent | 197aec242db45fbf1d7853a1ae22a108cc09d23c (diff) | |
download | perl-cca467b19326f868608ec9ebbf8161776d9e444c.tar.gz |
Integrate change #18361 from maint-5.8:
Document that the socketpair tests are unhappy in old SCO,
as per [perl #18537].
p4raw-link: @18361 on //depot/maint-5.8/perl: 4096d0de323484cdb8e1bff9fd6221ce48264172
p4raw-id: //depot/perl@18460
p4raw-integrated: from //depot/maint-5.8/perl@18459 'copy in'
pod/perl58delta.pod (@18173..)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl58delta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 3bef17ba1f..53aa21744f 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -3545,6 +3545,12 @@ be exact. (They produce something other than "1" and "-1" when formatting 0.6 and -0.6 using the printf format "%.0f"; most often, they produce "0" and "-0".) +=head2 SCO + +The socketpair tests are known to be unhappy in SCO 3.2v5.0.4: + + ext/Socket/socketpair.t...............FAILED tests 15-45 + =head2 Solaris 2.5 In case you are still using Solaris 2.5 (aka SunOS 5.5), you may |