Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 3, 2013
1 parent 3d4900e commit 0019802
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 37 deletions.
4 changes: 2 additions & 2 deletions niecza_summary.out
Expand Up @@ -5958,9 +5958,9 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S26", 0, 0, 0, 0, 0, 266
"S28", 6, 0, 1, 0, 7, 13
"S29", 306, 0, 2, 10, 318, 350
"S32", 6751, 0, 134, 271, 7156, 6437
"S32", 6751, 0, 134, 271, 7156, 6775
"int", 463, 0, 22, 27, 512, 560
"total", 21651, 46, 765, 1704, 24166, 27111
"total", 21651, 46, 765, 1704, 24166, 27449
----------------
Failure summary:
S02-magicals/env.niecza 7 - We can remove keys from %*ENV
Expand Down
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-10-02,78.73%,9c6e784,21651,46,765,1704,24166,27449,
pugs,2013-10-02,33.92%,9c6e784,9329,222,3403,1779,14733,27334,
rakudo.jvm,2013-10-02,60.81%,9c6e784,16723,8138,531,1141,26533,27237,
rakudo.parrot,2013-10-02,100.00%,9c6e784,27499,0,663,1429,29591,27451,
niecza,2013-10-01,79.03%,daa2ffe,21651,46,765,1704,24166,27111,
pugs,2013-10-01,34.05%,daa2ffe,9329,222,3403,1779,14733,26996,
rakudo.jvm,2013-10-01,61.01%,daa2ffe,16715,7808,531,1141,26195,26899,
Expand Down
24 changes: 12 additions & 12 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(0x95c59f8)'
# Actual: 'CODE(0xaf829f8)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x95c5d18)'
# Actual: 'CODE(0xaf82d18)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4420,7 +4420,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:0xf6c6a921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6881b65>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6c6a921>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6881b65>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d5b45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6962e9d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6d5b45d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6962e9d>})])}])
# Expected: 'undef'
# Actual: '(Scalar)'
# Expected: 'undef'
Expand Down Expand Up @@ -4582,13 +4582,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.4860.325
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.4860.325
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.4860.325
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.4860.325
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.4860.325
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.4860.325
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.4860.325
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.18907.379
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.18907.379
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.18907.379
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.18907.379
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.18907.379
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.18907.379
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.18907.379
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -5399,9 +5399,9 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S26", 0, 0, 0, 0, 0, 266
"S28", 4, 0, 0, 1, 5, 13
"S29", 31, 0, 5, 7, 43, 94
"S32", 2183, 94, 231, 550, 3058, 6448
"S32", 2183, 94, 231, 550, 3058, 6786
"int", 129, 0, 35, 28, 192, 550
"total", 9329, 222, 3403, 1779, 14733, 26996
"total", 9329, 222, 3403, 1779, 14733, 27334
----------------
Failure summary:
S03-binding/arrays.pugs aborted 47 test(s)
Expand Down
24 changes: 16 additions & 8 deletions rakudo.jvm_summary.out

Large diffs are not rendered by default.

36 changes: 21 additions & 15 deletions rakudo.parrot_summary.out

Large diffs are not rendered by default.

0 comments on commit 0019802

Please sign in to comment.