in reply to Test::More to only report fails?

What about using TAP::Formatter::JUnit and then use
/testsuites/testsuite[@failures!=0]/testcase[failure]
to select the failed tests (tested in XML::XSH2).

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Test::More to only report fails?
by LanX (Saint) on Nov 06, 2021 at 17:10 UTC
    is that similar to hippo's solution, in that it generates a long list of tests and filters the failed once a posteriori?

    In my case I'm randomly generating 1e6+ cases ...

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery