Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Dec 18, 2012
1 parent 03950e1 commit 0b75dd9
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 35 deletions.
65 changes: 51 additions & 14 deletions niecza_summary.out
Expand Up @@ -128,7 +128,7 @@ S02-literals/subscript.t...........................Potential difficulties:
2 0 0 0 2
S02-literals/types.t............................... 7 0 0 0 7
S02-literals/underscores.t......................... 19 0 0 0 19
S02-magicals/args.t................................ 4 0 0 0 4
S02-magicals/args.t................................ 6 0 0 0 6
S02-magicals/block.t............................... 1 0 0 0 1
S02-magicals/dollar-underscore.niecza..............Potential difficulties:
$letter is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-magicals/dollar-underscore.niecza line 32:
Expand Down Expand Up @@ -266,7 +266,11 @@ S02-one-pass-parsing/less-than.t................... 9 0 0 0 9
S02-types/anon_block.niecza........................ 35 0 0 7 42
4 skipped: No candidates for dispatch to mone
3 skipped: Exception NYI
S02-types/array.niecza.............................Use of uninitialized value in string context
S02-types/array.niecza.............................Potential difficulties:
&is_run is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-types/array.niecza line 341:
------>  ?use Test::Util;

Use of uninitialized value in string context
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 1287 (warn @ 5)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 266 (Mu.Str @ 15)
at <unknown> line 0 (ExitRunloop @ 0)
Expand Down Expand Up @@ -338,7 +342,14 @@ Use of uninitialized value in string context
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (module-CORE @ 580)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
74 0 3 14 91
Unhandled exception: Unable to resolve method postcircumfix:<( )> in type Any
at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-types/array.niecza line 342 (ANON @ 6)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-types/array.niecza line 352 (mainline @ 312)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4218 (ANON @ 3)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (module-CORE @ 580)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
74 8 3 14 99
1 skipped: Zen slices
5 skipped: Failure
2 skipped: */.. interaction
Expand All @@ -349,6 +360,7 @@ Use of uninitialized value in string context
1 todo :
1 todo : type constraints
1 todo : @arr[-1] returns undef
8 tests aborted (missing ok/not ok)
S02-types/array_extending.niecza...................Potential difficulties:
$foo is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-types/array_extending.niecza line 18:
------>  my ?$foo = @array[20];
Expand Down Expand Up @@ -707,7 +719,16 @@ S03-metaops/reduce.niecza..........................Potential difficulties:
@foo is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-metaops/reduce.niecza line 173:
------> lives_ok({my ?@foo = [1..3] >>+<< [1..3] >>+<< [1..3]}

69 0 7 86 162
Unhandled exception: Excess arguments to ANON, used 2 of 3 positionals
at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-metaops/reduce.niecza line 0 (ANON @ 1)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 2558 (reduceop @ 12)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-metaops/reduce.niecza line 384 (ANON @ 5)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-metaops/reduce.niecza line 392 (mainline @ 225)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4218 (ANON @ 3)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (module-CORE @ 580)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
69 0 7 86 0
9 skipped: [macro]
2 skipped: Iterable
70 skipped: ^^
Expand All @@ -719,6 +740,7 @@ S03-metaops/reduce.niecza..........................Potential difficulties:
2 todo : this is parsed as ![=], not good
1 todo : huh?
1 todo : unary [] does not context yet
162 tests more than planned were run
S03-metaops/reverse.t.............................. 34 0 0 0 34
S03-metaops/zip.niecza............................. 14 0 4 6 24
1 skipped: Unable to resolve method munch in class List
Expand Down Expand Up @@ -1992,9 +2014,20 @@ S04-statements/next.t..............................Potential difficulties:
12 0 0 0 12
S04-statements/no-implicit-block.t................. 12 0 0 0 12
S04-statements/redo.t.............................. 11 0 0 0 11
S04-statements/repeat.niecza....................... 17 0 1 1 19
S04-statements/repeat.niecza.......................Potential difficulties:
&is_run is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S04-statements/repeat.niecza line 133:
------>  todo(); ?use Test::Util;

Unhandled exception: Unable to resolve method postcircumfix:<( )> in type Any
at /home/coke/sandbox/perl6pass/niecza/t/spec/S04-statements/repeat.niecza line 134 (ANON @ 12)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S04-statements/repeat.niecza line 140 (mainline @ 273)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4218 (ANON @ 3)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (module-CORE @ 580)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
17 3 0 1 21
1 skipped: No value in ANON available for parameter $a
1 todo :
3 tests aborted (missing ok/not ok)
S04-statements/return.t............................ 17 0 0 0 17
S04-statements/terminator.niecza...................Potential difficulties:
$x is declared but not used at (eval) line 1:
Expand Down Expand Up @@ -2083,7 +2116,7 @@ S05-mass/rx.niecza.................................Potential difficulties:
$rt112450 is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-mass/rx.niecza line 2572:
------>  my ?$rt112450 = 4;

sh: line 1: 14661 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
sh: line 1: 29848 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
663 4 19 47 733
1 skipped: Unable to resolve method alpha in class Cursor
2 skipped: Dubious test, http://irclog.perlgeek.de/perl6/2012-05-27#i_5643089
Expand Down Expand Up @@ -3868,7 +3901,7 @@ Use of uninitialized value in string context
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4219 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
34 0 0 0 34
S32-list/map.niecza................................ 46 0 0 6 52
S32-list/map.niecza................................ 45 1 0 6 52
1 skipped: No value for parameter $e in ANON
2 skipped: Invocant handling is NYI
2 skipped: No value for parameter $func in Any.map
Expand Down Expand Up @@ -5482,16 +5515,16 @@ integration/weird-errors.niecza.................... 2 0 2 3 7
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61
"S02", 2948, 1, 104, 259, 3312, 3471
"S03", 3944, 0, 193, 357, 4494, 4167
"S04", 783, 0, 35, 47, 865, 951
"S02", 2950, 9, 104, 259, 3322, 3482
"S03", 3944, 0, 193, 357, 4332, 4167
"S04", 783, 3, 34, 47, 867, 953
"S05", 4051, 9, 115, 196, 4371, 5743
"S06", 767, 0, 55, 160, 982, 1265
"S07", 0, 0, 0, 0, 0, 0
"S09", 65, 0, 0, 8, 73, 175
"S10", 35, 0, 5, 17, 57, 125
"S11", 0, 0, 0, 0, 0, 112
"S12", 734, 1, 60, 149, 944, 1318
"S12", 734, 1, 60, 149, 944, 1319
"S13", 31, 0, 1, 10, 42, 80
"S14", 168, 0, 1, 9, 178, 325
"S16", 189, 0, 21, 25, 235, 290
Expand All @@ -5501,14 +5534,18 @@ integration/weird-errors.niecza.................... 2 0 2 3 7
"S26", 0, 0, 0, 0, 0, 258
"S28", 6, 0, 1, 0, 7, 13
"S29", 305, 0, 5, 5, 315, 328
"S32", 6377, 0, 129, 238, 6744, 5263
"S32", 6376, 1, 129, 238, 6744, 5263
"int", 454, 0, 22, 24, 500, 548
"total", 20861, 12, 747, 1504, 23124, 24613
"total", 20862, 24, 746, 1504, 22974, 24627
----------------
Failure summary:
S02-types/array.niecza aborted 8 test(s)
S02-types/nested_pairs.t 14 - key-nested pairs .perl correctly
S03-metaops/reduce.niecza passed 162 unplanned test(s)
S04-statements/repeat.niecza aborted 3 test(s)
S05-mass/rx.niecza aborted 4 test(s)
S05-metasyntax/unknown.niecza aborted 3 test(s)
S05-transliteration/trans.niecza aborted 2 test(s)
S12-methods/private.niecza aborted 1 test(s)
S19-command-line/dash-e.t 2 - -e print $something works with non-ASCII string literals
S32-list/map.niecza 24 - should be 6 elements (bare block)
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 12/18/2012 60f15db rakudo++ (24490); niecza (85.18%); pugs (0%)
"niecza", 20862, 24, 746, 1504, 22974, 24627
"pugs" , 0, 14446, 0, 0, 14446, 24378
"rakudo", 24490, 2, 669, 1894, 27055, 24629
# 12/17/2012 a6eefb3 rakudo++ (24475); niecza (85.23%); pugs (0%)
"niecza", 20861, 12, 747, 1504, 23124, 24613
"pugs" , 0, 14436, 0, 0, 14436, 24364
Expand Down
20 changes: 10 additions & 10 deletions pugs_summary.out
Expand Up @@ -160,8 +160,8 @@ Use of uninitialized value in split at t/spec/test_summary line 122.
42 tests aborted (missing ok/not ok)
S02-types/array.pugs...............................Can't exec "./perl6": No such file or directory at t/spec/test_summary line 122.
Use of uninitialized value in split at t/spec/test_summary line 122.
0 91 0 0 91
91 tests aborted (missing ok/not ok)
0 99 0 0 99
99 tests aborted (missing ok/not ok)
S02-types/array_extending.pugs.....................Can't exec "./perl6": No such file or directory at t/spec/test_summary line 122.
Use of uninitialized value in split at t/spec/test_summary line 122.
0 21 0 0 21
Expand Down Expand Up @@ -626,8 +626,8 @@ Use of uninitialized value in split at t/spec/test_summary line 122.
11 tests aborted (missing ok/not ok)
S04-statements/repeat.pugs.........................Can't exec "./perl6": No such file or directory at t/spec/test_summary line 122.
Use of uninitialized value in split at t/spec/test_summary line 122.
0 19 0 0 19
19 tests aborted (missing ok/not ok)
0 21 0 0 21
21 tests aborted (missing ok/not ok)
S04-statements/terminator.pugs.....................Can't exec "./perl6": No such file or directory at t/spec/test_summary line 122.
Use of uninitialized value in split at t/spec/test_summary line 122.
0 15 0 0 15
Expand Down Expand Up @@ -1511,16 +1511,16 @@ Use of uninitialized value in split at t/spec/test_summary line 122.
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 47, 0, 0, 47, 79
"S02", 0, 2069, 0, 0, 2069, 3467
"S02", 0, 2077, 0, 0, 2077, 3478
"S03", 0, 2449, 0, 0, 2449, 4167
"S04", 0, 668, 0, 0, 668, 951
"S04", 0, 670, 0, 0, 670, 953
"S05", 0, 4470, 0, 0, 4470, 5743
"S06", 0, 592, 0, 0, 592, 1265
"S07", 0, 0, 0, 0, 0, 0
"S09", 0, 98, 0, 0, 98, 175
"S10", 0, 39, 0, 0, 39, 125
"S11", 0, 22, 0, 0, 22, 112
"S12", 0, 507, 0, 0, 507, 1318
"S12", 0, 507, 0, 0, 507, 1319
"S13", 0, 9, 0, 0, 9, 80
"S14", 0, 75, 0, 0, 75, 325
"S16", 0, 1, 0, 0, 1, 277
Expand All @@ -1532,7 +1532,7 @@ Use of uninitialized value in split at t/spec/test_summary line 122.
"S29", 0, 44, 0, 0, 44, 78
"S32", 0, 3116, 0, 0, 3116, 5274
"int", 0, 184, 0, 0, 184, 536
"total", 0, 14436, 0, 0, 14436, 24364
"total", 0, 14446, 0, 0, 14446, 24378
----------------
Failure summary:
S01-perl-5-integration/basic.pugs aborted 20 test(s)
Expand Down Expand Up @@ -1574,7 +1574,7 @@ S02-names/identifier.pugs aborted 21 test(s)
S02-names/our.pugs aborted 10 test(s)
S02-names/symbolic-deref.pugs aborted 35 test(s)
S02-types/anon_block.pugs aborted 42 test(s)
S02-types/array.pugs aborted 91 test(s)
S02-types/array.pugs aborted 99 test(s)
S02-types/array_extending.pugs aborted 21 test(s)
S02-types/array_ref.pugs aborted 45 test(s)
S02-types/assigning-refs.pugs aborted 18 test(s)
Expand Down Expand Up @@ -1690,7 +1690,7 @@ S04-statements/map-and-sort-in-for.t aborted 4 test(s)
S04-statements/next.pugs aborted 12 test(s)
S04-statements/no-implicit-block.t aborted 12 test(s)
S04-statements/redo.t aborted 11 test(s)
S04-statements/repeat.pugs aborted 19 test(s)
S04-statements/repeat.pugs aborted 21 test(s)
S04-statements/terminator.pugs aborted 15 test(s)
S04-statements/try.pugs aborted 24 test(s)
S04-statements/unless.t aborted 10 test(s)
Expand Down
22 changes: 11 additions & 11 deletions rakudo_summary.out
Expand Up @@ -84,7 +84,7 @@ S02-literals/types.t............................... 7 0 0 0 7
S02-literals/underscores.t......................... 19 0 0 0 19
S02-literals/version.rakudo........................ 25 0 3 0 28
3 todo : trailing zeroes fail
S02-magicals/args.t................................ 4 0 0 0 4
S02-magicals/args.t................................ 6 0 0 0 6
S02-magicals/config.rakudo......................... 3 0 0 2 5
2 skipped: unimpl $?OS
S02-magicals/dollar-underscore.rakudo..............use of uninitialized value of type Any in string context in sub isnt at lib/Test.pm:93
Expand Down Expand Up @@ -125,7 +125,7 @@ use of uninitialized value of type Mu in string context in block at t/spec/S02
2 skipped: {...}.perl does not work
2 skipped: recursive data structure
2 skipped: RT 67790
S02-names-vars/signature.rakudo.................... 10 0 2 0 12
S02-names-vars/signature.rakudo.................... 11 0 2 0 13
2 todo : eqv on signatures
S02-names-vars/variables-and-packages.rakudo.......use of uninitialized variable $i of type Any in numeric context in sub s at eval_8:6

Expand Down Expand Up @@ -197,7 +197,7 @@ S02-packages/package-lookup.t...................... 7 0 0 0 7
S02-types/anon_block.rakudo........................ 39 0 1 2 42
2 skipped: tests don't work if previous test fails
1 todo : Parrot support for zero-arg subs?
S02-types/array.rakudo............................. 87 0 2 2 91
S02-types/array.rakudo............................. 95 0 2 2 99
2 skipped: multi-dim arrays
1 todo : binding not yet fatal
1 todo : @arr[-1] returns failure, not dies
Expand Down Expand Up @@ -449,7 +449,7 @@ use of uninitialized value of type Any in string context in block at t/spec/S0

use of uninitialized value of type Any in string context in block at t/spec/S03-metaops/reduce.rakudo:343

352 0 6 7 365
353 0 6 7 366
5 skipped: =:= NYI
2 skipped: [!===]
1 todo : item context
Expand Down Expand Up @@ -837,7 +837,7 @@ S04-statements/next.rakudo......................... 10 0 0 2 12
1 skipped: next LOOP
S04-statements/no-implicit-block.t................. 12 0 0 0 12
S04-statements/redo.t.............................. 11 0 0 0 11
S04-statements/repeat.t............................ 19 0 0 0 19
S04-statements/repeat.t............................ 21 0 0 0 21
S04-statements/return.t............................ 17 0 0 0 17
S04-statements/terminator.rakudo................... 13 0 2 0 15
1 todo : RT #79964
Expand Down Expand Up @@ -1419,7 +1419,7 @@ S12-introspection/attributes.rakudo................ 25 0 0 5 30
5 skipped: :tree not implemented for .^attributes
S12-introspection/can.t............................ 24 0 0 0 24
S12-introspection/definite.t....................... 6 0 0 0 6
S12-introspection/meta-class.rakudo................ 8 0 0 4 12
S12-introspection/meta-class.rakudo................ 9 0 0 4 13
1 skipped: .layout
1 skipped: .version, version number parsing
1 skipped: precedence of prefix:<^>
Expand Down Expand Up @@ -2184,16 +2184,16 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 2, 0, 0, 18, 20, 61
"S02", 3126, 0, 144, 261, 3531, 3471
"S03", 4307, 0, 147, 369, 4823, 4167
"S04", 831, 0, 34, 50, 915, 951
"S02", 3137, 0, 144, 261, 3542, 3482
"S03", 4308, 0, 147, 369, 4824, 4167
"S04", 833, 0, 34, 50, 917, 953
"S05", 4561, 0, 131, 577, 5269, 5743
"S06", 1121, 0, 28, 130, 1279, 1265
"S07", 0, 0, 0, 0, 0, 0
"S09", 135, 0, 19, 21, 175, 175
"S10", 62, 0, 1, 5, 68, 125
"S11", 53, 0, 0, 4, 57, 112
"S12", 1251, 0, 36, 130, 1417, 1318
"S12", 1252, 0, 36, 130, 1418, 1319
"S13", 70, 0, 0, 0, 70, 80
"S14", 285, 0, 7, 14, 306, 325
"S16", 226, 0, 6, 25, 257, 290
Expand All @@ -2206,7 +2206,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S32", 7307, 0, 98, 257, 7662, 5263
"int", 517, 0, 16, 25, 558, 548
"ros", 2, 0, 0, 0, 2, 2
"total", 24475, 2, 669, 1894, 27040, 24615
"total", 24490, 2, 669, 1894, 27055, 24629
----------------
Failure summary:
S19-command-line/dash-e.t 2 - -e print $something works with non-ASCII string literals
Expand Down

0 comments on commit 0b75dd9

Please sign in to comment.