From: Jarkko Hietaniemi Date: Sat, 16 Jun 2001 23:15:11 +0000 (+0000) Subject: Document tests failing when threaded, since we now have more. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4521542890c02b2ddcb4a39429066bc380e4e5e7;p=p5sagit%2Fp5-mst-13.2.git Document tests failing when threaded, since we now have more. p4raw-id: //depot/perl@10653 --- diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod index 65ecd81..a2e0bdf 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 + +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