Add a threads stress test for regular expressions
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 9 Jan 2002 02:52:39 +0000 (02:52 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 9 Jan 2002 02:52:39 +0000 (02:52 +0000)
commit31623e47b5a5de87609f69bb07d5757a8d12702f
treee6cc161c97ea13928d36992073f57512efcb6605
parent0e5484613ee35059bacf1903360ea858c68d8ed9
Add a threads stress test for regular expressions
(mostly just a modified stress_string.t) and doesn't
test that much of regular expressions, just that $1
doesn't get stomped by competing threads (as it does
in the 5005threads of old).

p4raw-id: //depot/perl@14145
ext/threads/t/stress_re.t [new file with mode: 0644]