# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #124051] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=124051 >
At the moment there are spectest failures with S02-types/native.t with rakudo.jvm. The failing code is (the same happens for int8 etc): $ perl6-j -e 'my int $i = 1; my $alias := $i; $alias++' Unhandled exception: Expected a native int argument for '$a' in print_exception (gen/jvm/CORE.setting:13633) in <anon> (gen/jvm/CORE.setting:13674) in command_eval (gen/jvm/stage2/NQPHLL.nqp:1287) in command_eval (src/Perl6/Compiler.nqp:17) in command_line (gen/jvm/stage2/NQPHLL.nqp:1227) in MAIN (gen/jvm/main.nqp:39) in <mainline> (gen/jvm/main.nqp:35) in (gen/jvm/main.nqp) I'm going to fudge the tests for JVM (with a reference to this ticket).