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, 2012
1 parent 78f2b91 commit 04b6da2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 26 deletions.
8 changes: 4 additions & 4 deletions niecza_summary.out
Expand Up @@ -2123,9 +2123,9 @@ S05-match/capturing-contexts.niecza................Use of uninitialized value in
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 1287 (warn @ 5)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 266 (Mu.Str @ 15)
at <unknown> line 0 (ExitRunloop @ 0)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-match/capturing-contexts.niecza line 85 (ANON @ 7)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-match/capturing-contexts.niecza line 84 (ANON @ 7)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 2908 (Regex.ACCEPTS @ 10)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-match/capturing-contexts.niecza line 85 (mainline @ 26)
at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-match/capturing-contexts.niecza line 84 (mainline @ 26)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4138 (ANON @ 3)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4139 (module-CORE @ 571)
at /home/coke/sandbox/perl6pass/niecza/lib/CORE.setting line 4139 (mainline @ 3)
Expand Down Expand Up @@ -5499,7 +5499,7 @@ integration/weird-errors.niecza.................... 4 0 2 0 6
"S07", 0, 0, 0, 0, 0, 0
"S09", 65, 0, 0, 8, 73, 175
"S10", 35, 0, 5, 17, 57, 125
"S11", 0, 0, 0, 0, 0, 111
"S11", 0, 0, 0, 0, 0, 112
"S12", 723, 0, 56, 146, 925, 1306
"S13", 31, 0, 1, 10, 42, 80
"S14", 166, 0, 1, 9, 176, 323
Expand All @@ -5512,7 +5512,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", 20632, 1, 741, 1489, 22863, 24387
"total", 20632, 1, 741, 1489, 22863, 24388
----------------
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"
# 09/18/2012 - rakudo++ (22872); niecza (90.2%); pugs (41.11%)
"niecza", 20632, 1, 741, 1489, 22863, 24388
"pugs" , 9404, 4, 3426, 1715, 14549, 24195
"rakudo", 22872, 120, 638, 1776, 25016, 24388
# 09/17/2012 - rakudo++ (22898); niecza (90.1%); pugs (41.06%)
"niecza", 20632, 1, 741, 1489, 22863, 24387
"pugs" , 9404, 4, 3426, 1715, 14549, 24195
Expand Down
20 changes: 10 additions & 10 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(0xa4f5f04)'
# Actual: 'CODE(0xaff0f04)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xa4f6224)'
# Actual: 'CODE(0xaff1224)'
# 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:0xf6a2430d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b774f9>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a2430d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b774f9>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a2ca1d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b94df5>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a2ca1d>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6b94df5>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -5076,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.20616.123
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.20616.123
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.20616.123
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.20616.123
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.20616.123
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.20616.123
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.20616.123
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.17523.332
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.17523.332
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.17523.332
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.17523.332
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.17523.332
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.17523.332
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.17523.332
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down
29 changes: 17 additions & 12 deletions rakudo_summary.out
Expand Up @@ -878,9 +878,8 @@ use of uninitialized value of type Any in string context in sub is at lib/Test.

use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84

26 0 5 7 38
28 0 5 5 38
5 skipped: binding to $/
2 skipped: augment
1 todo : RT 70007
4 todo : nom regression
S05-match/make.rakudo.............................. 4 0 1 0 5
Expand Down Expand Up @@ -1209,7 +1208,11 @@ S11-modules/importing.t............................ 16 0 0 0 16
S11-modules/lexical.t.............................. 2 0 0 0 2
S11-modules/need.t................................. 2 0 0 0 2
S11-modules/nested.t............................... 6 0 0 0 6
S11-modules/require.t.............................. 5 0 0 0 5
S11-modules/require.t..............................use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81

use of uninitialized value of type Any in string context in sub is at lib/Test.pm:84

5 1 0 0 6
pass fail todo skip plan
S12-attributes/class.rakudo........................ 15 0 0 8 23
8 skipped: nom regression - method ^foo
Expand Down Expand Up @@ -1700,11 +1703,11 @@ S32-str/rindex.rakudo.............................. 29 0 0 4 33
S32-str/samecase.t................................. 8 0 0 0 8
S32-str/split-simple.rakudo........................ 48 0 1 0 49
1 todo : RT 112868
S32-str/split.rakudo............................... 28 0 0 9 37
2 skipped: RT #63066 loops forever
1 skipped: FixedIntegerArray: index out of bounds!
5 skipped: rx:Perl5
1 skipped: loops on zero-width match
S32-str/split.rakudo...............................===SORRY!===
Preceding context expects a term, but found infix , instead
at t/spec/S32-str/split.rakudo:56
0 37 0 0 37
37 tests aborted (missing ok/not ok)
S32-str/sprintf.rakudo............................. 98 0 21 6 125
5 skipped: sprintf %F NYI
1 skipped: doesn't work in master (as of 2010-07)
Expand Down Expand Up @@ -2052,12 +2055,12 @@ integration/weird-errors.t......................... 6 0 0 0 6
"S02", 2963, 39, 147, 349, 3498, 3454
"S03", 3999, 0, 136, 177, 4312, 4157
"S04", 813, 1, 26, 81, 921, 945
"S05", 3854, 0, 122, 555, 4531, 5734
"S05", 3856, 0, 122, 553, 4531, 5734
"S06", 1038, 25, 22, 131, 1216, 1264
"S07", 0, 0, 0, 0, 0, 0
"S09", 132, 0, 19, 24, 175, 175
"S10", 62, 0, 1, 5, 68, 125
"S11", 43, 13, 0, 0, 56, 111
"S11", 43, 14, 0, 0, 57, 112
"S12", 1228, 0, 36, 131, 1395, 1306
"S13", 70, 0, 0, 0, 70, 80
"S14", 283, 1, 6, 14, 304, 323
Expand All @@ -2068,17 +2071,19 @@ 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", 7063, 1, 97, 262, 7033, 5105
"S32", 7035, 38, 97, 253, 7033, 5105
"int", 511, 0, 18, 25, 554, 547
"total", 22898, 82, 638, 1787, 25015, 24387
"total", 22872, 120, 638, 1776, 25016, 24388
----------------
Failure summary:
S02-types/declare.rakudo aborted 39 test(s)
S04-statements/repeat.t 18 - can share variable between loop body and condition
S06-multi/proto.rakudo aborted 25 test(s)
S11-modules/import.rakudo aborted 13 test(s)
S11-modules/require.t 6 - loading modules does not clobber GLOBAL
S14-traits/routines.rakudo 13 - wrapping a routine at compile time makes it soft
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-array/splice.rakudo 36 - negative offset dies
S32-exceptions/misc.rakudo passed 390 unplanned test(s)
S32-str/split.rakudo aborted 37 test(s)

0 comments on commit 04b6da2

Please sign in to comment.