Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Apr 23, 2015
1 parent 7dcbd9f commit 7e037e1
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 140 deletions.
2 changes: 1 addition & 1 deletion log/nqp.js_summary.out
Expand Up @@ -187,5 +187,5 @@ t/nqp/95-cclass.t ..................... ok
t/js/getcomp-js.t ..................... ok
t/qast/02-manipulation.t .............. ok
All tests successful.
Files=68, Tests=719, 23 wallclock secs ( 0.24 usr 0.08 sys + 21.16 cusr 2.20 csys = 23.68 CPU)
Files=68, Tests=719, 24 wallclock secs ( 0.22 usr 0.07 sys + 20.78 cusr 2.16 csys = 23.23 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.jvm_summary.out
Expand Up @@ -100,5 +100,5 @@ t/serialization/03-closures.t ......... ok
t/jvm/01-continuations.t .............. ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=98, Tests=3747, 327 wallclock secs ( 0.62 usr 0.09 sys + 631.15 cusr 12.33 csys = 644.19 CPU)
Files=98, Tests=3747, 327 wallclock secs ( 0.57 usr 0.10 sys + 626.96 cusr 12.26 csys = 639.89 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar-jit_summary.out
Expand Up @@ -100,5 +100,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=98, Tests=3747, 16 wallclock secs ( 0.34 usr 0.09 sys + 10.51 cusr 0.45 csys = 11.39 CPU)
Files=98, Tests=3747, 11 wallclock secs ( 0.35 usr 0.09 sys + 10.36 cusr 0.60 csys = 11.40 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar_summary.out
Expand Up @@ -100,5 +100,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=98, Tests=3747, 12 wallclock secs ( 0.41 usr 0.08 sys + 9.36 cusr 0.45 csys = 10.30 CPU)
Files=98, Tests=3747, 11 wallclock secs ( 0.41 usr 0.08 sys + 9.79 cusr 0.46 csys = 10.74 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.parrot_summary.out
Expand Up @@ -111,7 +111,7 @@ t/nqp/07-boolean.t (Wstat: 0 Tests: 8 Failed: 1)
Failed test: 6
t/nqp/59-nqpop.t (Wstat: 0 Tests: 126 Failed: 7)
Failed tests: 20-22, 32-34, 100
Files=103, Tests=3748, 29 wallclock secs ( 0.70 usr 0.11 sys + 24.46 cusr 4.19 csys = 29.46 CPU)
Files=103, Tests=3748, 32 wallclock secs ( 0.64 usr 0.16 sys + 25.26 cusr 4.04 csys = 30.10 CPU)
Result: FAIL
Makefile:1160: recipe for target 'p-test' failed
make: *** [p-test] Error 1
32 changes: 19 additions & 13 deletions log/rakudo.jvm_summary.out
Expand Up @@ -627,7 +627,9 @@ S05-grammar/signatures.t........................... 2 0 0 0 2
S05-grammar/ws.rakudo.jvm.......................... 10 0 0 2 12
2 skipped: infinite loop: RT #64094 (noauto)
S05-interpolation/lexicals.t....................... 10 0 0 0 10
S05-interpolation/regex-in-variable.rakudo.jvm..... 34 0 1 0 35
S05-interpolation/regex-in-variable.rakudo.jvm..... 36 0 1 2 39
1 skipped: and no need to go all Bobby Tables either
1 skipped: escaping characters before EVAL is the wrong way to fix this
1 todo : warn on undef
S05-mass/charsets.rakudo.jvm....................... 14 0 3 0 17
1 todo : Unicode 6.1 -- :Punctuation characters
Expand Down Expand Up @@ -1155,8 +1157,12 @@ S15-string-types/Str.rakudo.jvm.................... 1 0 2 2 5
1 skipped: :nfg adverb NYI
1 skipped: Str.graphs NYI
2 todo : NYI
S15-unicode-information/uniname.rakudo.jvm......... 0 27 0 0 27
27 tests aborted (missing ok/not ok)
S15-unicode-information/uniname.rakudo.jvm......... 10 0 2 15 27
5 skipped: :either NYI
5 skipped: :either and :one NYI
5 skipped: :one NYI
1 todo : RT #122470
1 todo : RT #122471
pass fail todo skip plan
S16-filehandles/chmod.t............................ 16 0 0 3 19
3 skipped: :r :w :x can accidentally work with root permission
Expand Down Expand Up @@ -1186,7 +1192,7 @@ S16-unfiled/rebindstdhandles.rakudo.jvm............ 0 0 0 2 2
pass fail todo skip plan
S17-channel/basic.t................................ 17 0 0 0 17
S17-channel/earliest.t............................. 3 0 0 0 3
S17-lowlevel/lock.rakudo.jvm....................... 7 0 0 1 8
S17-lowlevel/lock.rakudo.jvm....................... 6 1 0 1 8
1 skipped: not sure this test is valid
S17-lowlevel/thread.t.............................. 25 0 0 0 25
S17-promise/allof.t................................ 11 0 0 0 11
Expand Down Expand Up @@ -1485,7 +1491,7 @@ S32-str/bool.t..................................... 12 0 0 0 12
S32-str/capitalize.rakudo.jvm...................... 15 0 2 0 17
2 todo : graphemes results wrong
S32-str/chomp.t.................................... 39 0 0 0 39
S32-str/chop.t..................................... 6 0 0 0 6
S32-str/chop.t..................................... 32 0 0 0 32
S32-str/comb.rakudo.jvm............................ 38 0 2 1 41
1 skipped: cannot call match, no signature matches
2 todo : graphemes NYI
Expand All @@ -1498,8 +1504,9 @@ S32-str/indent.t................................... 62 0 0 0 62
S32-str/index.rakudo.jvm........................... 36 0 0 2 38
2 skipped: StrPos NYI
S32-str/lc.t....................................... 13 0 0 0 13
S32-str/length.rakudo.jvm.......................... 28 1 0 15 44
S32-str/length.rakudo.jvm.......................... 28 0 1 15 44
15 skipped: .graphs NYI
1 todo : .codes weirdness on JVM, possibly NYI?
S32-str/lines.t.................................... 47 0 0 0 47
S32-str/numeric.rakudo.jvm......................... 162 0 6 0 168
5 todo : Failure
Expand Down Expand Up @@ -1742,7 +1749,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S02", 5234, 0, 141, 365, 5740, 5832
"S03", 5153, 0, 120, 100, 5373, 5391
"S04", 1067, 2, 50, 52, 1171, 1223
"S05", 5320, 4, 93, 259, 5676, 5949
"S05", 5322, 4, 93, 261, 5680, 5953
"S06", 1354, 0, 53, 99, 1506, 1564
"S07", 0, 0, 0, 0, 0, 0
"S09", 1899, 0, 9, 102, 2010, 2010
Expand All @@ -1751,19 +1758,19 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S12", 1459, 0, 51, 123, 1633, 1690
"S13", 36, 0, 10, 27, 73, 83
"S14", 309, 0, 8, 9, 326, 339
"S15", 1, 27, 2, 2, 32, 78457
"S15", 11, 0, 4, 17, 32, 78457
"S16", 258, 0, 0, 17, 275, 307
"S17", 667, 0, 4, 27, 698, 744
"S17", 666, 1, 4, 27, 698, 744
"S19", 13, 0, 0, 0, 13, 18
"S22", 23, 0, 0, 1, 24, 24
"S24", 17, 0, 0, 0, 17, 94
"S26", 1234, 0, 4, 48, 1286, 1947
"S28", 7, 0, 0, 0, 7, 13
"S29", 341, 0, 3, 3, 347, 357
"S32", 9609, 4, 187, 211, 10011, 8397
"S32", 9635, 3, 188, 211, 10037, 8423
"int", 1255, 5, 12, 15, 1287, 1276
"ros", 2, 0, 0, 0, 2, 2
"total", 35435, 61, 779, 1531, 37806,116103
"total", 35472, 34, 782, 1548, 37836,116133
----------------
Failure summary:
S01-perl-5-integration/hash.rakudo.jvm aborted 6 test(s)
Expand All @@ -1776,9 +1783,8 @@ S05-modifier/perl5_9.rakudo.jvm 77 - re_tests 1348/1 (1566)
S05-modifier/perl5_9.rakudo.jvm 79 - re_tests 1352/1 (1570)
S05-modifier/perl5_9.rakudo.jvm 81 - re_tests 1356/1 (1574)
S05-modifier/perl5_9.rakudo.jvm 83 - re_tests 1360/1 (1578)
S15-unicode-information/uniname.rakudo.jvm aborted 27 test(s)
S17-lowlevel/lock.rakudo.jvm 7 - Condition variable worked
S32-io/pipe.t 3 - Child fails and prints nothing
S32-io/pipe.t 4 - Child fails and prints nothing
S32-io/pipe.t 5 - Child fails and prints something
S32-str/length.rakudo.jvm 41 - .codes on a >0xFFFF char
integration/precompiled.rakudo.jvm aborted 5 test(s)
83 changes: 24 additions & 59 deletions log/rakudo.moar-jit_summary.out
Expand Up @@ -1057,7 +1057,9 @@ S05-grammar/signatures.t........................... 2 0 0 0 2
S05-grammar/ws.rakudo.moar......................... 10 0 0 2 12
2 skipped: infinite loop: RT #64094 (noauto)
S05-interpolation/lexicals.t....................... 10 0 0 0 10
S05-interpolation/regex-in-variable.rakudo.moar.... 34 0 1 0 35
S05-interpolation/regex-in-variable.rakudo.moar.... 36 0 1 2 39
1 skipped: and no need to go all Bobby Tables either
1 skipped: escaping characters before EVAL is the wrong way to fix this
1 todo : warn on undef
S05-mass/charsets.t................................ 17 0 0 0 17
S05-mass/named-chars.t............................. 431 0 0 0 431
Expand Down Expand Up @@ -1477,10 +1479,10 @@ use of uninitialized value $_ of type Any in string context in block at t/spec
use of uninitialized value $_ of type Any in string context in block at t/spec/S10-packages/precompilation.rakudo.moar:76

# error: Could not find symbol '&C1'
# in method <anon> at src/gen/m-CORE.setting:16339
# in method <anon> at src/gen/m-CORE.setting:16345
# in any find_method_fallback at src/gen/m-Metamodel.nqp:2909
# in any find_method at src/gen/m-Metamodel.nqp:1053
# in block <unit> at getout-2138-247480.code:4
# in block <unit> at getout-4860-461492.code:4


19 0 3 0 22
Expand Down Expand Up @@ -1833,8 +1835,8 @@ S15-unicode-information/uniname.rakudo.moar........ 10 0 2 15 27
1 todo : RT #122471
S15-unicode-information/unival.t................... 32 0 0 0 32
pass fail todo skip plan
S16-filehandles/chmod.t............................# Using file temp_1429714872
# Using file temp_1429714872
S16-filehandles/chmod.t............................# Using file temp_1429801132
# Using file temp_1429801132
16 0 0 3 19
3 skipped: :r :w :x can accidentally work with root permission
S16-filehandles/filestat.t......................... 10 0 0 0 10
Expand Down Expand Up @@ -1865,16 +1867,7 @@ S17-channel/earliest.t............................. 3 0 0 0 3
S17-lowlevel/lock.rakudo.moar...................... 7 0 0 1 8
1 skipped: not sure this test is valid
S17-lowlevel/thread.t.............................. 25 0 0 0 25
S17-procasync/basic.rakudo.moar....................
# Failed test 'was execution successful'
# at t/spec/S17-procasync/basic.rakudo.moar line 40

# Failed test 'is the status ok'
# at t/spec/S17-procasync/basic.rakudo.moar line 41
# expected: '0'
# got: '-1'
# Looks like you failed 2 tests of 30
25 2 0 3 30
S17-procasync/basic.rakudo.moar.................... 27 0 0 3 30
3 skipped: returns Nil (flapping tests)
S17-procasync/print.rakudo.moar.................... 11 0 0 5 16
5 skipped: Flapping tests
Expand Down Expand Up @@ -2398,7 +2391,7 @@ S32-str/bool.t..................................... 12 0 0 0 12
S32-str/capitalize.rakudo.moar..................... 15 0 2 0 17
2 todo : graphemes results wrong
S32-str/chomp.t.................................... 39 0 0 0 39
S32-str/chop.t..................................... 6 0 0 0 6
S32-str/chop.t..................................... 32 0 0 0 32
S32-str/comb.rakudo.moar........................... 38 0 2 1 41
1 skipped: cannot call match, no signature matches
2 todo : graphemes NYI
Expand Down Expand Up @@ -2686,14 +2679,14 @@ integration/advent2012-day15.rakudo.moar........... 10 0 1 0 11
integration/advent2012-day16.t..................... 11 0 0 0 11
integration/advent2012-day19.t..................... 10 0 0 0 10
integration/advent2012-day20.t..................... 2 0 0 0 2
integration/advent2012-day21.t.....................# gerdr: 1.06675227 seconds
# kaz: 1.217500 seconds
# recursive-ternary: 1.2943862 seconds
# loop: 1.31946368 seconds
# hand-memoization: 1.71088952 seconds
# recursive-ternary-hand-cached: 2.62283231 seconds
# sequence-ternary: 6.2562053 seconds
# sequence: 8.104628 seconds
integration/advent2012-day21.t.....................# gerdr: 1.2461705 seconds
# kaz: 1.24962245 seconds
# loop: 1.36426640 seconds
# recursive-ternary: 1.4501264 seconds
# hand-memoization: 1.7350531 seconds
# recursive-ternary-hand-cached: 2.89158257 seconds
# sequence-ternary: 6.0580948 seconds
# sequence: 8.16850827 seconds
9 0 0 0 9
integration/advent2012-day22.rakudo.moar........... 5 0 1 0 6
1 todo : RT #121789
Expand All @@ -2709,20 +2702,7 @@ integration/advent2013-day09.t..................... 21 0 0 0 21
integration/advent2013-day10.rakudo.moar........... 43 0 1 0 44
1 todo : adverb stacking
integration/advent2013-day12.t..................... 32 0 0 0 32
integration/advent2013-day14.t.....................# combiner failure:Cannot call infix:<!=>(Int, Int); none of these signatures match:
# (Any $?)
# (\a, \b)
# (int $a, int $b)
# (num $a, num $b --> Bool)
# (Instant:D $a, Instant:D $b)
===SORRY!===
Cannot call infix:<!=>(Int, Int); none of these signatures match:
(Any $?)
(\a, \b)
(int $a, int $b)
(num $a, num $b --> Bool)
(Instant:D $a, Instant:D $b)
# Looks like you planned 10 tests, but ran 6
integration/advent2013-day14.t.....................Segmentation fault
6 4 0 0 10
4 tests aborted (missing ok/not ok)
integration/advent2013-day15.rakudo.moar........... 27 0 3 0 30
Expand Down Expand Up @@ -2762,22 +2742,9 @@ integration/no-indirect-new.t...................... 2 0 0 0 2
integration/packages.t............................. 3 0 0 0 3
integration/pair-in-array.t........................ 3 0 0 0 3
integration/passing-pair-class-to-sub.t............ 2 0 0 0 2
integration/precompiled.rakudo.moar................===============================================================================
The use of nqp::operations has been deprecated for non-CORE code. Please
change your code to not use these non-portable functions. If you really want
to keep using nqp::operations in your Perl6 code, you must add a:

use nqp;

to the outer scope of any code that uses nqp::operations.

Compilation unit '/home/coke/sandbox/perl6-roast-data/rakudo.moar-jit/t/spec/packages/Test/Compile.pm' contained the following violations:
Line 241:
nqp::ishash
===============================================================================

integration/precompiled.rakudo.moar................
# Failed test 'loads_is is working (Compared)'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar-jit/t/spec/packages/Test/Compile.pm line 78
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar-jit/t/spec/packages/Test/Compile.pm line 79
# expected: '42'
# got: (Any)
# Looks like you failed 1 tests of 2
Expand All @@ -2803,7 +2770,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S02", 5271, 0, 129, 340, 5740, 5832
"S03", 5153, 0, 120, 100, 5373, 5391
"S04", 1083, 0, 51, 37, 1171, 1223
"S05", 5416, 0, 87, 173, 5676, 5949
"S05", 5418, 0, 87, 175, 5680, 5953
"S06", 1364, 0, 51, 91, 1506, 1564
"S07", 0, 0, 0, 0, 0, 0
"S09", 1899, 0, 9, 102, 2010, 2010
Expand All @@ -2814,23 +2781,21 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S14", 310, 0, 8, 8, 326, 339
"S15", 78416, 0, 4, 17, 78437, 78457
"S16", 259, 0, 0, 16, 275, 307
"S17", 707, 2, 4, 31, 744, 744
"S17", 709, 0, 4, 31, 744, 744
"S19", 13, 0, 0, 0, 13, 18
"S22", 24, 0, 0, 0, 24, 24
"S24", 17, 0, 0, 0, 17, 94
"S26", 1234, 0, 4, 48, 1286, 1947
"S28", 7, 0, 0, 0, 7, 13
"S29", 341, 0, 4, 2, 347, 357
"S32", 9760, 0, 210, 191, 10161, 8547
"S32", 9786, 0, 210, 191, 10187, 8573
"int", 1254, 4, 14, 15, 1287, 1276
"ros", 2, 0, 0, 0, 2, 2
"total", 114233, 25, 757, 1392,116407,116253
"total", 114263, 23, 757, 1394,116437,116283
----------------
Failure summary:
S01-perl-5-integration/hash.rakudo.moar aborted 6 test(s)
S01-perl-5-integration/roundtrip.t aborted 5 test(s)
S01-perl-5-integration/strings.rakudo.moar aborted 6 test(s)
S01-perl-5-integration/subs.t aborted 2 test(s)
S17-procasync/basic.rakudo.moar 14 - was execution successful
S17-procasync/basic.rakudo.moar 15 - is the status ok
integration/advent2013-day14.t aborted 4 test(s)

0 comments on commit 7e037e1

Please sign in to comment.