This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Variants of several regression tests that run the actul tests inside
authorNicholas Clark <nick@ccl4.org>
Wed, 9 Jan 2008 22:42:04 +0000 (22:42 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 9 Jan 2008 22:42:04 +0000 (22:42 +0000)
commite3faa678eb30e1e08116ca1bd086624974e5e5aa
tree58510d25dc079e3b347ee9b84a8d5e4962f36241
parent89eb5450df838ee8565c99567ce367f194dbe60f
Variants of several regression tests that run the actul tests inside
a new thread, to test ithread's cloning, particularly of regexps.

p4raw-id: //depot/perl@32931
13 files changed:
MANIFEST
t/op/index.t
t/op/index_thr.t [new file with mode: 0644]
t/op/pat.t
t/op/pat_thr.t [new file with mode: 0644]
t/op/re_tests
t/op/reg_email.t
t/op/reg_email_thr.t [new file with mode: 0644]
t/op/regexp.t
t/op/regexp_qr_embed_thr.t [new file with mode: 0644]
t/op/substr.t
t/op/substr_thr.t [new file with mode: 0644]
t/thread_it.pl [new file with mode: 0644]