diff options
author | Artur Bergman <sky@nanisky.com> | 2002-04-18 09:18:14 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2002-04-18 09:18:14 +0000 |
commit | f9dff5f55ec825f87c6c90807ed1007e15860d92 (patch) | |
tree | 5a2ff74aade4aff0e4aa42c8c0ccb3b34e7c47c1 /MANIFEST | |
parent | e00b64d473c19cddad5bacc2934a3b48e9798c1a (diff) | |
download | perl-f9dff5f55ec825f87c6c90807ed1007e15860d92.tar.gz |
Port testcases from thr5005 tests so we don't fail on same things.
Added yield support using threads->yield().
p4raw-id: //depot/perl@15991
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -660,6 +660,7 @@ ext/threads/t/libc.t testing libc functions for threadsafetyness ext/threads/t/stress_cv.t Test with multiple threads, coderef cv argument. ext/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes. ext/threads/t/stress_string.t Test with multiple threads, string cv argument. +ext/threads/t/thread.t General ithread tests from thr5005 ext/threads/threads.pm ithreads ext/threads/threads.xs ithreads ext/threads/typemap ithreads |