diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-06 22:15:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-06 22:15:49 +0000 |
commit | fedd8cf1f5167f0f052a36462feefd9188699fb9 (patch) | |
tree | 81f17d6869056d96be8b3ff27bc25f3189a54810 /pod | |
parent | 44da0e7134efcef6a4b09176e1e4fe8cc9ae771a (diff) | |
download | perl-fedd8cf1f5167f0f052a36462feefd9188699fb9.tar.gz |
Update the thr5005 situation.
p4raw-id: //depot/perl@13502
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 923a68c7d5..3b3dde18cc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2425,14 +2425,18 @@ the printf format "%.0f", most often they produce "0" and "-0".) =head2 Failure of Thread tests -B<Note that support for 5.005-style threading remains experimental.> +B<Note that support for 5.005-style threading remains experimental +and practically unsupported.> The following tests are known to fail due to fundamental problems in the 5.005 threading implementation. These are not new failures--Perl 5.005_0x has the same bugs, but didn't have these tests. - lib/autouse.t 4 - t/lib/thr5005.t 19-20 + ext/List/Util/t/first 2 + lib/autouse 4 + ext/Thread/thr5005 19-20 + +These failures are unlikely to get fixed. =head2 UNICOS |