Created
June 16, 2014 13:31
-
-
Save lizmat/2bbcb4f8799f689da1ff to your computer and use it in GitHub Desktop.
reliable jvm fail for S04-phasers/in-loop.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ perl6-j t/spec/S04-phasers/in-loop.rakudo.jvm | |
1..3 | |
Exception in thread "main" org.perl6.nqp.runtime.UnwindException | |
at org.perl6.nqp.runtime.ThreadContext.<init>(ThreadContext.java:119) | |
at org.perl6.nqp.runtime.GlobalContext.getCurrentThreadContext(GlobalContext.java:324) | |
at org.perl6.nqp.runtime.GlobalContext.<init>(GlobalContext.java:239) | |
at org.perl6.nqp.runtime.CompilationUnit.enterFromMain(CompilationUnit.java:56) | |
at perl6.main(gen/jvm/main.nqp) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment