summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-09-22 15:57:52 +0100
committerDavid Mitchell <davem@iabyn.com>2014-09-22 15:57:52 +0100
commitc354df01f41f08af4a9abac9e1869124c5691916 (patch)
treecca6a51e744f605a2fed4b6a34c7be4b35e65dec /MANIFEST
parent2c39754a51ff0311c18539adf3808a52242313c3 (diff)
downloadperl-c354df01f41f08af4a9abac9e1869124c5691916.tar.gz
create t/re/speed.t, t/re/speed_thr.t
Some tests in re/pat.t are specifically expected to run very slowly if certain optimisations break. Move them into their own test file, along with a watchdog() (There are probably some more tests that could be moved, but these are the ones I'm aware of, principally because I wrote them.)
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 65694ea850..f708f20654 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5306,6 +5306,8 @@ t/re/reg_posixcc.t See if posix character classes behave consistently
t/re/re_tests Regular expressions for regexp.t
t/re/rt122747.t Test rt122747 assert faile (requires DEBUGGING)
t/re/rxcode.t See if /(?{ code })/ works
+t/re/speed.t See if optimisations are keeping things fast
+t/re/speed_thr.t ditto under threads
t/re/subst_amp.t See if $&-related substitution works
t/re/subst.t See if substitution works
t/re/substT.t See if substitution works with -T