Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed May 16, 2014
1 parent 2c6762e commit d6c0fbf
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 45 deletions.
24 changes: 12 additions & 12 deletions log/niecza_summary.out
Expand Up @@ -125,9 +125,9 @@ S02-literals/radix.niecza..........................Potential difficulties:
Operation cannot succeed (constant folding threw exception: Numbers may not be passed :base(); if you wanted to render the number in the given base, use $number.base($radix); if you want to treat the number as a string, explicitly coerce it first) at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-literals/radix.niecza line 30:
------>  dies_ok { :10(42) ⏏}, ':10() really wants a string, not a n

125 0 4 5 134
125 0 4 6 135
1 skipped: WTF?
4 skipped: :radix[] NYI
5 skipped: :radix[] NYI
4 todo : :radix() NYI
S02-literals/string-interpolation.t................Use of Nil as a string
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 1389 (warn @ 5)
Expand Down Expand Up @@ -1218,14 +1218,14 @@ Use of uninitialized value in string context
9 todo :
S03-operators/basic-types.t........................ 19 0 0 0 19
S03-operators/bit.niecza...........................Potential difficulties:
$foo is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/bit.niecza line 51:
$foo is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/bit.niecza line 57:
------>  my ⏏$foo = "A" x 150;
$bar is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/bit.niecza line 52:
$bar is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/bit.niecza line 58:
------>  my ⏏$bar = "z" x 75;
$zap is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/bit.niecza line 53:
$zap is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/bit.niecza line 59:
------>  my ⏏$zap = "A" x 75;

22 0 0 11 33
26 0 0 11 37
11 skipped: string bitops
S03-operators/boolean-bitwise.niecza...............Use of uninitialized value in numeric context
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 1389 (warn @ 5)
Expand Down Expand Up @@ -5053,7 +5053,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 @@ -5075,7 +5075,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 @@ -6705,8 +6705,8 @@ Unhandled exception: System.Exception: Check failed
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61
"S02", 2958, 348, 109, 331, 3729, 4801
"S03", 3324, 549, 198, 396, 4467, 5076
"S02", 2958, 348, 109, 332, 3730, 4802
"S03", 3328, 549, 198, 396, 4471, 5080
"S04", 804, 0, 34, 60, 896, 1110
"S05", 4083, 93, 93, 218, 4484, 5892
"S06", 765, 26, 49, 162, 1002, 1383
Expand All @@ -6728,7 +6728,7 @@ Unhandled exception: System.Exception: Check failed
"S32", 6519, 293, 128, 258, 7194, 7513
"int", 448, 38, 19, 20, 525, 1049
"ros", 0, 0, 0, 0, 0, 2
"total", 20403, 1451, 706, 1710, 24244, 31355
"total", 20407, 1451, 706, 1711, 24249, 31360
----------------
Failure summary:
S02-lexical-conventions/comments.niecza aborted 1 test(s)
Expand Down Expand Up @@ -6788,13 +6788,13 @@ S32-list/pick.niecza 48 - simple pick on Enum type works
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)
S32-num/rand.niecza aborted 113 test(s)
Expand Down
22 changes: 12 additions & 10 deletions log/pugs_summary.out
Expand Up @@ -89,8 +89,8 @@ S02-literals/quoting.pugs..........................***
0 159 0 0 159
159 tests aborted (missing ok/not ok)
S02-literals/radix.pugs............................pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
0 134 0 0 134
134 tests aborted (missing ok/not ok)
0 135 0 0 135
135 tests aborted (missing ok/not ok)
S02-literals/string-interpolation.pugs.............pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
0 15 0 0 15
15 tests aborted (missing ok/not ok)
Expand Down Expand Up @@ -280,9 +280,11 @@ S03-operators/autoincrement.pugs...................pugs: user error ((0,"this ve
S03-operators/autovivification.pugs................pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
0 23 0 0 23
23 tests aborted (missing ok/not ok)
S03-operators/bit.t................................pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
0 33 0 0 33
33 tests aborted (missing ok/not ok)
S03-operators/bit.t................................***
Unexpected ">"
at t/spec/S03-operators/bit.t line 71, column 16
0 37 0 0 37
37 tests aborted (missing ok/not ok)
S03-operators/boolean-bitwise.pugs.................pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
0 45 0 0 45
45 tests aborted (missing ok/not ok)
Expand Down Expand Up @@ -1366,8 +1368,8 @@ 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, 2253, 0, 0, 2253, 4929
"S03", 0, 2476, 0, 0, 2476, 5076
"S02", 0, 2254, 0, 0, 2254, 4930
"S03", 0, 2480, 0, 0, 2480, 5080
"S04", 0, 666, 0, 0, 666, 1110
"S05", 0, 4480, 0, 0, 4480, 5892
"S06", 0, 607, 0, 0, 607, 1383
Expand All @@ -1389,7 +1391,7 @@ pugs: user error ((0,"this version of PCRE is compiled without UTF support"))
"S32", 0, 3069, 0, 0, 3069, 7524
"int", 0, 203, 0, 0, 203, 1039
"ros", 0, 0, 0, 0, 0, 2
"total", 19, 14731, 0, 1, 14751, 31239
"total", 19, 14736, 0, 1, 14756, 31244
----------------
Failure summary:
S01-perl-5-integration/basic.pugs aborted 20 test(s)
Expand All @@ -1415,7 +1417,7 @@ S02-literals/pair-boolean.t aborted 6 test(s)
S02-literals/pairs.pugs aborted 79 test(s)
S02-literals/quoting-unicode.pugs aborted 73 test(s)
S02-literals/quoting.pugs aborted 159 test(s)
S02-literals/radix.pugs aborted 134 test(s)
S02-literals/radix.pugs aborted 135 test(s)
S02-literals/string-interpolation.pugs aborted 15 test(s)
S02-literals/sub-calls.pugs aborted 20 test(s)
S02-literals/subscript.pugs aborted 2 test(s)
Expand Down Expand Up @@ -1472,7 +1474,7 @@ S03-operators/assign.pugs aborted 290 test(s)
S03-operators/autoincrement-range.pugs aborted 96 test(s)
S03-operators/autoincrement.pugs aborted 78 test(s)
S03-operators/autovivification.pugs aborted 23 test(s)
S03-operators/bit.t aborted 33 test(s)
S03-operators/bit.t aborted 37 test(s)
S03-operators/boolean-bitwise.pugs aborted 45 test(s)
S03-operators/chained-declarators.t aborted 5 test(s)
S03-operators/context-forcers.pugs aborted 97 test(s)
Expand Down
27 changes: 16 additions & 11 deletions log/rakudo.jvm_summary.out
Expand Up @@ -58,7 +58,8 @@ S02-literals/quoting.rakudo.jvm.................... 148 0 8 3 159
1 todo : «...»
2 todo : q:x assigned to array
4 todo : quoting adverbs
S02-literals/radix.rakudo.jvm...................... 129 0 5 0 134
S02-literals/radix.rakudo.jvm...................... 129 0 6 0 135
1 todo : This needs an RT
4 todo : Some question of what this form should actually do
1 todo : Really?!
S02-literals/string-interpolation.t................Potential difficulties:
Expand Down Expand Up @@ -460,7 +461,8 @@ use of uninitialized value of type Any in string context
S03-operators/bag.rakudo.jvm....................... 92 0 0 16 108
16 skipped: Reduction and bag operators
S03-operators/basic-types.t........................ 19 0 0 0 19
S03-operators/bit.t................................ 33 0 0 0 33
S03-operators/bit.rakudo.jvm....................... 34 0 0 3 37
3 skipped: RT#115966
S03-operators/boolean-bitwise.t.................... 45 0 0 0 45
S03-operators/brainos.t............................ 9 0 0 0 9
S03-operators/buf.t................................ 34 0 0 0 34
Expand Down Expand Up @@ -1534,15 +1536,15 @@ S17-supply/last.rakudo.jvm......................... 8 1 2 0 11
1 todo : D: doesn't work in signatures
S17-supply/list.rakudo.jvm......................... 3 0 0 4 7
4 skipped: hangs
S17-supply/map.rakudo.jvm.......................... 9 1 1 0 11
S17-supply/map.rakudo.jvm.......................... 8 2 1 0 11
1 todo : D: doesn't work in signatures
S17-supply/max.t................................... 11 1 0 0 12
S17-supply/merge.t................................. 10 0 0 0 10
S17-supply/migrate.rakudo.jvm...................... 22 0 1 0 23
1 todo : D: doesn't work in signatures
S17-supply/min.t................................... 11 1 0 0 12
S17-supply/minmax.t................................ 9 3 0 0 12
S17-supply/on.t.................................... 11 1 0 0 12
S17-supply/minmax.t................................ 10 2 0 0 12
S17-supply/on.t.................................... 9 3 0 0 12
S17-supply/reduce.rakudo.jvm....................... 11 0 1 0 12
1 todo : D: doesn't work in signatures
S17-supply/reverse.rakudo.jvm...................... 4 0 1 0 5
Expand All @@ -1551,7 +1553,7 @@ S17-supply/rotor.rakudo.jvm........................ 10 0 1 0 11
1 todo : D: doesn't work in signatures
S17-supply/schedule_on.rakudo.jvm.................. 8 0 1 0 9
1 todo : D: doesn't work in signatures
S17-supply/sort.rakudo.jvm......................... 7 1 1 0 9
S17-supply/sort.rakudo.jvm......................... 6 2 1 0 9
1 todo : D: doesn't work in signatures
S17-supply/squish.rakudo.jvm....................... 12 0 1 0 13
1 todo : D: doesn't work in signatures
Expand Down Expand Up @@ -3789,8 +3791,8 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 20, 20, 61
"S02", 4227, 0, 130, 324, 4681, 4801
"S03", 4811, 0, 112, 130, 5053, 5076
"S02", 4227, 0, 131, 324, 4682, 4802
"S03", 4812, 0, 112, 133, 5057, 5080
"S04", 953, 0, 39, 52, 1044, 1110
"S05", 4905, 0, 92, 411, 5408, 5892
"S06", 1158, 0, 38, 107, 1303, 1383
Expand All @@ -3803,7 +3805,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S14", 294, 0, 10, 12, 316, 329
"S15", 0, 0, 0, 0, 0, 283
"S16", 234, 0, 5, 19, 258, 302
"S17", 600, 11, 19, 39, 669, 669
"S17", 597, 14, 19, 39, 669, 669
"S19", 1, 0, 0, 3, 4, 6
"S24", 1, 0, 0, 0, 1, 88
"S26", 310, 0, 0, 1, 311, 311
Expand All @@ -3812,20 +3814,23 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S32", 9047, 1, 89, 250, 9387, 7513
"int", 946, 6, 17, 34, 1003, 1049
"ros", 2, 0, 0, 0, 2, 2
"total", 29517, 20, 624, 1583, 31744, 31355
"total", 29515, 23, 625, 1586, 31749, 31360
----------------
Failure summary:
S12-methods/chaining.t 16 - chaining through temp variable
S12-methods/chaining.t 17 - chaining through Any return
S17-supply/interval.t 1 - can not be called as an instance method
S17-supply/last.rakudo.jvm 7 - the last 15 works
S17-supply/map.rakudo.jvm 5 - mapping tap with single values works
S17-supply/map.rakudo.jvm 6 - mapping tap with multiple values works
S17-supply/max.t 1 - can not be called as a class method
S17-supply/min.t 1 - can not be called as a class method
S17-supply/minmax.t 1 - can not be called as a class method
S17-supply/minmax.t 6 - ascending alpha works
S17-supply/minmax.t 7 - decending alpha works
S17-supply/on.t 3 - basic 2 supply 'on' works
S17-supply/on.t 4 - basic 2 supply with (a,b) 'on' works
S17-supply/on.t 5 - basic 3 supply with array 'on' works
S17-supply/sort.rakudo.jvm 3 - we can sort numbers
S17-supply/sort.rakudo.jvm 4 - we can sort strings
S17-supply/zip.t 3 - zipping with 3 supplies works
S32-exceptions/misc.rakudo.jvm 187 - did we throws_like X::Phaser::PrePost?
Expand Down
12 changes: 7 additions & 5 deletions log/rakudo.moar_summary.out
Expand Up @@ -58,7 +58,8 @@ S02-literals/quoting.rakudo.moar................... 148 0 8 3 159
1 todo : «...»
2 todo : q:x assigned to array
4 todo : quoting adverbs
S02-literals/radix.rakudo.moar..................... 129 0 5 0 134
S02-literals/radix.rakudo.moar..................... 129 0 6 0 135
1 todo : This needs an RT
4 todo : Some question of what this form should actually do
1 todo : Really?!
S02-literals/string-interpolation.t................Potential difficulties:
Expand Down Expand Up @@ -460,7 +461,8 @@ use of uninitialized value of type Any in string context
S03-operators/bag.rakudo.moar...................... 92 0 0 16 108
16 skipped: Reduction and bag operators
S03-operators/basic-types.t........................ 19 0 0 0 19
S03-operators/bit.t................................ 33 0 0 0 33
S03-operators/bit.rakudo.moar...................... 34 0 0 3 37
3 skipped: RT#115966
S03-operators/boolean-bitwise.t.................... 45 0 0 0 45
S03-operators/brainos.t............................ 9 0 0 0 9
S03-operators/buf.t................................ 34 0 0 0 34
Expand Down Expand Up @@ -2195,8 +2197,8 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 20, 20, 61
"S02", 4258, 0, 128, 295, 4681, 4801
"S03", 4811, 0, 112, 130, 5053, 5076
"S02", 4258, 0, 129, 295, 4682, 4802
"S03", 4812, 0, 112, 133, 5057, 5080
"S04", 959, 0, 37, 48, 1044, 1110
"S05", 4997, 0, 86, 325, 5408, 5892
"S06", 1158, 0, 38, 107, 1303, 1383
Expand All @@ -2218,7 +2220,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S32", 9086, 0, 100, 201, 9387, 7513
"int", 946, 0, 17, 40, 1003, 1049
"ros", 2, 0, 0, 0, 2, 2
"total", 29963, 14, 608, 1393, 31978, 31355
"total", 29964, 14, 609, 1396, 31983, 31360
----------------
Failure summary:
S17-supply/on.t 3 - basic 2 supply 'on' works
Expand Down

0 comments on commit d6c0fbf

Please sign in to comment.