Skip to content

Commit

Permalink
today
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 19, 2012
1 parent 7dba696 commit 26dd75c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 08/19/2012 - rakudo++ (23002); niecza (89.68%); pugs (40.88%)
"niecza", 20630, 1, 742, 1481, 22854, 24350
"pugs" , 9404, 4, 3426, 1715, 14549, 24195
"rakudo", 23002, 2, 639, 1812, 25455, 24350
# 08/18/2012 - rakudo++ (23002); niecza (89.68%); pugs (40.88%)
"niecza", 20630, 1, 742, 1481, 22854, 24350
"pugs" , 9404, 4, 3426, 1715, 14549, 24195
Expand Down
20 changes: 10 additions & 10 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(0xaaecf04)'
# Actual: 'CODE(0xa337f04)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xaaed224)'
# Actual: 'CODE(0xa338224)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4911,7 +4911,7 @@ S12-attributes/instance.pugs.......................# Actual: No exception th
1 skipped: can
2 todo : feature by Christmas
25 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:0xf6c8aa51>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b7ca35>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6c8aa51>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b7ca35>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf690cbd5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf690c829>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf690cbd5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf690c829>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -5076,13 +5076,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.29522.961
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.29522.961
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.29522.961
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.29522.961
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.29522.961
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.29522.961
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.29522.961
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.12920.483
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.12920.483
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.12920.483
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.12920.483
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.12920.483
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.12920.483
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.12920.483
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down

0 comments on commit 26dd75c

Please sign in to comment.