summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-10-21 15:53:05 +0100
committerDavid Mitchell <davem@iabyn.com>2017-10-23 11:52:02 +0100
commit1836b255cca8d49a9dc4d41951aadc0ba8f715f3 (patch)
tree0a6a54c541b6ec4d90f211e0536f533b4db70182 /MANIFEST
parent8924d3981a915e9170e1e99e3370f2a47d9a371a (diff)
downloadperl-1836b255cca8d49a9dc4d41951aadc0ba8f715f3.tar.gz
bench.pl: add checks for bad benchmark files
When reading in a --benchmark file, do some basic sanity checks on the values read in: * an even number of name => {} pairs * a valid test name * valid hash keys
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 912907a2b9..b3207030a9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5806,9 +5806,12 @@ t/perl.supp Perl valgrind suppressions
t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used
t/porting/authors.t Check that all authors have been acknowledged
t/porting/bench.t Check Porting/bench.pl runs ok
+t/porting/bench/badhash a test file for t/porting/bench.t
+t/porting/bench/badname a test file for t/porting/bench.t
t/porting/bench/badversion.json a test file for t/porting/bench.t
t/porting/bench/callsub.json a test file for t/porting/bench.t
t/porting/bench/callsub2.json a test file for t/porting/bench.t
+t/porting/bench/oddentry a test file for t/porting/bench.t
t/porting/bench/ret0 a test file for t/porting/bench.t
t/porting/bench/synerr a test file for t/porting/bench.t
t/porting/bench_selftest.t run Porting/bench.pl's selftest facility