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 5, 2014
1 parent 879ce71 commit 0f9ae9a
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 269 deletions.
12 changes: 7 additions & 5 deletions log/rakudo.jvm_summary.out

Large diffs are not rendered by default.

362 changes: 160 additions & 202 deletions log/rakudo.moar-jit_summary.out

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions log/rakudo.moar_summary.out

Large diffs are not rendered by default.

33 changes: 19 additions & 14 deletions log/rakudo.parrot_summary.out
Expand Up @@ -1088,8 +1088,13 @@ S04-statements/do.rakudo.parrot.................... 21 0 0 6 27
3 skipped: Undeclared name A
1 skipped: next without loop construct
S04-statements/for-scope.t......................... 16 0 0 0 16
S04-statements/for.rakudo.parrot................... 82 0 2 1 85
S04-statements/for.rakudo.parrot...................use of uninitialized value of type Any in string context in block at t/spec/S04-statements/for.rakudo.parrot:613

use of uninitialized value of type Any in string context in block at t/spec/S04-statements/for.rakudo.parrot:619

82 0 4 1 87
1 skipped: optional variable in for loop (RT #63994)
2 todo : RT #123005
2 todo : RT #113026 array iterator does not track a growing array
S04-statements/for_with_only_one_item.t............ 9 0 0 0 9
S04-statements/gather.t............................ 28 0 0 0 28
Expand Down Expand Up @@ -1627,7 +1632,7 @@ S10-packages/precompilation.rakudo.parrot..........# error: Could not find symbo
# in any find_method_fallback at gen/parrot/Metamodel.nqp:2795
# in any find_method at gen/parrot/Metamodel.nqp:989
# in any at gen/parrot/BOOTSTRAP.nqp:1708
# in block <unit> at getout-50753-781827.code:3
# in block <unit> at getout-38464-850323.code:3


16 0 1 0 17
Expand Down Expand Up @@ -1912,8 +1917,8 @@ S14-traits/attributes.t............................ 8 0 0 0 8
S14-traits/routines.rakudo.parrot.................. 12 0 1 0 13
1 todo : trait mod / .wrap interaction
pass fail todo skip plan
S16-filehandles/chmod.t............................# Using file temp_1417716788
# Using file temp_1417716788
S16-filehandles/chmod.t............................# Using file temp_1417791351
# Using file temp_1417791351
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 @@ -2682,13 +2687,13 @@ integration/advent2012-day15.rakudo.parrot......... 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.rakudo.parrot.........# kaz: 2.445906 seconds
# gerdr: 2.47510473 seconds
# recursive-ternary: 3.2388710 seconds
# loop: 3.40813544 seconds
# sequence-ternary: 7.279833 seconds
# recursive-ternary-hand-cached: 8.2738854 seconds
# sequence: 11.55956662 seconds
integration/advent2012-day21.rakudo.parrot.........# kaz: 2.18162958 seconds
# gerdr: 2.19941155 seconds
# recursive-ternary: 2.8117959 seconds
# loop: 2.9321262 seconds
# sequence-ternary: 6.3440720 seconds
# recursive-ternary-hand-cached: 7.4200544 seconds
# sequence: 10.2190582 seconds
8 0 0 1 9
1 skipped: RT #122497
integration/advent2012-day22.rakudo.parrot......... 5 0 1 0 6
Expand Down Expand Up @@ -2741,7 +2746,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S01", 0, 0, 0, 0, 0, 61
"S02", 5027, 0, 120, 434, 5581, 5673
"S03", 4920, 0, 106, 100, 5126, 5160
"S04", 1011, 0, 48, 46, 1105, 1157
"S04", 1011, 0, 50, 46, 1107, 1159
"S05", 5175, 0, 107, 264, 5546, 5927
"S06", 1194, 0, 39, 104, 1337, 1417
"S07", 0, 0, 0, 0, 0, 0
Expand All @@ -2761,8 +2766,8 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S28", 7, 0, 0, 0, 7, 13
"S29", 338, 0, 4, 2, 344, 354
"S32", 9159, 0, 115, 176, 9450, 7884
"int", 1197, 0, 9, 19, 1225, 1228
"int", 1197, 0, 9, 19, 1225, 1235
"ros", 2, 0, 0, 0, 2, 2
"total", 31664, 0, 637, 1392, 33693, 34774
"total", 31664, 0, 639, 1392, 33695, 34783
----------------
No failures!
4 changes: 4 additions & 0 deletions perl6_pass_rates.csv
@@ -1,4 +1,8 @@
Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,"impl sha1",notes
rakudo.jvm,2014-12-05,98.56%,4b7c128,32262,7,723,1391,34383,34783,da7ff70,
rakudo.moar,2014-12-05,100.00%,4b7c128,32734,21,649,1246,34650,34783,da7ff70,
rakudo.moar-jit,2014-12-05,99.34%,4b7c128,32519,248,637,1246,34650,34783,da7ff70,
rakudo.parrot,2014-12-05,96.73%,4b7c128,31664,0,639,1392,33695,34783,da7ff70,
rakudo.jvm,2014-12-04,98.72%,1db2856,32255,7,721,1391,34374,34774,6edc31b,
rakudo.moar,2014-12-04,100.00%,1db2856,32672,92,643,1234,34641,34774,6edc31b,
rakudo.moar-jit,2014-12-04,99.01%,1db2856,32349,413,643,1236,34641,34774,6edc31b,
Expand Down

0 comments on commit 0f9ae9a

Please sign in to comment.