This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TEST -deparse: don't list unexpected pass as fail
authorDavid Mitchell <davem@iabyn.com>
Wed, 22 Nov 2017 12:25:28 +0000 (12:25 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 23 Nov 2017 08:52:16 +0000 (08:52 +0000)
commitdcf4c706f6c508e0b024598eb0abee4a6c2677cc
treedcc880b26876d76d796e0bc8f2ec2472df5af43f
parentb2362f9ce4a402f311f6b7a96d97bbe9569e2f54
TEST -deparse: don't list unexpected pass as fail

When running a test script under TEST -deparse, if it passes, but
according to Porting/deparse-skips.txt it was expected to fail, then
don't list it as a failing test. It wil still get listed at the end
in the section on unexpected passes, so there's no need to list it twice.
t/TEST