Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 17, 2017 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/aff64cf03f2b5e5e9e3216ce7c54b48b to your computer and use it in GitHub Desktop.
Save zoffixznet/aff64cf03f2b5e5e9e3216ce7c54b48b to your computer and use it in GitHub Desktop.
cpan@perlbuild2/tmp/tmp.GG2xRiRTXH (master)$ make j-test
prove -r --exec ./nqp-j t/nqp t/hll t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
t/nqp/001-literals.t ................... ok
t/nqp/002-if.t ......................... ^CMakefile:746: recipe for target 'j-test' failed
make: *** [j-test] Interrupt
cpan@perlbuild2/tmp/tmp.GG2xRiRTXH (master)$ ^C
cpan@perlbuild2/tmp/tmp.GG2xRiRTXH (master)$ prove -r --exec ./nqp-j t/nqp/044-try-catch.t
t/nqp/044-try-catch.t .. 1/54 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)
t/nqp/044-try-catch.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/54 subtests
Test Summary Report
-------------------
t/nqp/044-try-catch.t (Wstat: 256 Tests: 53 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 54 tests but ran 53.
Files=1, Tests=53, 3 wallclock secs ( 0.02 usr 0.00 sys + 14.30 cusr 0.53 csys = 14.85 CPU)
Result: FAIL
cpan@perlbuild2/tmp/tmp.GG2xRiRTXH (master)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment