Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 14, 2013
1 parent c9c303d commit 91523f0
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.csv
@@ -1,4 +1,8 @@
Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,notes
niecza,2013-09-14,79.26%,4a06ee3,21719,1,775,1703,24198,27104,
pugs,2013-09-14,34.78%,4a06ee3,9531,1,3449,1782,14763,26989,
rakudo.jvm,2013-09-14,99.14%,4a06ee3,27165,0,705,1567,29437,27106,
rakudo.parrot,2013-09-14,100.00%,4a06ee3,27401,0,688,1393,29482,27106,
niecza,2013-09-13,79.26%,4a06ee3,21719,1,775,1703,24198,27104,
pugs,2013-09-13,34.78%,4a06ee3,9531,1,3449,1782,14763,26989,
rakudo.jvm,2013-09-13,99.14%,4a06ee3,27165,0,705,1567,29437,27106,
Expand Down
20 changes: 10 additions & 10 deletions pugs_summary.out
Expand Up @@ -21,9 +21,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(0xac789f8)'
# Actual: 'CODE(0x93f19f8)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xac78d18)'
# Actual: 'CODE(0x93f1d18)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4438,7 +4438,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:0xf6c5d45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6862e9d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6c5d45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6862e9d>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6c67921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6883b65>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6c67921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6883b65>})])}])
# Expected: 'undef'
# Actual: '(Scalar)'
# Expected: 'undef'
Expand Down Expand Up @@ -4600,13 +4600,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.20766.131
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.20766.131
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.20766.131
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.20766.131
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.20766.131
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.20766.131
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.20766.131
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.28505.75
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.28505.75
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.28505.75
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.28505.75
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.28505.75
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.28505.75
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.28505.75
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 91523f0

Please sign in to comment.