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 24, 2013
1 parent eb7d578 commit f3b271d
Show file tree
Hide file tree
Showing 3 changed files with 1,165 additions and 570 deletions.
4 changes: 4 additions & 0 deletions perl6_pass_rates.csv
@@ -1,6 +1,10 @@
Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,notes
niecza,2013-09-24,79.24%,aa9eee5,21693,1,771,1701,24166,27108,
pugs,2013-09-24,34.76%,aa9eee5,9515,0,3435,1783,14733,26993,
rakudo.jvm,2013-09-24,50.75%,aa9eee5,13895,10726,444,963,26028,0,
rakudo.parrot,2013-09-24,100.00%,aa9eee5,27377,0,665,1444,29486,27110,
niecza,2013-09-24,79.24%,aa9eee5,21693,1,771,1701,24166,27108,
pugs,2013-09-24,34.76%,aa9eee5,9515,0,3435,1783,14733,26993,
rakudo.jvm,2013-09-24,59.93%,aa9eee5,16407,8017,549,1227,26200,26896,
rakudo.parrot,2013-09-24,100.00%,aa9eee5,27377,0,665,1444,29486,27110,
niecza,2013-09-22,79.21%,84d6493,21699,24,772,1703,24198,27111,
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(0x8fe79f8)'
# Actual: 'CODE(0xa9309f8)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x8fe7d18)'
# Actual: 'CODE(0xa930d18)'
# 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:0xf6d6a921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6981b65>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d6a921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6981b65>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d7a921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6989b65>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d7a921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6989b65>})])}])
# 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.4288.662
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.4288.662
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.4288.662
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.4288.662
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.4288.662
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.4288.662
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.4288.662
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.15913.342
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.15913.342
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.15913.342
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.15913.342
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.15913.342
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.15913.342
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.15913.342
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 f3b271d

Please sign in to comment.