Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 4, 2015
1 parent 5a1f31a commit 7db26a5
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 155 deletions.
27 changes: 26 additions & 1 deletion log/nqp.js_summary.out
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,31 @@ touch node_modules/runtime_copied
./nqp-m --module-path gen/js/stage1 src/vm/js/bin/cross-compile.nqp --setting=NQPCORE --target=mbc --output gen/js/stage2/QRegex.moarvm gen/js/stage2/QRegex.nqp > node_modules/QRegex.js
./nqp-m tools/build/process-qregex-tests > gen/js/qregex.t
src/vm/js/bin/run_tests
module.js:338
throw err;
^
Error: Cannot find module 'tap'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/home/coke/sandbox/perl6-roast-data/nqp.js/t/js/varint.js:1:73)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
t/js/varint.js ..
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run

Test Summary Report
-------------------
t/js/varint.js (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.10 cusr 0.01 csys = 0.13 CPU)
Result: FAIL
gen/js/qregex.t ....................... ok
t/nqp/01-literals.t ................... ok
t/nqp/02-if.t ......................... ok
Expand Down Expand Up @@ -212,5 +237,5 @@ t/js/getcomp-js.t ..................... ok
t/qast/02-manipulation.t .............. ok
t/serialization/02-types.t ............ ok
All tests successful.
Files=89, Tests=1731, 43 wallclock secs ( 0.37 usr 0.14 sys + 39.98 cusr 3.54 csys = 44.03 CPU)
Files=89, Tests=1731, 48 wallclock secs ( 0.37 usr 0.11 sys + 41.50 cusr 3.58 csys = 45.56 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.jvm_summary.out
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ t/jvm/01-continuations.t .............. ok
t/jvm/02-multidim.t ................... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=109, Tests=4139, 365 wallclock secs ( 0.72 usr 0.17 sys + 707.12 cusr 16.36 csys = 724.37 CPU)
Files=109, Tests=4139, 366 wallclock secs ( 0.66 usr 0.18 sys + 701.85 cusr 15.95 csys = 718.64 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar-jit_summary.out
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=110, Tests=4145, 12 wallclock secs ( 0.68 usr 0.11 sys + 10.82 cusr 0.64 csys = 12.25 CPU)
Files=110, Tests=4145, 13 wallclock secs ( 0.61 usr 0.16 sys + 11.72 cusr 0.60 csys = 13.09 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar_summary.out
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=110, Tests=4145, 14 wallclock secs ( 0.62 usr 0.08 sys + 12.20 cusr 0.59 csys = 13.49 CPU)
Files=110, Tests=4145, 13 wallclock secs ( 0.60 usr 0.17 sys + 11.26 cusr 0.60 csys = 12.63 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.parrot_summary.out
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ t/nqp/86-pipes.t (Wstat: 256 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/nqp/96-array-methods.t (Wstat: 0 Tests: 9 Failed: 2)
Failed tests: 1, 5
Files=113, Tests=3873, 33 wallclock secs ( 0.69 usr 0.16 sys + 28.94 cusr 3.77 csys = 33.56 CPU)
Files=113, Tests=3873, 35 wallclock secs ( 0.65 usr 0.12 sys + 29.62 cusr 3.87 csys = 34.26 CPU)
Result: FAIL
Makefile:1162: recipe for target 'p-test' failed
make: *** [p-test] Error 1
19 changes: 11 additions & 8 deletions log/rakudo.jvm_summary.out
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ S03-operators/identity.rakudo.jvm.................. 37 0 8 0 45
4 todo : unspecced
S03-operators/increment.t.......................... 28 9 0 0 37
S03-operators/infixed-function.t................... 5 0 0 0 5
S03-operators/inplace.rakudo.jvm................... 23 0 0 4 27
S03-operators/inplace.rakudo.jvm................... 27 0 0 4 31
4 skipped: Method '' not found for invocant of class 'Str' RT #124528
S03-operators/is-divisible-by.rakudo.jvm........... 14 0 1 0 15
1 todo : not sure why this doesn't fire
Expand Down Expand Up @@ -490,7 +490,7 @@ S04-exception-handlers/catch.t..................... 30 0 0 0 30
S04-exception-handlers/control.t................... 10 0 0 0 10
S04-exception-handlers/top-level.t................. 1 0 0 0 1
S04-exceptions/control_across_runloop.t............ 1 0 0 0 1
S04-exceptions/fail.t.............................. 27 0 0 0 27
S04-exceptions/fail.t.............................. 26 1 0 0 27
S04-exceptions/pending.rakudo.jvm.................. 6 0 1 14 21
13 skipped: $!.pending
1 skipped: $object.handled
Expand Down Expand Up @@ -573,7 +573,7 @@ S04-statements/return.rakudo.jvm................... 19 0 1 0 20
1 todo : lexotic return
S04-statements/sink.t.............................. 2 0 0 0 2
S04-statements/terminator.t........................ 20 0 0 0 20
S04-statements/try.t............................... 40 0 0 0 40
S04-statements/try.t............................... 39 1 0 0 40
S04-statements/unless.t............................ 10 0 0 0 10
S04-statements/until.t............................. 4 0 0 0 4
S04-statements/when.t.............................. 18 0 0 0 18
Expand Down Expand Up @@ -1766,7 +1766,7 @@ integration/advent2014-day05.rakudo.jvm............ 6 0 0 1 7
integration/advent2014-day13.t..................... 13 0 0 0 13
integration/advent2014-day16.t..................... 21 0 0 0 21
integration/code-blocks-as-sub-args.t.............. 4 0 0 0 4
integration/error-reporting.rakudo.jvm............. 21 0 1 0 22
integration/error-reporting.rakudo.jvm............. 20 1 1 0 22
1 todo : nigh
integration/lazy-bentley-generator.t............... 1 0 0 0 1
integration/lexical-array-in-inner-block.t......... 2 0 0 0 2
Expand Down Expand Up @@ -1794,8 +1794,8 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 75, 75, 86
"S02", 5516, 16, 111, 379, 6022, 6021
"S03", 5362, 22, 120, 74, 5578, 5596
"S04", 1201, 25, 48, 32, 1306, 1338
"S03", 5366, 22, 120, 74, 5582, 5600
"S04", 1199, 27, 48, 32, 1306, 1338
"S05", 4822, 767, 86, 159, 5834, 6035
"S06", 1653, 338, 55, 87, 2133, 2204
"S07", 22, 0, 0, 0, 22, 118
Expand All @@ -1815,9 +1815,9 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S28", 7, 0, 0, 0, 7, 13
"S29", 350, 0, 3, 3, 356, 356
"S32", 11740, 326, 190, 173, 12429, 10671
"int", 1245, 26, 8, 14, 1293, 1286
"int", 1244, 27, 8, 14, 1293, 1286
"ros", 2, 0, 0, 0, 2, 2
"total", 39205, 1581, 743, 1340, 42869,120362
"total", 39206, 1584, 743, 1340, 42873,120366
----------------
Failure summary:
S02-magicals/sub.rakudo.jvm aborted 2 test(s)
Expand All @@ -1841,6 +1841,7 @@ S04-declarations/will.rakudo.jvm 8 - for iteration #1
S04-declarations/will.rakudo.jvm 9 - for iteration #2
S04-declarations/will.rakudo.jvm 10 - for iteration #3
S04-declarations/will.rakudo.jvm 11 - all for blocks set variable
S04-exceptions/fail.t 27 - Failure reports backtrace from its creation point.
S04-phasers/first.t 1 - FIRST only ran once
S04-phasers/first.t 3 - multiple FIRST {} ran in order
S04-phasers/first.t 4 - FIRST {} ran before ENTER {}
Expand All @@ -1850,6 +1851,7 @@ S04-statements/label.t aborted 4 test(s)
S04-statements/last.t aborted 2 test(s)
S04-statements/next.t aborted 6 test(s)
S04-statements/redo.t aborted 1 test(s)
S04-statements/try.t 32 - When $! is set, die() is die($!).
S05-mass/properties-general.rakudo.jvm aborted 502 test(s)
S05-modifier/counted-match.rakudo.jvm 2 - did we throws-like Exception?
S05-modifier/counted-match.rakudo.jvm 3 - did we throws-like Exception?
Expand Down Expand Up @@ -1900,3 +1902,4 @@ S32-str/split.rakudo.jvm aborted 31 test(s)
integration/99problems-11-to-20.t aborted 24 test(s)
integration/advent2010-day19.rakudo.jvm 4 - 42 but False
integration/advent2012-day15.t 9 - FIRST/NEXT/LAST example
integration/error-reporting.rakudo.jvm 20 - Thrown Failure outputs dual backtraces
Loading

0 comments on commit 7db26a5

Please sign in to comment.