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 13, 2014
1 parent 8d82fbb commit 73c7e3e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 94 deletions.
12 changes: 6 additions & 6 deletions log/niecza_summary.out
Expand Up @@ -4297,7 +4297,7 @@ S32-list/map.niecza................................ 45 0 2 6 53
1 todo :
1 todo : https://github.com/sorear/niecza/issues/182
S32-list/minmax.t.................................. 55 0 0 0 55
S32-list/pick.niecza............................... 49 7 0 1 57
S32-list/pick.niecza............................... 48 8 0 1 57
1 skipped: ().pick === Nil
S32-list/reduce.niecza.............................Potential difficulties:
@array is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S32-list/reduce.niecza line 28:
Expand All @@ -4319,7 +4319,7 @@ Use of uninitialized value in numeric context
S32-list/reverse.niecza............................ 16 0 0 5 21
1 skipped: Unable to resolve method reverse in class Parcel
4 skipped: Iterable NYI
S32-list/roll.niecza............................... 41 5 0 2 48
S32-list/roll.niecza............................... 42 4 0 2 48
1 skipped: That's not the right way to spawn another Niecza
1 skipped: .roll on empty list
S32-list/sort.niecza............................... 24 0 4 4 32
Expand Down Expand Up @@ -5942,7 +5942,7 @@ Use of uninitialized value in string context
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61
"S02", 3013, 257, 120, 312, 3702, 4487
"S03", 3462, 203, 198, 404, 4267, 4648
"S03", 3462, 203, 198, 404, 4267, 4659
"S04", 804, 0, 34, 60, 898, 1043
"S05", 4117, 49, 96, 221, 4483, 5850
"S06", 781, 1, 58, 162, 1002, 1292
Expand All @@ -5962,9 +5962,9 @@ Use of uninitialized value in string context
"S28", 6, 0, 1, 0, 7, 13
"S29", 304, 2, 2, 11, 319, 351
"S32", 6760, 12, 137, 285, 7194, 7079
"int", 464, 12, 22, 27, 525, 858
"int", 464, 12, 22, 27, 525, 848
"ros", 0, 0, 0, 0, 0, 2
"total", 20984, 544, 745, 1748, 24021, 29111
"total", 20984, 544, 745, 1748, 24021, 29112
----------------
Failure summary:
S02-lexical-conventions/unspace.niecza aborted 86 test(s)
Expand Down Expand Up @@ -5993,11 +5993,11 @@ S32-list/pick.niecza 49 - one pick on Enum type works
S32-list/pick.niecza 50 - all pick on Enum type works
S32-list/pick.niecza 51 - too many pick on Enum type works
S32-list/pick.niecza 53 - simple pick on Enum is sane
S32-list/pick.niecza 54 - one pick on Enum is sane
S32-list/pick.niecza 55 - all pick on Enum is sane
S32-list/pick.niecza 56 - too many pick on Enum is sane
S32-list/roll.niecza 41 - simple roll on Enum type works
S32-list/roll.niecza 42 - one roll on Enum type works
S32-list/roll.niecza 45 - simple roll on Enum is sane
S32-list/roll.niecza 46 - one roll on Enum is sane
S32-list/roll.niecza 47 - too many roll on Enum is sane
integration/role-composition-vs-attribute.t aborted 10 test(s)
Expand Down
6 changes: 3 additions & 3 deletions log/pugs_summary.out
Expand Up @@ -1364,7 +1364,7 @@ pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 47, 0, 0, 47, 79
"S02", 0, 2264, 0, 0, 2264, 4615
"S03", 0, 2476, 0, 0, 2476, 4648
"S03", 0, 2476, 0, 0, 2476, 4659
"S04", 0, 668, 0, 0, 668, 1043
"S05", 0, 4476, 0, 0, 4476, 5850
"S06", 0, 607, 0, 0, 607, 1292
Expand All @@ -1384,9 +1384,9 @@ pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
"S28", 0, 5, 0, 0, 5, 13
"S29", 0, 43, 0, 0, 43, 94
"S32", 0, 3062, 0, 0, 3062, 7090
"int", 0, 203, 0, 0, 203, 848
"int", 0, 203, 0, 0, 203, 838
"ros", 0, 0, 0, 0, 0, 2
"total", 19, 14733, 0, 1, 14753, 28995
"total", 19, 14733, 0, 1, 14753, 28996
----------------
Failure summary:
S01-perl-5-integration/basic.pugs aborted 20 test(s)
Expand Down
14 changes: 8 additions & 6 deletions log/rakudo.jvm_summary.out
Expand Up @@ -568,8 +568,10 @@ S03-operators/nesting.t............................ 26 0 0 0 26
S03-operators/not.rakudo.jvm....................... 21 0 1 0 22
1 todo : RT 65556
S03-operators/numeric-shift.t...................... 36 0 0 0 36
S03-operators/orelse.rakudo.jvm.................... 8 0 1 0 9
1 todo PASSED: orelse $! semantics
S03-operators/orelse.rakudo.jvm.................... 8 0 0 3 11
1 skipped: orelse sets $!
1 skipped: orelse passes $! as argument
1 skipped: orelse passes $! as multiple arguments
S03-operators/overflow.t........................... 98 0 0 0 98
S03-operators/precedence.rakudo.jvm................ 48 0 4 2 54
2 skipped: nom regression
Expand Down Expand Up @@ -2175,7 +2177,7 @@ integration/advent2013-day15.rakudo.jvm............ 26 0 4 0 30
1 todo : jvm rounding quirks
3 todo : list of numbers
integration/advent2013-day18.t..................... 10 0 0 0 10
integration/advent2013-day19.t..................... 20 0 0 0 20
integration/advent2013-day19.t..................... 10 0 0 0 10
integration/advent2013-day20.t..................... 22 0 0 0 22
integration/code-blocks-as-sub-args.t.............. 4 0 0 0 4
integration/error-reporting.rakudo.jvm............. 15 0 1 0 16
Expand Down Expand Up @@ -2208,7 +2210,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 20, 20, 61
"S02", 4125, 1, 131, 321, 4578, 4487
"S03", 4813, 0, 115, 127, 5055, 4668
"S03", 4813, 0, 114, 130, 5057, 4679
"S04", 952, 1, 41, 52, 1046, 1043
"S05", 4897, 0, 99, 411, 5407, 5850
"S06", 1163, 0, 38, 107, 1308, 1292
Expand All @@ -2228,9 +2230,9 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S28", 7, 0, 0, 0, 7, 13
"S29", 332, 0, 4, 5, 341, 351
"S32", 9436, 0, 91, 226, 9753, 7079
"int", 768, 0, 14, 30, 812, 858
"int", 758, 0, 14, 30, 802, 848
"ros", 2, 0, 0, 0, 2, 2
"total", 29215, 3, 618, 1514, 31350, 29131
"total", 29205, 3, 617, 1517, 31342, 29132
----------------
Failure summary:
S02-types/mixhash.rakudo.jvm 72 - MixHash.kv returns list of keys and values
Expand Down
20 changes: 12 additions & 8 deletions log/rakudo.moar_summary.out
Expand Up @@ -567,8 +567,10 @@ S03-operators/nesting.t............................ 26 0 0 0 26
S03-operators/not.rakudo.moar...................... 21 0 1 0 22
1 todo : RT 65556
S03-operators/numeric-shift.t...................... 36 0 0 0 36
S03-operators/orelse.rakudo.moar................... 8 0 1 0 9
1 todo PASSED: orelse $! semantics
S03-operators/orelse.rakudo.moar................... 8 0 0 3 11
1 skipped: orelse sets $!
1 skipped: orelse passes $! as argument
1 skipped: orelse passes $! as multiple arguments
S03-operators/overflow.t........................... 98 0 0 0 98
S03-operators/precedence.rakudo.moar............... 48 0 4 2 54
2 skipped: nom regression
Expand Down Expand Up @@ -1087,7 +1089,7 @@ S06-other/anon-hashes-vs-blocks.t.................. 22 0 0 0 22
S06-other/introspection.t.......................... 12 0 0 0 12
S06-other/main-eval.rakudo.moar.................... 2 0 1 0 3
1 todo : MAIN in EVAL
S06-other/main-usage.rakudo.moar................... 15 0 7 0 22
S06-other/main-usage.rakudo.moar................... 13 2 7 0 22
5 todo : nom regression
2 todo : RT 115744
S06-other/main.t................................... 6 0 0 0 6
Expand Down Expand Up @@ -2169,7 +2171,7 @@ integration/advent2013-day14.rakudo.moar...........Aborted (core dumped)
integration/advent2013-day15.rakudo.moar........... 27 0 3 0 30
3 todo : list of numbers
integration/advent2013-day18.t..................... 10 0 0 0 10
integration/advent2013-day19.rakudo.moar........... 14 0 0 6 20
integration/advent2013-day19.rakudo.moar........... 4 0 0 6 10
6 skipped: Supply.interval on moar
integration/advent2013-day20.t..................... 22 0 0 0 22
integration/code-blocks-as-sub-args.t.............. 4 0 0 0 4
Expand Down Expand Up @@ -2203,10 +2205,10 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 20, 20, 61
"S02", 4157, 0, 127, 294, 4578, 4487
"S03", 4813, 0, 115, 127, 5055, 4668
"S03", 4813, 0, 114, 130, 5057, 4679
"S04", 961, 0, 37, 48, 1046, 1043
"S05", 4995, 0, 87, 325, 5407, 5850
"S06", 1163, 0, 38, 107, 1308, 1292
"S06", 1161, 2, 38, 107, 1308, 1292
"S07", 0, 0, 0, 0, 0, 0
"S09", 177, 0, 9, 14, 200, 200
"S10", 68, 0, 1, 2, 71, 128
Expand All @@ -2223,11 +2225,13 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S28", 7, 0, 0, 0, 7, 13
"S29", 332, 1, 4, 4, 341, 351
"S32", 9467, 0, 100, 177, 9744, 7079
"int", 760, 0, 13, 39, 812, 858
"int", 750, 0, 13, 39, 802, 848
"ros", 2, 0, 0, 0, 2, 2
"total", 29585, 4, 607, 1379, 31575, 29131
"total", 29573, 6, 606, 1382, 31567, 29132
----------------
Failure summary:
S06-other/main-usage.rakudo.moar 19 - best multi matches (not just first one)
S06-other/main-usage.rakudo.moar 20 - superfluous options trigger usage message
S17-concurrency/lock.t 8 - Thread 1 never ran after it was tried 1 times
S17-concurrency/promise.rakudo.moar aborted 2 test(s)
S29-os/system.rakudo.moar 1 - run() to an existing program does not die (and returns something true)
83 changes: 12 additions & 71 deletions log/rakudo.parrot_summary.out

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions perl6_pass_rates.csv
@@ -1,4 +1,9 @@
Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,"impl sha1",notes
niecza,2014-04-13,70.96%,13206ce,20984,544,745,1748,24021,29112,48a8de3,
pugs,2014-04-13,00.06%,13206ce,19,14733,0,1,14753,28996,9d8b59d,
rakudo.jvm,2014-04-13,98.76%,13206ce,29205,3,617,1517,31342,29132,aeda9d0,
rakudo.moar,2014-04-13,100.00%,13206ce,29573,6,606,1382,31567,29132,aeda9d0,
rakudo.parrot,2014-04-13,98.45%,13206ce,29115,0,600,1440,31155,29132,aeda9d0,
niecza,2014-04-11,70.93%,adda017,20984,544,745,1748,24021,29111,48a8de3,
pugs,2014-04-11,00.06%,adda017,19,14733,0,1,14753,28995,9d8b59d,
rakudo.jvm,2014-04-11,98.75%,adda017,29215,3,618,1514,31350,29131,e498597,
Expand Down

0 comments on commit 73c7e3e

Please sign in to comment.