Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Jun 16, 2014
1 parent 9a69a12 commit da46d70
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 1,060 deletions.
12 changes: 7 additions & 5 deletions log/niecza_summary.out
Expand Up @@ -4542,7 +4542,7 @@ S32-list/map.niecza................................ 45 0 2 12 59
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 @@ -4564,7 +4564,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............................... 42 4 0 2 48
S32-list/roll.niecza............................... 41 5 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 @@ -6095,10 +6095,10 @@ integration/weird-errors.niecza....................Unhandled exception: Unable t
"S26", 0, 0, 0, 0, 0, 312
"S28", 6, 0, 1, 0, 7, 13
"S29", 300, 6, 2, 11, 319, 351
"S32", 6619, 206, 128, 251, 7198, 7523
"int", 447, 36, 19, 22, 524, 1107
"S32", 6617, 208, 128, 251, 7198, 7523
"int", 447, 36, 19, 22, 524, 1115
"ros", 0, 0, 0, 0, 0, 2
"total", 20684, 1198, 713, 1733, 24296, 31569
"total", 20682, 1200, 713, 1733, 24296, 31577
----------------
Failure summary:
S02-lexical-conventions/comments.niecza aborted 1 test(s)
Expand Down Expand Up @@ -6161,10 +6161,12 @@ 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
S32-num/cool-num.niecza passed 1 unplanned test(s)
Expand Down
4 changes: 2 additions & 2 deletions log/pugs_summary.out
Expand Up @@ -1388,9 +1388,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, 3069, 0, 0, 3069, 7534
"int", 0, 202, 0, 0, 202, 1097
"int", 0, 202, 0, 0, 202, 1105
"ros", 0, 0, 0, 0, 0, 2
"total", 19, 14740, 0, 1, 14760, 31453
"total", 19, 14740, 0, 1, 14760, 31461
----------------
Failure summary:
S01-perl-5-integration/basic.pugs aborted 20 test(s)
Expand Down
1,609 changes: 569 additions & 1,040 deletions log/rakudo.jvm_summary.out

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions log/rakudo.moar_summary.out

Large diffs are not rendered by default.

7 changes: 4 additions & 3 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-06-16,68.58%,db4bad3,20682,1200,713,1733,24296,31577,48a8de3,
pugs,2014-06-16,00.06%,db4bad3,19,14740,0,1,14760,31461,9d8b59d,
rakudo.jvm,2014-06-16,35.85%,db4bad3,10813,17982,319,705,29819,31363,6dd2e80,
rakudo.moar,2014-06-16,100.00%,db4bad3,30159,2,627,1457,32245,31577,6dd2e80,
rakudo.parrot,2014-06-16,96.99%,db4bad3,29252,6,622,1527,31407,31577,6dd2e80,
niecza,2014-06-15,68.62%,00f7e30,20684,1198,713,1733,24296,31569,48a8de3,
pugs,2014-06-15,00.06%,00f7e30,19,14740,0,1,14760,31453,9d8b59d,
rakudo.jvm,2014-06-15,03.57%,00f7e30,1075,28559,47,113,29794,31355,fe867d6,
Expand Down

0 comments on commit da46d70

Please sign in to comment.