[perl #125573] [BUG] [Test] A failing exit phaser after passing all tests appears OK to prove

2015-10-27 Thread Tobias Leich via RT
Patch: https://github.com/rakudo/rakudo/commit/6063886343
Test: https://github.com/perl6/roast/commit/2dfcd85181

Closing ticket.


[perl #125573] [BUG] [Test] A failing exit phaser after passing all tests appears OK to prove

2015-07-07 Thread via RT
# New Ticket Created by  Rob Hoelz 
# Please include the string:  [perl #125573]
# in the subject line of all future correspondence about this issue. 
# URL: https://rt.perl.org/Ticket/Display.html?id=125573 


See the attached file.

In summary, this is what runs:

LEAVE die uh-oh;
pass;

Even though all of the tests in the file pass, die()ing should be treated as 
anamolous, and the exit status should be non-zero.  The exit status here is 
zero, however.

test.p6
Description: Binary data