From: Jarkko Hietaniemi Date: Tue, 19 Jun 2001 10:25:46 +0000 (+0000) Subject: Rename the old non-standard threads tests so that X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=34d676f12ecdcb32c64fe75fdc59168709fa30ea;p=p5sagit%2Fp5-mst-13.2.git Rename the old non-standard threads tests so that they won't be invoked. p4raw-id: //depot/perl@10711 --- diff --git a/MANIFEST b/MANIFEST index 9026368..c132200 100644 --- a/MANIFEST +++ b/MANIFEST @@ -606,23 +606,23 @@ ext/Thread/Thread/Semaphore.pm Thread semaphore objects ext/Thread/Thread/Signal.pm Start a thread to run signal handlers ext/Thread/Thread/Specific.pm Thread specific data access ext/Thread/create.t Test thread creation -ext/Thread/die.t Test thread die() -ext/Thread/die2.t Test thread die() differently -ext/Thread/io.t Test threads doing simple I/O -ext/Thread/join.t Test thread joining -ext/Thread/join2.t Test thread joining differently -ext/Thread/list.t Test getting list of all threads -ext/Thread/lock.t Test lock primitive -ext/Thread/queue.t Test Thread::Queue module -ext/Thread/specific.t Test thread-specific user data -ext/Thread/sync.t Test thread synchronisation -ext/Thread/sync2.t Test thread synchronisation +ext/Thread/die.tx Test thread die() +ext/Thread/die2.tx Test thread die() differently +ext/Thread/io.tx Test threads doing simple I/O +ext/Thread/join.tx Test thread joining +ext/Thread/join2.tx Test thread joining differently +ext/Thread/list.tx Test getting list of all threads +ext/Thread/lock.tx Test lock primitive +ext/Thread/queue.tx Test Thread::Queue module +ext/Thread/specific.tx Test thread-specific user data +ext/Thread/sync.tx Test thread synchronisation +ext/Thread/sync2.tx Test thread synchronisation ext/Thread/thr5005.t Test 5.005-style threading (skipped if no use5005threads) ext/Thread/typemap Thread extension interface types -ext/Thread/unsync.t Test thread implicit synchronisation -ext/Thread/unsync2.t Test thread implicit synchronisation -ext/Thread/unsync3.t Test thread implicit synchronisation -ext/Thread/unsync4.t Test thread implicit synchronisation +ext/Thread/unsync.tx Test thread implicit synchronisation +ext/Thread/unsync2.tx Test thread implicit synchronisation +ext/Thread/unsync3.tx Test thread implicit synchronisation +ext/Thread/unsync4.tx Test thread implicit synchronisation ext/Time/HiRes/Changes Time::HiRes extension ext/Time/HiRes/HiRes.pm Time::HiRes extension ext/Time/HiRes/HiRes.t Test for Time::HiRes diff --git a/ext/Thread/create.t b/ext/Thread/create.tx similarity index 100% rename from ext/Thread/create.t rename to ext/Thread/create.tx diff --git a/ext/Thread/die.t b/ext/Thread/die.tx similarity index 100% rename from ext/Thread/die.t rename to ext/Thread/die.tx diff --git a/ext/Thread/die2.t b/ext/Thread/die2.tx similarity index 100% rename from ext/Thread/die2.t rename to ext/Thread/die2.tx diff --git a/ext/Thread/io.t b/ext/Thread/io.tx similarity index 100% rename from ext/Thread/io.t rename to ext/Thread/io.tx diff --git a/ext/Thread/join.t b/ext/Thread/join.tx similarity index 100% rename from ext/Thread/join.t rename to ext/Thread/join.tx diff --git a/ext/Thread/join2.t b/ext/Thread/join2.tx similarity index 100% rename from ext/Thread/join2.t rename to ext/Thread/join2.tx diff --git a/ext/Thread/list.t b/ext/Thread/list.tx similarity index 100% rename from ext/Thread/list.t rename to ext/Thread/list.tx diff --git a/ext/Thread/lock.t b/ext/Thread/lock.tx similarity index 100% rename from ext/Thread/lock.t rename to ext/Thread/lock.tx diff --git a/ext/Thread/queue.t b/ext/Thread/queue.tx similarity index 100% rename from ext/Thread/queue.t rename to ext/Thread/queue.tx diff --git a/ext/Thread/specific.t b/ext/Thread/specific.tx similarity index 100% rename from ext/Thread/specific.t rename to ext/Thread/specific.tx diff --git a/ext/Thread/sync.t b/ext/Thread/sync.tx similarity index 100% rename from ext/Thread/sync.t rename to ext/Thread/sync.tx diff --git a/ext/Thread/sync2.t b/ext/Thread/sync2.tx similarity index 100% rename from ext/Thread/sync2.t rename to ext/Thread/sync2.tx diff --git a/ext/Thread/unsync.t b/ext/Thread/unsync.tx similarity index 100% rename from ext/Thread/unsync.t rename to ext/Thread/unsync.tx diff --git a/ext/Thread/unsync2.t b/ext/Thread/unsync2.tx similarity index 100% rename from ext/Thread/unsync2.t rename to ext/Thread/unsync2.tx diff --git a/ext/Thread/unsync3.t b/ext/Thread/unsync3.tx similarity index 100% rename from ext/Thread/unsync3.t rename to ext/Thread/unsync3.tx diff --git a/ext/Thread/unsync4.t b/ext/Thread/unsync4.tx similarity index 100% rename from ext/Thread/unsync4.t rename to ext/Thread/unsync4.tx