Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Feb 2, 2013
1 parent f73924b commit c1edff8
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 116 deletions.
2 changes: 1 addition & 1 deletion niecza_summary.out
Expand Up @@ -2093,7 +2093,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: 30866 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
sh: line 1: 14475 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
666 7 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
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 02/02/2013 865c95f rakudo++ (24783); niecza (84.03%); pugs (38.26%)
"niecza", 20826, 146, 741, 1520, 23233, 24813
"pugs" , 9484, 5, 3464, 1752, 14705, 24676
"rakudo", 24783, 3, 660, 1851, 27297, 24815
# 02/01/2013 865c95f rakudo++ (24764); niecza (84.09%); pugs (38.3%)
"niecza", 20826, 146, 741, 1520, 23233, 24813
"pugs" , 9486, 3, 3464, 1752, 14705, 24676
Expand Down
37 changes: 23 additions & 14 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(0x9706858)'
# Actual: 'CODE(0x95e0858)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x9706b78)'
# Actual: 'CODE(0x95e0b78)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4415,7 +4415,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:0xf6b3e9e1>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b3e67d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6b3e9e1>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b3e67d>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a279e1>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a2767d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a279e1>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a2767d>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -4474,7 +4474,14 @@ S12-class/rw.pugs..................................# Actual: No exception th
1 todo : fix by Christmas
S12-class/self-inheritance.t....................... 2 0 0 0 2
S12-construction/autopairs.t....................... 4 0 0 0 4
S12-construction/destruction.pugs.................. 4 0 0 2 6
S12-construction/destruction.pugs..................# Failed test (t/spec/S12-construction/destruction.pugs line 46, column 1-80)
# Expected: 'Child'
# Actual: 'undef'
# Failed test (t/spec/S12-construction/destruction.pugs line 47, column 1-80)
# Expected: 'Parent'
# Actual: 'Child'
# Looks like you failed 2 tests of 6
2 2 0 2 6
2 skipped: broken after Object -> Mu conversion
S12-construction/named-params-in-BUILD.t........... 3 0 0 0 3
S12-methods/accessors.pugs.........................# Expected: '1'
Expand Down Expand Up @@ -4569,13 +4576,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.26950.832
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.26950.832
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.26950.832
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.26950.832
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.26950.832
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.26950.832
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.26950.832
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.11164.75
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.11164.75
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.11164.75
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.11164.75
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.11164.75
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.11164.75
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.11164.75
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -4847,7 +4854,7 @@ S32-list/pick.pugs.................................# Actual: undef
# Actual: undef
# Actual: undef
# Actual: undef
sh: line 1: 27048 Killed nice -20 ./Pugs/pugs -IPugs/ext/Test/lib t/spec/S32-list/pick.pugs
sh: line 1: 11262 Killed nice -20 ./Pugs/pugs -IPugs/ext/Test/lib t/spec/S32-list/pick.pugs
24 1 5 17 47
1 skipped: .Str
2 skipped: hogs memory
Expand Down Expand Up @@ -5488,7 +5495,7 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S09", 68, 0, 22, 8, 98, 175
"S10", 30, 0, 9, 0, 39, 127
"S11", 13, 0, 4, 5, 22, 129
"S12", 358, 0, 65, 88, 511, 1321
"S12", 356, 2, 65, 88, 511, 1321
"S13", 7, 0, 1, 1, 9, 80
"S14", 64, 0, 11, 0, 75, 327
"S16", 20, 0, 0, 1, 21, 277
Expand All @@ -5500,9 +5507,11 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S29", 32, 0, 6, 6, 44, 78
"S32", 2266, 1, 288, 563, 3118, 5338
"int", 131, 0, 35, 26, 192, 542
"total", 9486, 3, 3464, 1752, 14705, 24676
"total", 9484, 5, 3464, 1752, 14705, 24676
----------------
Failure summary:
S05-mass/rx.pugs 651 - $( $_ ) will match literally
S05-mass/rx.pugs 652 - ... will match correctly
S12-construction/destruction.pugs 5 - Child DESTROY should fire first
S12-construction/destruction.pugs 6 - ... then parent
S32-list/pick.pugs aborted 1 test(s)
Expand Down

0 comments on commit c1edff8

Please sign in to comment.