Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created February 27, 2011 18:50
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 tadzik/846417 to your computer and use it in GitHub Desktop.
Save tadzik/846417 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin4]─[~/src/nqp]
└─[%]─> make test
prove -r --exec ./nqp t/nqp t/hll
prove -r --exec ./nqp t/setting
t/nqp/01-literals.t ............. ok qp/01-literals.t .............
t/setting/01-resizablepmcarray.t .. ok
t/nqp/02-if.t ................... ok
t/setting/02-hash.t ............... ok
t/setting/03-io.t ................. ok
t/nqp/03-if-else.t .............. ok
t/setting/05-subst.t .............. ok
All tests successful.
Files=4, Tests=35, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.95 cusr 0.13 csys = 1.13 CPU)
Result: PASS
prove -r --exec /home/tadzik/src/rakudo/parrot_install/bin/parrot t/p6regex
t/nqp/04-unless.t ............... ok
t/nqp/05-comments.t ............. ok egex/01-regex.t ..
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 ternary.t ..............
t/nqp/17-positional.t ........... ok
t/nqp/18-associative.t .......... ok
t/nqp/19-inline.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 ............... ok
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/30-pirop.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/p6regex/01-regex.t .. ok ..
All tests successful.
Test Summary Report
-------------------
t/p6regex/01-regex.t (Wstat: 0 Tests: 742 Failed: 0)
TODO passed: 481-484, 667, 701, 703, 705
Files=1, Tests=742, 14 wallclock secs ( 0.35 usr 0.00 sys + 13.00 cusr 0.15 csys = 13.50 CPU)
Result: PASS
t/nqp/49-regex-interpolation.t .. ok
t/nqp/50-regex.t ................ ok
t/nqp/51-multi.t ................ ok
t/nqp/52-vtable.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/hll/01-language.t ............. ok
t/hll/02-modules.t .............. Method 'WHO' not found for invocant of class 'RakudoObject'
current instr.: '_block11' pc 78 (EVAL_1:40)
called from Sub 'parrot;HLL;Compiler;_block502' pc 27871 (gen/hllgrammar-grammar.pir:995)
called from Sub 'parrot;HLL;Compiler;eval' pc 27762 (gen/hllgrammar-grammar.pir:954)
called from Sub 'parrot;HLL;Compiler;_block747' pc 29518 (gen/hllgrammar-grammar.pir:1612)
called from Sub 'parrot;HLL;Compiler;evalfiles' pc 29389 (gen/hllgrammar-grammar.pir:1550)
called from Sub 'parrot;HLL;Compiler;command_line' pc 28739 (gen/hllgrammar-grammar.pir:1315)
called from Sub 'parrot;NQP;Compiler;main' pc 126511 (gen/nqp-grammar.pir:5894)
t/hll/02-modules.t .............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 4/4 subtests
t/hll/03-exports.t .............. ok
t/hll/04-import.t ............... ok
t/hll/05-commandline.t .......... ok
Test Summary Report
-------------------
t/hll/02-modules.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 4 tests but ran 0.
Files=61, Tests=457, 20 wallclock secs ( 0.33 usr 0.02 sys + 16.65 cusr 1.53 csys = 18.53 CPU)
Result: FAIL
make: *** [core-test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment