This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
create t/re/speed.t, t/re/speed_thr.t
authorDavid Mitchell <davem@iabyn.com>
Mon, 22 Sep 2014 14:57:52 +0000 (15:57 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 22 Sep 2014 14:57:52 +0000 (15:57 +0100)
commitc354df01f41f08af4a9abac9e1869124c5691916
treecca6a51e744f605a2fed4b6a34c7be4b35e65dec
parent2c39754a51ff0311c18539adf3808a52242313c3
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.)
MANIFEST
t/re/pat.t
t/re/speed.t [new file with mode: 0644]
t/re/speed_thr.t [new file with mode: 0644]