Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created April 18, 2013 14:41
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 pmichaud/5413260 to your computer and use it in GitHub Desktop.
Save pmichaud/5413260 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:~/p6/nqp-jvm$ prove -r --exec ./nqp.sh t/nqp
t/nqp/01-literals.t ............. ok
t/nqp/02-if.t ................... ok
t/nqp/03-if-else.t .............. ok
t/nqp/04-unless.t ............... ok
t/nqp/05-comments.t ............. ok
t/nqp/06-args-pos.t ............. ok
t/nqp/07-boolean.t .............. ok
t/nqp/08-blocks.t ............... ok
t/nqp/09-var.t .................. ok
t/nqp/10-cmp.t .................. ok
t/nqp/11-sub.t .................. ok
t/nqp/12-logical.t .............. ok
t/nqp/13-op.t ................... ok
t/nqp/14-while.t ................ ok
t/nqp/15-list.t ................. ok
t/nqp/16-ternary.t .............. ok
t/nqp/17-positional.t ........... ok
t/nqp/18-associative.t .......... ok
t/nqp/20-return.t ............... ok
t/nqp/21-contextual.t ........... ok
t/nqp/22-optional-args.t ........ ok
t/nqp/23-named-args.t ........... ok
t/nqp/24-module.t ............... Could not locate an outer for code reference cuid_3_1.36629598124E9
in <anon>
in <anon>
in eval
in evalfiles
in command_eval
in command_line
in MAIN
in <anon>
t/nqp/24-module.t ............... Dubious, test returned 1 (wstat 256, 0x100)
Failed 3/3 subtests
t/nqp/25-class.t ................ ok
t/nqp/26-methodops.t ............ ok
t/nqp/27-self.t ................. ok
t/nqp/28-subclass.t ............. ok
t/nqp/29-make.t ................. ok
t/nqp/31-grammar.t .............. ok
t/nqp/32-protoregex.t ........... ok
t/nqp/33-init.t ................. ok
t/nqp/34-rxcodeblock.t .......... ok
t/nqp/35-prefix-sigil.t ......... ok
t/nqp/36-callable.t ............. ok
t/nqp/37-slurpy.t ............... ok
t/nqp/38-quotes.t ............... ok
t/nqp/39-pointy.t ............... ok
t/nqp/40-lists.t ................ ok
t/nqp/41-flat.t ................. ok
t/nqp/42-cond-loop.t ............ ok
t/nqp/43-package-var.t .......... ok
t/nqp/44-try-catch.t ............ ok
t/nqp/45-smartmatch.t ........... ok
t/nqp/46-charspec.t ............. ok
t/nqp/47-loop-control.t ......... ok
t/nqp/48-closure.t .............. ok
t/nqp/49-regex-interpolation.t .. ok
t/nqp/50-regex.t ................ ok
t/nqp/51-multi.t ................ ok
t/nqp/53-knowhow.t .............. ok
t/nqp/55-multi-method.t ......... ok
t/nqp/56-role.t ................. ok
t/nqp/57-construction.t ......... ok
t/nqp/58-attrs.t ................ ok
t/nqp/59-nqpop.t ................ No registered operation handler for 'deletepos'
in compile_op
in as_jast
in as_jast
in <anon>
in compile_all_the_stmts
in as_jast
in as_jast
in <anon>
in compile_all_the_stmts
in as_jast
in as_jast
in <anon>
in compile_all_the_stmts
in <anon>
in <anon>
in as_jast
in as_jast
in as_jast
in as_jast
in jast
in jast
in <anon>
in compile
in eval
in evalfiles
in command_eval
in command_line
in MAIN
in <anon>
t/nqp/59-nqpop.t ................ Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
t/nqp/60-bigint.t ............... ok
t/nqp/61-mixin.t ................ ok
t/nqp/62-subst.t ................ ok
t/nqp/63-slurp.t ................ ok
t/nqp/64-native.t ............... ok
t/nqp/65-how.t .................. ok
t/nqp/66-pararole.t ............. ok
Test Summary Report
-------------------
t/nqp/24-module.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/nqp/59-nqpop.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=62, Tests=478, 128 wallclock secs ( 0.40 usr 0.15 sys + 222.69 cusr 6.56 csys = 229.80 CPU)
Result: FAIL
pmichaud@kiwi:~/p6/nqp-jvm$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment