Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Jan 18, 2013
1 parent 561975f commit e44a55a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 26 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: 12232 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
sh: line 1: 4901 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
660 7 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
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 01/18/2013 cf4f001 rakudo++ (24598); niecza (84.92%); pugs (38.55%)
"niecza", 20890, 8, 748, 1538, 23184, 24706
"pugs" , 9484, 0, 3464, 1748, 14696, 24569
"rakudo", 24598, 2, 662, 1891, 27153, 24708
# 01/17/2013 cf4f001 rakudo++ (24598); niecza (84.92%); pugs (38.54%)
"niecza", 20890, 8, 748, 1538, 23184, 24706
"pugs" , 9482, 2, 3464, 1748, 14696, 24569
Expand Down
37 changes: 14 additions & 23 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(0xa3ca858)'
# Actual: 'CODE(0xa790858)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xa3cab78)'
# Actual: 'CODE(0xa790b78)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4408,7 +4408,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:0xf6d77995>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6d777e9>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d77995>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6d777e9>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d3ebed>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6d3e981>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d3ebed>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6d3e981>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -4467,14 +4467,7 @@ 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..................# 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
S12-construction/destruction.pugs.................. 4 0 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 +4562,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.8854.667
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.8854.667
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.8854.667
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.8854.667
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.8854.667
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.8854.667
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.8854.667
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.31599.321
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.31599.321
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.31599.321
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.31599.321
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.31599.321
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.31599.321
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.31599.321
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -5486,7 +5479,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", 356, 2, 65, 88, 511, 1321
"S12", 358, 0, 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 @@ -5498,8 +5491,6 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S29", 32, 0, 6, 6, 44, 78
"S32", 2266, 0, 288, 563, 3117, 5279
"int", 131, 0, 35, 26, 192, 542
"total", 9482, 2, 3464, 1748, 14696, 24569
"total", 9484, 0, 3464, 1748, 14696, 24569
----------------
Failure summary:
S12-construction/destruction.pugs 5 - Child DESTROY should fire first
S12-construction/destruction.pugs 6 - ... then parent
No failures!
Expand Down
3 changes: 1 addition & 2 deletions rakudo_summary.out
Expand Up @@ -1907,8 +1907,7 @@ integration/99problems-21-to-30.rakudo.............use of uninitialized value of

11 0 3 1 15
1 skipped: autovivification
2 todo : unknown
1 todo PASSED: unknown
3 todo : unknown
integration/99problems-31-to-40.t.................. 66 0 0 1 67
1 skipped: No Benchmark module yet
integration/99problems-41-to-50.rakudo............. 5 0 0 6 11
Expand Down

0 comments on commit e44a55a

Please sign in to comment.