Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Sep 18, 2013
1 parent cfbbc29 commit ef0d847
Show file tree
Hide file tree
Showing 3 changed files with 3,000 additions and 1,528 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-18,79.26%,f728c56,21719,1,775,1703,24198,27104,
pugs,2013-09-18,34.78%,f728c56,9531,0,3450,1782,14763,26989,
rakudo.jvm,2013-09-18,00.00%,f728c56,0,25365,0,0,25365,26883,
rakudo.parrot,2013-09-18,100.00%,f728c56,27401,0,688,1393,29482,27106,
niecza,2013-09-17,79.26%,f728c56,21719,1,775,1703,24198,27104,
pugs,2013-09-17,34.78%,f728c56,9531,0,3450,1782,14763,26989,
rakudo.jvm,2013-09-17,99.14%,f728c56,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(0xac199f8)'
# Actual: 'CODE(0xacd09f8)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xac19d18)'
# Actual: 'CODE(0xacd0d18)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4436,7 +4436,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:0xf6c6d45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6864e9d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6c6d45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6864e9d>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d5f45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6964e9d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d5f45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6964e9d>})])}])
# Expected: 'undef'
# Actual: '(Scalar)'
# Expected: 'undef'
Expand Down Expand Up @@ -4598,13 +4598,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.29181.163
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.29181.163
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.29181.163
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.29181.163
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.29181.163
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.29181.163
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.29181.163
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.17285.308
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.17285.308
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.17285.308
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.17285.308
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.17285.308
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.17285.308
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.17285.308
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 ef0d847

Please sign in to comment.