# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131167]
# in the subject line of all future correspondence about this issue.
# <URL:
https://rt.perl.org/Ticket/Display.html?id=131167 >
I had to fudge it for the release and will unfudge after the release.
The test tests if a labeled exception is uncaught by inner unlabled handler and is caught by
outer labeled handler instead, but on JVM it's uncaught entirely.
Fudge:
https://github.com/perl6/nqp/commit/0994e33818
Output of failing test:
Unhandled exception; category = 4224
in <anon> (gen/jvm/stage2/NQPHLL.nqp:1281)
in <anon> (gen/jvm/stage2/NQPHLL.nqp)
in catch_unlabeled_first (t/nqp/044-try-catch.t:428)
in <mainline> (t/nqp/044-try-catch.t:439)
in eval (gen/jvm/stage2/NQPHLL.nqp:1168)
in evalfiles (gen/jvm/stage2/NQPHLL.nqp:1371)
in command_eval (gen/jvm/stage2/NQPHLL.nqp:1265)
in command_line (gen/jvm/stage2/NQPHLL.nqp:1239)
in MAIN (gen/jvm/stage2/NQP.nqp:4130)
in <mainline> (gen/jvm/stage2/NQP.nqp:4126)
in <anon> (gen/jvm/stage2/NQP.nqp)