Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 30, 2015
1 parent 5251f3c commit 89d24d7
Show file tree
Hide file tree
Showing 7 changed files with 531 additions and 181 deletions.
25 changes: 21 additions & 4 deletions log/nqp.js_summary.out
Expand Up @@ -201,7 +201,20 @@ t/nqp/76-capture.t .................... ok
t/nqp/77-curlexpad.t .................. ok
t/nqp/78-shell.t ...................... ok
t/nqp/79-callercode.t ................. ok
t/nqp/80-matches.t .................... ok
/home/coke/sandbox/perl6-roast-data/nqp.js/tmp-18485.js:2379
TMP10 = TMP6.pop();
^^^^^
SyntaxError: Unexpected identifier
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
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)
at startup (node.js:129:16)
at node.js:814:3
t/nqp/80-matches.t ....................
No subtests run
t/nqp/81-radix.t ...................... ok
t/nqp/82-decode.t ..................... ok
t/nqp/83-math.t ....................... ok
Expand All @@ -224,6 +237,10 @@ t/serialization/02-types.t ............ ok
t/qast/02-manipulation.t .............. ok
t/js/getcomp-js.t ..................... ok
t/js/continuations.t .................. ok
All tests successful.
Files=98, Tests=3604, 64 wallclock secs ( 0.55 usr 0.12 sys + 58.70 cusr 6.24 csys = 65.61 CPU)
Result: PASS

Test Summary Report
-------------------
t/nqp/80-matches.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=98, Tests=3592, 64 wallclock secs ( 0.55 usr 0.12 sys + 59.08 cusr 6.32 csys = 66.07 CPU)
Result: FAIL
2 changes: 1 addition & 1 deletion log/nqp.moar-jit_summary.out
Expand Up @@ -111,5 +111,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=111, Tests=4424, 15 wallclock secs ( 0.75 usr 0.08 sys + 13.18 cusr 0.89 csys = 14.90 CPU)
Files=111, Tests=4424, 14 wallclock secs ( 0.69 usr 0.15 sys + 13.18 cusr 0.80 csys = 14.82 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar_summary.out
Expand Up @@ -111,5 +111,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=111, Tests=4424, 16 wallclock secs ( 0.71 usr 0.10 sys + 13.41 cusr 0.64 csys = 14.86 CPU)
Files=111, Tests=4424, 15 wallclock secs ( 0.70 usr 0.14 sys + 12.56 cusr 0.64 csys = 14.04 CPU)
Result: PASS
10 changes: 2 additions & 8 deletions log/nqp.parrot_summary.out
Expand Up @@ -78,10 +78,7 @@ 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
Segmentation fault
t/nqp/51-multi.t ......................
Dubious, test returned 139 (wstat 35584, 0x8b00)
Failed 1/6 subtests
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
Expand Down Expand Up @@ -268,9 +265,6 @@ t/nqp/07-boolean.t (Wstat: 0 Tests: 8 Failed: 1)
t/nqp/19-file-ops.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/nqp/51-multi.t (Wstat: 35584 Tests: 5 Failed: 0)
Non-zero exit status: 139
Parse errors: Bad plan. You planned 6 tests but ran 5.
t/nqp/59-nqpop.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Expand All @@ -290,7 +284,7 @@ t/qregex/01-qregex.t (Wstat: 0 Tests: 774 Failed: 1)
t/serialization/01-basic.t (Wstat: 256 Tests: 5 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 1485 tests but ran 5.
Files=113, Tests=2286, 36 wallclock secs ( 0.65 usr 0.09 sys + 31.00 cusr 4.16 csys = 35.90 CPU)
Files=113, Tests=2287, 35 wallclock secs ( 0.59 usr 0.13 sys + 30.51 cusr 4.11 csys = 35.34 CPU)
Result: FAIL
Makefile:1164: recipe for target 'p-test' failed
make: *** [p-test] Error 1

0 comments on commit 89d24d7

Please sign in to comment.