Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Jul 8, 2013
1 parent aa0c757 commit 56a191e
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 38 deletions.
44 changes: 34 additions & 10 deletions niecza_summary.out
Expand Up @@ -622,7 +622,30 @@ Potential difficulties:
S03-binding/attributes.t........................... 12 0 0 0 12
S03-binding/closure.t.............................. 8 0 0 0 8
S03-binding/hashes.t............................... 38 0 0 0 38
S03-binding/nested.t............................... 43 0 0 0 43
S03-binding/nested.t...............................===SORRY!===

Unhandled trait rwt for this context at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-binding/nested.t line 85:
------>  my sub get_innerstruct () is parcel ⏏{ $innerstruct }

Unhandled trait rwt for this context at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-binding/nested.t line 120:
------>  my sub get_innerstruct () is parcel ⏏{ $innerstruct }

Unhandled exception: Check failed

at /home/coke/sandbox/perl6pass/niecza/boot/lib/CORE.setting line 1502 (die @ 5)
at /home/coke/sandbox/perl6pass/niecza/src/STD.pm6 line 1147 (P6.comp_unit @ 36)
at /home/coke/sandbox/perl6pass/niecza/src/STD.pm6 line 101 (STD.TOP @ 11)
at /home/coke/sandbox/perl6pass/niecza/boot/lib/CORE.setting line 3018 (Grammar.parse @ 5)
at /home/coke/sandbox/perl6pass/niecza/src/NieczaFrontendSTD.pm6 line 281 (NieczaFrontendSTD.parse @ 70)
at /home/coke/sandbox/perl6pass/niecza/src/NieczaCompiler.pm6 line 34 (NieczaCompiler.compile @ 18)
at /home/coke/sandbox/perl6pass/niecza/src/NieczaCompiler.pm6 line 60 (NieczaCompiler.compile_file @ 8)
at /home/coke/sandbox/perl6pass/niecza/src/niecza line 165 (mainline @ 144)
at /home/coke/sandbox/perl6pass/niecza/boot/lib/CORE.setting line 4327 (ANON @ 3)
at /home/coke/sandbox/perl6pass/niecza/boot/lib/CORE.setting line 4328 (module-CORE @ 582)
at /home/coke/sandbox/perl6pass/niecza/boot/lib/CORE.setting line 4328 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
0 43 0 0 43
43 tests aborted (missing ok/not ok)
S03-binding/ro.niecza.............................. 5 0 4 0 9
4 todo :
S03-binding/scalars.niecza......................... 21 0 2 10 33
Expand Down Expand Up @@ -2151,8 +2174,8 @@ S05-mass/rx.niecza.................................Potential difficulties:
$rt112450 is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-mass/rx.niecza line 2572:
------>  my ⏏$rt112450 = 4;

sh: line 1: 7775 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
666 7 19 47 739
sh: line 1: 13897 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
667 6 19 47 739
1 skipped: Unable to resolve method alpha in class Cursor
2 skipped: Dubious test, http://irclog.perlgeek.de/perl6/2012-05-27#i_5643089
13 skipped: Unable to resolve method wb in class Cursor
Expand All @@ -2166,7 +2189,7 @@ sh: line 1: 7775 Killed nice -20 mono ./run/Niecza.exe t/spec/
3 todo : ::: issue
2 todo : :: issues
3 todo : Unable to resolve method cntrl in class Cursor
7 tests aborted (missing ok/not ok)
6 tests aborted (missing ok/not ok)
S05-mass/stdrules.niecza........................... 183 0 0 3 186
3 skipped: <at>
S05-match/arrayhash.niecza......................... 4 0 4 0 8
Expand Down Expand Up @@ -5852,10 +5875,10 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61
"S02", 3080, 0, 118, 263, 3461, 3683
"S03", 4022, 36, 196, 366, 4620, 4347
"S02", 3080, 0, 118, 263, 3461, 3703
"S03", 3979, 79, 196, 366, 4620, 4347
"S04", 823, 3, 34, 60, 920, 1008
"S05", 4098, 9, 115, 206, 4428, 5801
"S05", 4099, 8, 115, 206, 4428, 5801
"S06", 773, 2, 56, 162, 993, 1290
"S07", 0, 0, 0, 0, 0, 0
"S09", 65, 0, 0, 8, 73, 193
Expand All @@ -5871,16 +5894,17 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S26", 0, 0, 0, 0, 0, 266
"S28", 6, 0, 1, 0, 7, 13
"S29", 301, 11, 5, 6, 323, 336
"S32", 6530, 3, 131, 279, 6943, 6220
"S32", 6530, 3, 131, 279, 6943, 6238
"int", 463, 1, 21, 27, 512, 560
"total", 21336, 65, 751, 1606, 23758, 26208
"total", 21294, 107, 751, 1606, 23758, 26246
----------------
Failure summary:
S03-binding/nested.t aborted 43 test(s)
S03-operators/subscript-adverbs.niecza aborted 36 test(s)
S04-statement-modifiers/if.t 6 - if expr on false cond
S04-statement-modifiers/unless.t 4 - unless expr on true cond
S04-statements/for.niecza 71 - Can use statement-modifying "for" in list comprehension
S05-mass/rx.niecza aborted 7 test(s)
S05-mass/rx.niecza aborted 6 test(s)
S05-substitution/subst.niecza aborted 2 test(s)
S06-signature/unpack-array.t 12 - array unpacking and only-subs
S06-signature/unpack-array.t 13 - array unpacking and only-multi
Expand Down
5 changes: 5 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,9 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 07/08/2013 ca24260 rakudo++ (26190); niecza (81.3%); pugs (36.28%); rakudo.jvm (97%)
"niecza", 21294, 107, 751, 1606, 23758, 26246
"pugs" , 9502, 7, 3464, 1754, 14727, 26109
"rakudo", 26190, 2, 668, 2034, 28894, 26248
"rakudo.jvm", 25405, 590, 642, 2047, 28179, 26248
# 07/07/2013 5b5a0b3 rakudo++ (26160); niecza (81.55%); pugs (36.32%); rakudo.jvm (96.95%)
"niecza", 21336, 65, 751, 1606, 23758, 26208
"pugs" , 9502, 7, 3464, 1754, 14727, 26071
Expand Down
26 changes: 13 additions & 13 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(0x9681858)'
# Actual: 'CODE(0x94c9858)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x9681b78)'
# Actual: 'CODE(0x94c9b78)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4455,7 +4455,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:0xf68808e5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6881b3d>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf68808e5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6881b3d>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6e9af21>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6e9a3a9>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6e9af21>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6e9a3a9>})])}])
# Expected: 'undef'
# Actual: '(Scalar)'
16 0 2 1 19
Expand Down Expand Up @@ -4610,13 +4610,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.3690.555
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.3690.555
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.3690.555
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.3690.555
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.3690.555
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.3690.555
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.3690.555
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.9873.891
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.9873.891
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.9873.891
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.9873.891
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.9873.891
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.9873.891
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.9873.891
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -5478,7 +5478,7 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 27, 0, 8, 12, 47, 79
"S02", 1427, 0, 316, 465, 2208, 3783
"S02", 1427, 0, 316, 465, 2208, 3803
"S03", 1864, 0, 286, 304, 2454, 4347
"S04", 488, 0, 111, 88, 687, 1008
"S05", 2215, 0, 2207, 56, 4478, 5801
Expand All @@ -5497,9 +5497,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", 30, 7, 9, 6, 52, 86
"S32", 2270, 0, 268, 538, 3076, 6231
"S32", 2270, 0, 268, 538, 3076, 6249
"int", 131, 0, 35, 26, 192, 550
"total", 9502, 7, 3464, 1754, 14727, 26071
"total", 9502, 7, 3464, 1754, 14727, 26109
----------------
Failure summary:
S29-context/sleep.pugs aborted 7 test(s)
Expand Down

0 comments on commit 56a191e

Please sign in to comment.