This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename the old non-standard threads tests so that
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Jun 2001 10:25:46 +0000 (10:25 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Jun 2001 10:25:46 +0000 (10:25 +0000)
they won't be invoked.

p4raw-id: //depot/perl@10711

17 files changed:
MANIFEST
ext/Thread/create.tx [moved from ext/Thread/create.t with 100% similarity]
ext/Thread/die.tx [moved from ext/Thread/die.t with 100% similarity]
ext/Thread/die2.tx [moved from ext/Thread/die2.t with 100% similarity]
ext/Thread/io.tx [moved from ext/Thread/io.t with 100% similarity]
ext/Thread/join.tx [moved from ext/Thread/join.t with 100% similarity]
ext/Thread/join2.tx [moved from ext/Thread/join2.t with 100% similarity]
ext/Thread/list.tx [moved from ext/Thread/list.t with 100% similarity]
ext/Thread/lock.tx [moved from ext/Thread/lock.t with 100% similarity]
ext/Thread/queue.tx [moved from ext/Thread/queue.t with 100% similarity]
ext/Thread/specific.tx [moved from ext/Thread/specific.t with 100% similarity]
ext/Thread/sync.tx [moved from ext/Thread/sync.t with 100% similarity]
ext/Thread/sync2.tx [moved from ext/Thread/sync2.t with 100% similarity]
ext/Thread/unsync.tx [moved from ext/Thread/unsync.t with 100% similarity]
ext/Thread/unsync2.tx [moved from ext/Thread/unsync2.t with 100% similarity]
ext/Thread/unsync3.tx [moved from ext/Thread/unsync3.t with 100% similarity]
ext/Thread/unsync4.tx [moved from ext/Thread/unsync4.t with 100% similarity]

index 9026368..c132200 100644 (file)
--- 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
similarity index 100%
rename from ext/Thread/create.t
rename to ext/Thread/create.tx
similarity index 100%
rename from ext/Thread/die.t
rename to ext/Thread/die.tx
similarity index 100%
rename from ext/Thread/die2.t
rename to ext/Thread/die2.tx
similarity index 100%
rename from ext/Thread/io.t
rename to ext/Thread/io.tx
similarity index 100%
rename from ext/Thread/join.t
rename to ext/Thread/join.tx
similarity index 100%
rename from ext/Thread/join2.t
rename to ext/Thread/join2.tx
similarity index 100%
rename from ext/Thread/list.t
rename to ext/Thread/list.tx
similarity index 100%
rename from ext/Thread/lock.t
rename to ext/Thread/lock.tx
similarity index 100%
rename from ext/Thread/queue.t
rename to ext/Thread/queue.tx
similarity index 100%
rename from ext/Thread/specific.t
rename to ext/Thread/specific.tx
similarity index 100%
rename from ext/Thread/sync.t
rename to ext/Thread/sync.tx
similarity index 100%
rename from ext/Thread/sync2.t
rename to ext/Thread/sync2.tx
similarity index 100%
rename from ext/Thread/unsync.t
rename to ext/Thread/unsync.tx
similarity index 100%
rename from ext/Thread/unsync2.t
rename to ext/Thread/unsync2.tx
similarity index 100%
rename from ext/Thread/unsync3.t
rename to ext/Thread/unsync3.tx
similarity index 100%
rename from ext/Thread/unsync4.t
rename to ext/Thread/unsync4.tx