From 1c240773b2c6351ce5a29f6283b2f7447ff7e418 Mon Sep 17 00:00:00 2001 From: "Will \"Coke\" Coleda" Date: Mon, 27 Aug 2012 18:58:04 +0200 Subject: [PATCH] today --- niecza_summary.out | 4 ++-- perl6_pass_rates | 4 ++++ pugs_summary.out | 35 +++++++++++++---------------------- rakudo_summary.out | 19 +++++++++++++++---- 4 files changed, 34 insertions(+), 28 deletions(-) diff --git a/niecza_summary.out b/niecza_summary.out index cb820668..ce6f5f3c 100644 --- a/niecza_summary.out +++ b/niecza_summary.out @@ -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 @@ -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 diff --git a/perl6_pass_rates b/perl6_pass_rates index 3cb8c8b4..416d379a 100644 --- a/perl6_pass_rates +++ b/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 diff --git a/pugs_summary.out b/pugs_summary.out index f2701dd8..bcadb879 100644 --- a/pugs_summary.out +++ b/pugs_summary.out @@ -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 @@ -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 = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })])}]) +S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = , pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = })])}]) # Expected: 'undef' # Actual: 'Scalar()' 16 0 2 1 19 @@ -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' @@ -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 @@ -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 @@ -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 diff --git a/rakudo_summary.out b/rakudo_summary.out index 2ca9bc6c..dbec3f5b 100644 --- a/rakudo_summary.out +++ b/rakudo_summary.out @@ -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 at src/gen/CORE.setting:9762 + in 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 at src/gen/BOOTSTRAP.pm:824 + in any 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 @@ -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 @@ -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)