diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 23:15:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 23:15:11 +0000 |
commit | 4521542890c02b2ddcb4a39429066bc380e4e5e7 (patch) | |
tree | 4c6bb6d30471f4e6a12d822732bce3daea952fda /pod | |
parent | 05c1ce25c94bdb086f7e96123df0134d05931273 (diff) | |
download | perl-4521542890c02b2ddcb4a39429066bc380e4e5e7.tar.gz |
Document tests failing when threaded, since we now have more.
p4raw-id: //depot/perl@10653
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl572delta.pod | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod index 65ecd81bbb..a2e0bdf0fb 100644 --- a/pod/perl572delta.pod +++ b/pod/perl572delta.pod @@ -416,11 +416,16 @@ the printf format "%.0f", most often they produce "0" and "-0".) =head2 Failure of Thread tests -The subtests 19 and 20 of lib/thr5005.t test 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. (Note that support for 5.005-style threading remains -experimental.) +B<Note that support for 5.005-style threading remains experimental.> + +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/Memoize/t/correctness.t 23-25 +lib/Memoize/t/unmemoize.t 2-5 +t/pragma/autouse.t 4 +t/lib/thr5005.t 19-20 =head2 Localising a Tied Variable Leaks Memory |