This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/TEST -deparse: list unexpectedly passing scripts
authorDavid Mitchell <davem@iabyn.com>
Thu, 23 Feb 2017 12:52:09 +0000 (12:52 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 11:52:17 +0000 (12:52 +0100)
commit10d904055cb202489bc6ddc7d583fd213a3a09b4
treec33ca67119e4ca4137d52981ddcdcd6055f557b5
parent4d7ac81a3c0ccb379bb5cb05d2c845b706f7289b
t/TEST -deparse: list unexpectedly passing scripts

Currently Porting/deparse-skips.txt maintains a list of test scripts
that are expected fail when run after deparsing. If a script unexpectedly
passes, its listed as a failure in the summary at the end of the run.

Make the summary include a list of unexpected passes too to make it
easier to distinguish from failures.
t/TEST