From: Gurusamy Sarathy Date: Wed, 22 Mar 2000 14:46:24 +0000 (+0000) Subject: rename tests to more appropriate names X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97017a809da405a36dfccf88d7bd13d26ca0e932;p=p5sagit%2Fp5-mst-13.2.git rename tests to more appropriate names p4raw-id: //depot/perl@5875 --- diff --git a/MAINTAIN b/MAINTAIN index be9eaff..9461c6c 100644 --- a/MAINTAIN +++ b/MAINTAIN @@ -730,7 +730,7 @@ t/lib/symbol.t t/lib/texttabs.t muir t/lib/textfill.t muir t/lib/textwrap.t -t/lib/thread.t +t/lib/thr5005.t t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t @@ -779,7 +779,7 @@ t/op/method.t t/op/misc.t t/op/mkdir.t t/op/my.t -t/op/nothread.t +t/op/nothr5005.t t/op/oct.t t/op/ord.t t/op/pack.t diff --git a/MANIFEST b/MANIFEST index c3b1ed5..8b38398 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1297,14 +1297,14 @@ t/lib/syslfs.t See if large files work for sysio t/lib/textfill.t See if Text::Wrap::fill works t/lib/texttabs.t See if Text::Tabs works t/lib/textwrap.t See if Text::Wrap::wrap works -t/lib/thread.t Basic test of threading (skipped if no threads) +t/lib/thr5005.t Test 5.005-style threading (skipped if no use5005threads) t/lib/tie-push.t Test for Tie::Array t/lib/tie-stdarray.t Test for Tie::StdArray t/lib/tie-stdhandle.t Test for Tie::StdHandle t/lib/tie-stdpush.t Test for Tie::StdArray t/lib/timelocal.t See if Time::Local works t/lib/trig.t See if Math::Trig works -t/op/64bit.t See if 64 bitness works +t/op/64bitint.t See if 64 bit integers work t/op/append.t See if . works t/op/args.t See if operations on @_ work t/op/arith.t See if arithmetic works @@ -1356,7 +1356,7 @@ t/op/method.t See if method calls work t/op/misc.t See if miscellaneous bugs have been fixed t/op/mkdir.t See if mkdir works t/op/my.t See if lexical scoping works -t/op/nothread.t local @_ test which does not work threaded +t/op/nothr5005.t local @_ test which does not work under use5005threads t/op/numconvert.t See if accessing fields does not change numeric values t/op/oct.t See if oct and hex work t/op/ord.t See if ord works diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b9e81e9..4ad6002 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2651,7 +2651,7 @@ warning. And in Perl 5.005, this special treatment will cease. =head2 Thread test failures -The subtests 19 and 20 of lib/thread.t test are known to fail due to +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. diff --git a/t/lib/thread.t b/t/lib/thr5005.t similarity index 100% rename from t/lib/thread.t rename to t/lib/thr5005.t diff --git a/t/op/64bit.t b/t/op/64bitint.t similarity index 100% rename from t/op/64bit.t rename to t/op/64bitint.t diff --git a/t/op/nothread.t b/t/op/nothr5005.t similarity index 100% rename from t/op/nothread.t rename to t/op/nothr5005.t