summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-13 09:10:19 -0400
committerMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-13 09:20:14 -0400
commit2722144b2e9ae7a8723b4a4e842e517533d2f1bd (patch)
tree5679f0c93dc3c3cd4e6adf106477348171554ffd /MANIFEST
parent412f55bbce575aecc79b1ca79fd2856893dd8738 (diff)
downloadperl-2722144b2e9ae7a8723b4a4e842e517533d2f1bd.tar.gz
[perl #121126] - Allow deparse tests to skip/ignore expected failures.
This will allow us to set up a deparse smoker to keep track of B::Deparse's accuracy. With this, the test run: TEST_ARGS=-deparse make test will "pass" currently. If deparsing capabilities get worse, new failures will show up and should be fixed or added to Porting/deparse-skips.txt. If things get fixed, the test will fail noting that something has passed when it shouldn't have, and the test in question should be removed from Porting/deparse-skips.txt. Use the KEEP_DEPARSE_FILES=1 environment setting to have the deparse test files left around after a test run for examination/re-running.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4902e15569..487e350a39 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4581,6 +4581,7 @@ Porting/corecpan.pl Reports outdated dual-lived modules
Porting/corelist-diff Tool to produce corelist diffs
Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList
Porting/corelist.pl Generates data for Module::CoreList
+Porting/deparse-skips.txt List of test files to ignore/skip for deparse tests.
Porting/epigraphs.pod the release epigraphs used over the years
Porting/exec-bit.txt List of files that get +x in release tarball
Porting/exercise_makedef.pl Brute force testing for makedef.pl