summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-01 22:14:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-01 22:14:16 +0000
commit446288b86cfd3cb78ac6a74098a776aaadfd1207 (patch)
treef5c81c9eec0acd0edbe65da10e7d1368018eb49a
parent9a7d309cae7f9b2c1ecd1bca493139c178cba46c (diff)
downloadperl-446288b86cfd3cb78ac6a74098a776aaadfd1207.tar.gz
Mention the HP-UX LP64 freak failure.
p4raw-id: //depot/perl@6998
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 39023d151b..c1ab71d2ba 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.