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 5, 2013
1 parent e45f765 commit 72ee7cf
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 49 deletions.
17 changes: 8 additions & 9 deletions niecza_summary.out
Expand Up @@ -101,7 +101,7 @@ S02-literals/pairs.niecza.......................... 76 0 2 1 79
2 todo :
S02-literals/quoting-unicode.t..................... 72 0 0 0 72
S02-literals/quoting.niecza........................Potential difficulties:
$x is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-literals/quoting.niecza line 597:
$x is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-literals/quoting.niecza line 600:
------> is "foo $( my ⏏$x = 3 + 4; "bar" ) baz", 'foo bar baz',

129 0 22 11 162
Expand Down Expand Up @@ -209,9 +209,10 @@ S02-names-vars/names.niecza........................Use of uninitialized value in
4 skipped: Postconstraints, and shapes on variable declarators NYI
2 skipped: Object reference not set to an instance of an object
1 todo :
S02-names-vars/perl.niecza......................... 97 0 0 6 103
S02-names-vars/perl.niecza......................... 97 0 0 12 109
2 skipped: hanging test
4 skipped: >>>Stub code executed
6 skipped: Unhandled exception
S02-names-vars/variables-and-packages.niecza.......Potential difficulties:
$a is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S02-names-vars/variables-and-packages.niecza line 25:
------>  my ⏏$a=2; {
Expand Down Expand Up @@ -2164,7 +2165,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: 13388 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
sh: line 1: 12212 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
665 8 19 47 739
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 @@ -4070,9 +4071,7 @@ S32-list/map.niecza................................ 45 1 1 6 53
2 skipped: No value for parameter $func in Any.map
1 skipped: No value for parameter $b in ANON
1 todo :
S32-list/minmax.niecza............................. 54 0 0 5 59
3 skipped: Range.min not fully implemented yet
2 skipped: Range.max not fully implemented yet
S32-list/minmax.t.................................. 55 0 0 0 55
S32-list/pick.niecza............................... 46 0 0 1 47
1 skipped: ().pick === Nil
S32-list/reduce.niecza.............................Potential difficulties:
Expand Down Expand Up @@ -5678,7 +5677,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61
"S02", 2993, 0, 111, 266, 3370, 3533
"S02", 2993, 0, 111, 272, 3376, 3533
"S03", 3984, 0, 196, 366, 4546, 4219
"S04", 805, 3, 33, 63, 904, 991
"S05", 4068, 10, 111, 207, 4396, 5769
Expand All @@ -5697,9 +5696,9 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S26", 0, 0, 0, 0, 0, 258
"S28", 6, 0, 1, 0, 7, 13
"S29", 291, 18, 4, 3, 316, 329
"S32", 6428, 1, 131, 238, 6798, 5266
"S32", 6429, 1, 131, 233, 6794, 5262
"int", 455, 1, 21, 27, 504, 552
"total", 21029, 35, 752, 1557, 23373, 24845
"total", 21030, 35, 752, 1558, 23375, 24841
----------------
Failure summary:
S04-statement-modifiers/if.t 6 - if expr on false cond
Expand Down
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 04/05/2013 f73dd38 rakudo++ (25038); niecza (83.99%); pugs (37.61%)
"niecza", 21030, 35, 752, 1558, 23375, 24841
"pugs" , 9419, 84, 3455, 1704, 14661, 24704
"rakudo", 25038, 0, 635, 1807, 27480, 24843
# 04/04/2013 e08e40f rakudo++ (25030); niecza (84.01%); pugs (37.91%)
"niecza", 21029, 35, 752, 1557, 23373, 24845
"pugs" , 9491, 0, 3456, 1715, 14661, 24708
Expand Down
48 changes: 27 additions & 21 deletions pugs_summary.out
Expand Up @@ -20,9 +20,9 @@ S01-perl-5-integration/method.pugs.................# Expected: 'CODE'
3 skipped: Invalid ctx: 2
3 todo : fix by Christmas
S01-perl-5-integration/roundtrip.pugs..............# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xab29858)'
# Actual: 'CODE(0x9401858)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xab29b78)'
# Actual: 'CODE(0x9401b78)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -246,12 +246,12 @@ S02-magicals/sub.pugs.............................. 3 0 0 3 6
S02-magicals/subname.pugs..........................# Actual: undef
3 0 1 0 4
1 todo : fix by Christmas
S02-names-vars/perl.pugs...........................# Actual: undef
71 0 1 11 83
2 skipped: hanging test
3 skipped: >>>Stub code executed
6 skipped: &ITEM not found
1 todo : fix by Christmas
S02-names-vars/perl.pugs...........................***
Unexpected "t"
expecting term postfix, operator, ":" or ")"
at t/spec/S02-names-vars/perl.pugs line 175, column 13
0 83 0 0 83
83 tests aborted (missing ok/not ok)
S02-names-vars/variables-and-packages.pugs.........# Actual: No exception thrown
# Actual: undef
# Actual: undef
Expand Down Expand Up @@ -4153,7 +4153,11 @@ S06-multi/syntax.pugs..............................# Expected: 'one'
# Actual: '2'
# Expected: '2'
# Actual: '1'
22 0 7 13 42
# Failed test (t/spec/S06-multi/syntax.pugs line 192, column 5-75)
# Expected: 'first'
# Actual: 'second'
# Looks like you failed 1 tests of 42
21 1 7 13 42
1 skipped: Named argument found where no matched parameter expected
1 skipped: with_cap not found
1 skipped: missing invocant
Expand Down Expand Up @@ -4444,7 +4448,7 @@ S12-attributes/instance.pugs.......................# Actual: No exception th
1 skipped: can
2 todo : feature by Christmas
26 todo : fix by Christmas
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6dd8625>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6ddaa11>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6dd8625>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6ddaa11>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a52e15>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a52ab1>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a52e15>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a52ab1>})])}])
# Expected: 'undef'
# Actual: '(Scalar)'
16 0 2 1 19
Expand Down Expand Up @@ -4598,13 +4602,13 @@ S17-async/contend.pugs.............................# Actual: undef
2 todo : unimpl by Christmas
pass fail todo skip plan
S19-command-line-options/01-multiple-e.t...........# Running under darwin
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.9963.304
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.9963.304
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.9963.304
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.9963.304
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.9963.304
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.9963.304
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.9963.304
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.8473.701
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.8473.701
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.8473.701
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.8473.701
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.8473.701
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.8473.701
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.8473.701
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -5464,11 +5468,11 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 27, 0, 8, 12, 47, 79
"S02", 1429, 0, 318, 460, 2207, 3633
"S02", 1358, 83, 317, 449, 2207, 3633
"S03", 1868, 0, 286, 306, 2460, 4219
"S04", 488, 0, 111, 87, 686, 991
"S05", 2215, 0, 2205, 56, 4476, 5769
"S06", 408, 0, 80, 125, 613, 1283
"S06", 407, 1, 80, 125, 613, 1283
"S07", 0, 0, 0, 0, 0, 0
"S09", 68, 0, 22, 8, 98, 175
"S10", 30, 0, 9, 0, 39, 127
Expand All @@ -5483,9 +5487,11 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S26", 0, 0, 0, 0, 0, 258
"S28", 4, 0, 0, 1, 5, 13
"S29", 33, 0, 6, 6, 45, 79
"S32", 2264, 0, 268, 517, 3048, 5277
"S32", 2264, 0, 268, 517, 3048, 5273
"int", 131, 0, 35, 26, 192, 542
"total", 9491, 0, 3456, 1715, 14661, 24708
"total", 9419, 84, 3455, 1704, 14661, 24704
----------------
Failure summary:
S02-names-vars/perl.pugs aborted 83 test(s)
S06-multi/syntax.pugs 42 - RT \#68528 - first defined wins the tie
S32-list/map.pugs passed 1 unplanned test(s)
Expand Down
35 changes: 16 additions & 19 deletions rakudo_summary.out
Expand Up @@ -5,9 +5,9 @@ S01-perl-5-integration/basic.rakudo................ 0 0 0 20 20
pass fail todo skip plan
S02-lexical-conventions/begin_end_pod.t............ 1 0 0 0 1
S02-lexical-conventions/bom.t...................... 1 0 0 0 1
S02-lexical-conventions/comments.rakudo............ 48 0 1 1 50
1 skipped: NYI
S02-lexical-conventions/comments.rakudo............ 48 0 2 0 50
1 todo : nom regression
1 todo : NYI
S02-lexical-conventions/end-pod.t.................. 1 0 0 0 1
S02-lexical-conventions/minimal-whitespace.t....... 9 0 0 0 9
S02-lexical-conventions/one-pass-parsing.t......... 1 0 0 0 1
Expand Down Expand Up @@ -66,15 +66,15 @@ S02-literals/pairs.rakudo..........................use of uninitialized value of
1 todo : reduce meta op
1 todo : prefix:<|>
S02-literals/quoting-unicode.t..................... 72 0 0 0 72
S02-literals/quoting.rakudo........................ 146 0 4 12 162
S02-literals/quoting.rakudo........................ 151 0 8 3 162
3 skipped: \c@ etc
9 skipped: quoting adverbs
1 todo : retriage
1 todo : «...»
2 todo : q:x assigned to array
S02-literals/radix.rakudo.......................... 129 0 4 1 134
1 skipped: Really?!
4 todo : quoting adverbs
S02-literals/radix.rakudo.......................... 129 0 5 0 134
4 todo : Some question of what this form should actually do
1 todo : Really?!
S02-literals/string-interpolation.t................Potential difficulties:
Leading 0 does not indicate octal in Perl 6; please use 0o1 if you mean that
at t/spec/S02-literals/string-interpolation.t:10
Expand Down Expand Up @@ -140,7 +140,7 @@ use of uninitialized value of type Mu in string context in block at t/spec/S02

use of uninitialized value of type Mu in string context in block at t/spec/S02-names-vars/perl.rakudo:59

97 0 0 6 103
98 0 0 6 104
2 skipped: {...}.perl does not work
2 skipped: recursive data structure
2 skipped: RT 67790
Expand All @@ -149,7 +149,7 @@ S02-names-vars/signature.rakudo.................... 11 0 2 0 13
S02-names-vars/variables-and-packages.rakudo....... 31 0 3 3 37
3 skipped: nom regression
3 todo : nom regression
S02-names-vars/varnames.rakudo.....................Potential difficulties:
S02-names-vars/varnames.t..........................Potential difficulties:
Redeclaration of symbol $!
at eval_0:1
------> my $!⏏<EOL>
Expand All @@ -165,8 +165,7 @@ Potential difficulties:
Redeclaration of symbol $/
at eval_3:1
------> my proto $/⏏<EOL>
6 0 0 2 8
2 skipped: binding to $/ (questionable?)
8 0 0 0 8
S02-names/caller.rakudo............................ 14 0 1 0 15
1 todo : strictness
S02-names/identifier.t............................. 22 0 0 0 22
Expand Down Expand Up @@ -435,10 +434,10 @@ S03-junctions/associative.t........................ 10 0 0 0 10
S03-junctions/autothreading.t...................... 89 0 0 0 89
S03-junctions/boolean-context.rakudo............... 72 0 1 0 73
1 todo : named unary as function call
S03-junctions/misc.rakudo.......................... 95 0 2 6 103
2 skipped: nom regression
S03-junctions/misc.rakudo.......................... 95 0 4 4 103
4 skipped: lower case junction
2 todo : lower case junction type
2 todo : nom regression
S03-metaops/cross.rakudo........................... 22 0 1 5 28
1 skipped: .slice for iterators NYI
4 skipped: =:= NYI
Expand Down Expand Up @@ -1746,9 +1745,7 @@ S32-list/map.rakudo................................ 45 0 0 8 53
2 skipped: adverbial block
S32-list/map_function_return_values.rakudo......... 1 0 0 1 2
1 skipped: Awaiting p6l clarification on Hash composer/block
S32-list/minmax.rakudo............................. 55 0 0 4 59
2 skipped: Range.max not fully implemented yet (RT #105118)
2 skipped: Range.min not fully implemented yet (RT #105118)
S32-list/minmax.t.................................. 55 0 0 0 55
S32-list/pick.rakudo............................... 46 0 1 0 47
1 todo : error on pick :replace
S32-list/reduce.rakudo.............................use of uninitialized value of type Any in numeric context in block at t/spec/S32-list/reduce.rakudo:29
Expand Down Expand Up @@ -2391,8 +2388,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", 3190, 0, 142, 261, 3593, 3533
"S03", 4371, 0, 136, 369, 4876, 4219
"S02", 3198, 0, 148, 248, 3594, 3533
"S03", 4371, 0, 138, 367, 4876, 4219
"S04", 872, 0, 32, 50, 954, 991
"S05", 4692, 0, 115, 518, 5325, 5769
"S06", 1137, 0, 29, 131, 1297, 1283
Expand All @@ -2410,10 +2407,10 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S26", 300, 0, 0, 1, 301, 258
"S28", 7, 0, 0, 0, 7, 13
"S29", 311, 0, 1, 7, 319, 329
"S32", 7504, 0, 98, 243, 7845, 5266
"S32", 7504, 0, 98, 239, 7841, 5262
"int", 530, 0, 8, 25, 563, 552
"ros", 2, 0, 0, 0, 2, 2
"total", 25030, 0, 627, 1826, 27483, 24847
"total", 25038, 0, 635, 1807, 27480, 24843
----------------
Failure summary:
note: test_summary.pl @syn does not have ros

0 comments on commit 72ee7cf

Please sign in to comment.