diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-21 14:50:22 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-21 14:50:22 +0000 |
commit | e55b089a984517eb26e82f4ab40b82f3ef47b0eb (patch) | |
tree | 3711da4b12c4cb5576e03c6361856f4520c7156a /MANIFEST | |
parent | f299c5a14ed4ed2fd75f01659ba6dcfa3ef38c9f (diff) | |
download | perl-e55b089a984517eb26e82f4ab40b82f3ef47b0eb.tar.gz |
Break out the test for #72922 into a new test file.
Skip the new t/re/qr-72922.t under minitest.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5023,6 +5023,7 @@ t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\ t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads t/re/pat.t See if esoteric patterns work t/re/pat_thr.t See if esoteric patterns work in another thread +t/re/qr-72922.t Test for bug #72922 t/re/qr_gc.t See if qr doesn't leak t/re/qrstack.t See if qr expands the stack properly t/re/qr.t See if qr works |