From: Jarkko Hietaniemi Date: Fri, 1 Sep 2000 22:14:16 +0000 (+0000) Subject: Mention the HP-UX LP64 freak failure. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=446288b86cfd3cb78ac6a74098a776aaadfd1207;p=p5sagit%2Fp5-mst-13.2.git Mention the HP-UX LP64 freak failure. p4raw-id: //depot/perl@6998 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 39023d1..c1ab71d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -772,6 +772,13 @@ platform-dependent. Don't panic. Read INSTALL 'make test' section instead. +=head2 Test lib/posix Subtest 9 Fails In LP64-Configured HP-UX + +If perl is configured with -Duse64bitall, the successful result of the +subtest 10 of lib/posix may arrive before the successful result of the +subtest 9, which confuses the test harness so much that it thinks the +subtest 9 failed. + =head2 Long Doubles Still Don't Work In Solaris The experimental long double support is still very much so in Solaris.