Skip to content

Commit

Permalink
today
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 27, 2012
1 parent c7635b7 commit 1c24077
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 28 deletions.
4 changes: 2 additions & 2 deletions niecza_summary.out
Expand Up @@ -5567,7 +5567,7 @@ integration/weird-errors.niecza.................... 4 0 2 0 6
"S03", 3931, 0, 194, 357, 4482, 4156
"S04", 774, 0, 37, 47, 858, 944
"S05", 4047, 0, 117, 199, 4363, 5734
"S06", 755, 0, 52, 147, 954, 1251
"S06", 755, 0, 52, 147, 954, 1255
"S07", 0, 0, 0, 0, 0, 0
"S09", 65, 0, 0, 8, 73, 175
"S10", 35, 0, 5, 17, 57, 125
Expand All @@ -5584,7 +5584,7 @@ integration/weird-errors.niecza.................... 4 0 2 0 6
"S29", 305, 0, 5, 4, 314, 327
"S32", 6228, 0, 125, 237, 6590, 5105
"int", 453, 0, 21, 21, 495, 547
"total", 20630, 1, 742, 1481, 22854, 24365
"total", 20630, 1, 742, 1481, 22854, 24369
----------------
Failure summary:
S19-command-line/dash-e.t 2 - -e print $something works with non-ASCII string literals
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 08/27/2012 - rakudo++ (22939); niecza (89.93%); pugs (40.99%)
"niecza", 20630, 1, 742, 1481, 22854, 24369
"pugs" , 9404, 4, 3426, 1715, 14549, 24195
"rakudo", 22939, 2, 639, 1812, 25002, 24369
# 08/26/2012 - rakudo++ (22996); niecza (89.71%); pugs (40.88%)
"niecza", 20630, 1, 742, 1481, 22854, 24365
"pugs" , 9402, 6, 3426, 1715, 14549, 24195
Expand Down
35 changes: 13 additions & 22 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(0xac5ff04)'
# Actual: 'CODE(0x9164f04)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xac60224)'
# Actual: 'CODE(0x9165224)'
# 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:0xf692ca1d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a94df5>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf692ca1d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a94df5>})])}])
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>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -4971,14 +4971,7 @@ S12-class/rw.pugs..................................# Actual: No exception th
1 todo : fix by Christmas
S12-class/self-inheritance.t....................... 2 0 0 0 2
S12-construction/autopairs.t....................... 4 0 0 0 4
S12-construction/destruction.pugs..................# Failed test (t/spec/S12-construction/destruction.pugs line 46, column 1-80)
# Expected: 'Child'
# Actual: 'undef'
# Failed test (t/spec/S12-construction/destruction.pugs line 47, column 1-80)
# Expected: 'Parent'
# Actual: 'undef'
# Looks like you failed 2 tests of 6
2 2 0 2 6
S12-construction/destruction.pugs.................. 4 0 0 2 6
2 skipped: broken after Object -> Mu conversion
S12-construction/named-params-in-BUILD.t........... 3 0 0 0 3
S12-methods/accessors.pugs.........................# Expected: '1'
Expand Down Expand Up @@ -5083,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.10453.750
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.10453.750
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.10453.750
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.10453.750
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.10453.750
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.10453.750
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.10453.750
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.21799.582
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.21799.582
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.21799.582
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.21799.582
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.21799.582
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.21799.582
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.21799.582
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -6206,7 +6199,7 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S09", 67, 0, 23, 8, 98, 175
"S10", 30, 0, 9, 0, 39, 125
"S11", 13, 0, 4, 4, 21, 109
"S12", 351, 2, 65, 88, 506, 1303
"S12", 353, 0, 65, 88, 506, 1303
"S13", 7, 0, 1, 1, 9, 80
"S14", 62, 0, 11, 0, 73, 319
"S16", 20, 0, 0, 1, 21, 277
Expand All @@ -6218,12 +6211,10 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S29", 31, 0, 6, 6, 43, 77
"S32", 2263, 0, 286, 562, 3111, 5112
"int", 126, 0, 35, 26, 187, 535
"total", 9402, 6, 3426, 1715, 14549, 24195
"total", 9404, 4, 3426, 1715, 14549, 24195
----------------
Failure summary:
S05-interpolation/regex-in-variable.pugs 13 - Rulish scalar match 7
S05-interpolation/regex-in-variable.pugs 31 - Interpolation of instance member
S05-interpolation/regex-in-variable.pugs 32 - Interpolation of instance member
S05-interpolation/regex-in-variable.pugs 33 - Interpolation of instance member
S12-construction/destruction.pugs 5 - Child DESTROY should fire first
S12-construction/destruction.pugs 6 - ... then parent
Expand Down
19 changes: 15 additions & 4 deletions rakudo_summary.out
Expand Up @@ -1508,10 +1508,20 @@ S32-container/roundrobin.rakudo.................... 4 0 1 0 5
S32-container/zip.rakudo........................... 8 0 0 4 12
2 skipped: Seq
2 skipped: lvalue zip
S32-exceptions/misc.rakudo......................... 444 0 0 3 447
S32-exceptions/misc.rakudo.........................Could not find symbol '&NotComposable'
in method <anon> at src/gen/CORE.setting:9762
in <anon> at src/gen/Metamodel.pm:2304
in any find_method_fallback at src/gen/Metamodel.pm:2302
in any find_method at src/gen/Metamodel.pm:843
in <anon> at src/gen/BOOTSTRAP.pm:824
in any <anon> at src/gen/BOOTSTRAP.pm:820
in block at t/spec/S32-exceptions/misc.rakudo:236

387 0 0 3 0
1 skipped: RT 78370
1 skipped: parsing of $& and other p5 variables
1 skipped: parsing regression
390 tests more than planned were run
S32-hash/delete.t.................................. 11 0 0 0 11
S32-hash/exists.rakudo............................. 18 0 0 3 21
2 skipped: NYI as far as I know
Expand Down Expand Up @@ -2052,7 +2062,7 @@ integration/weird-errors.t......................... 6 0 0 0 6
"S03", 3998, 0, 136, 177, 4311, 4156
"S04", 813, 0, 26, 81, 920, 944
"S05", 3857, 0, 122, 552, 4531, 5734
"S06", 1048, 0, 22, 138, 1208, 1251
"S06", 1048, 0, 22, 138, 1208, 1255
"S07", 0, 0, 0, 0, 0, 0
"S09", 132, 0, 19, 24, 175, 175
"S10", 62, 0, 1, 5, 68, 125
Expand All @@ -2067,10 +2077,11 @@ integration/weird-errors.t......................... 6 0 0 0 6
"S26", 299, 0, 0, 1, 300, 257
"S28", 7, 0, 0, 0, 7, 7
"S29", 305, 0, 2, 7, 314, 327
"S32", 7120, 0, 98, 262, 7480, 5105
"S32", 7063, 0, 98, 262, 7033, 5105
"int", 511, 0, 18, 25, 554, 547
"total", 22996, 2, 639, 1812, 25449, 24365
"total", 22939, 2, 639, 1812, 25002, 24369
----------------
Failure summary:
S19-command-line/dash-e.t 2 - -e print $something works with non-ASCII string literals
S19-command-line/dash-e.t 3 - -e works with non-ASCII program texts
S32-exceptions/misc.rakudo passed 390 unplanned test(s)

0 comments on commit 1c24077

Please sign in to comment.