Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Nov 19, 2013
1 parent 483c822 commit 50d053e
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 76 deletions.
38 changes: 9 additions & 29 deletions niecza_summary.out
Expand Up @@ -446,43 +446,22 @@ S02-types/bag.niecza...............................Potential difficulties:
@ks is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 94:
------>  my ⏏@ks = $b.keys;

Use of uninitialized value in string context
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 1389 (warn @ 5)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 269 (Mu.Str @ 15)
at <unknown> line 0 (ExitRunloop @ 0)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 7 (ANON @ 2)
at <unknown> line 0 (KERNEL map @ 2)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 370 (Any.map @ 4)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 7 (showkv @ 6)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 360 (mainline @ 315)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 4583 (ANON @ 3)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 4584 (module-CORE @ 576)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 4584 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
Use of uninitialized value in string context
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 1389 (warn @ 5)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 269 (Mu.Str @ 15)
at <unknown> line 0 (ExitRunloop @ 0)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 7 (ANON @ 2)
at <unknown> line 0 (KERNEL map @ 2)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 370 (Any.map @ 4)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 7 (showkv @ 6)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 370 (mainline @ 337)
Unhandled exception: Unable to resolve method pickpairs in type Bag
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 339 (ANON @ 6)
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S02-types/bag.niecza line 419 (mainline @ 290)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 4583 (ANON @ 3)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 4584 (module-CORE @ 576)
at /home/coke/sandbox/perl6-roast-data/niecza/lib/CORE.setting line 4584 (mainline @ 3)
at <unknown> line 0 (ExitRunloop @ 0)
140 0 6 16 162
124 33 2 14 173
2 skipped: BagHash
3 skipped: Non-Str keys NYI
1 skipped: .grabpairs NYI
2 skipped: SetHash
1 skipped: .grab NYI
5 skipped: .total NYI
2 skipped: Unmatched key in Hash.LISTSTORE
1 todo :
4 todo : Bag in Bag does not work correctly yet
1 todo : Non-string bag elements NYI
33 tests aborted (missing ok/not ok)
S02-types/bool.t................................... 51 0 0 0 51
S02-types/catch_type_cast_mismatch.niecza.......... 8 0 1 1 10
1 skipped: Failure NYI
Expand Down Expand Up @@ -6059,7 +6038,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61
"S02", 2849, 34, 119, 260, 3262, 4424
"S02", 2833, 67, 115, 258, 3273, 4450
"S03", 3550, 138, 191, 401, 4280, 4665
"S04", 800, 0, 35, 60, 895, 1038
"S05", 4082, 36, 116, 223, 4457, 5835
Expand All @@ -6072,17 +6051,18 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S13", 31, 0, 1, 10, 42, 80
"S14", 168, 0, 1, 11, 180, 328
"S16", 185, 0, 5, 41, 231, 303
"S17", 0, 0, 0, 0, 0, 192
"S17", 0, 0, 0, 0, 0, 195
"S19", 4, 0, 0, 0, 4, 4
"S24", 1, 0, 0, 0, 1, 88
"S26", 0, 0, 0, 0, 0, 266
"S28", 6, 0, 1, 0, 7, 13
"S29", 299, 7, 2, 10, 318, 350
"S32", 6549, 202, 136, 286, 7173, 7039
"int", 463, 0, 22, 27, 512, 562
"total", 20641, 435, 758, 1692, 23526, 28410
"total", 20625, 468, 754, 1690, 23537, 28439
----------------
Failure summary:
S02-types/bag.niecza aborted 33 test(s)
S02-types/parcel.niecza aborted 34 test(s)
S03-metaops/cross.niecza aborted 17 test(s)
S03-metaops/zip.niecza aborted 18 test(s)
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-11-19,72.89%,5e7b85b,20625,468,754,1690,23537,28439,
pugs,2013-11-19,28.54%,5e7b85b,8077,2115,3114,1429,14735,28324,
rakudo.jvm,2013-11-19,99.77%,5e7b85b,28232,49,668,1478,30427,28441,
rakudo.parrot,2013-11-19,100.00%,5e7b85b,28296,163,671,1460,30590,28441,
niecza,2013-11-18,72.76%,d12ea39,20641,435,758,1692,23526,28410,
pugs,2013-11-18,28.47%,d12ea39,8077,2115,3114,1429,14735,28295,
rakudo.jvm,2013-11-18,100.00%,d12ea39,28367,49,668,1481,30565,28412,
Expand Down
26 changes: 13 additions & 13 deletions pugs_summary.out
Expand Up @@ -55,9 +55,9 @@ perl: warning: Please check that your locale settings:
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x28cb798)'
# Actual: 'CODE(0x3be2798)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x28cbb58)'
# Actual: 'CODE(0x3be2b58)'
# Expected: '[]'
# Actual: '["foo", "hate"]'
2 0 3 0 5
Expand Down Expand Up @@ -33543,7 +33543,7 @@ perl: warning: Please check that your locale settings:
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0x7f3fb266c449>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0x7f3fb266dc89>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0x7f3fb266c449>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0x7f3fb266dc89>})])}])
# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0x7faa3a859af9>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0x7faa3a8592f9>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0x7faa3a859af9>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0x7faa3a8592f9>})])}])
# Expected: 'undef'
# Actual: '(Scalar)'
# Expected: 'undef'
Expand Down Expand Up @@ -34040,55 +34040,55 @@ perl: warning: Please check that your locale settings:
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# Running under darwin
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.8522.635
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US.ISO-8859-1",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.8522.635
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US.ISO-8859-1",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.8522.635
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US.ISO-8859-1",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.8522.635
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US.ISO-8859-1",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.8522.635
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US.ISO-8859-1",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.8522.635
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US.ISO-8859-1",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.8522.635
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.29101.432
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
Expand Down Expand Up @@ -35433,7 +35433,7 @@ Error eval perl5: "if (!$INC{'Pugs/Runtime/Match/HsBridge.pm'}) {
----------------
"Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 19, 8, 8, 12, 47, 79
"S02", 1067, 613, 256, 314, 2250, 4552
"S02", 1067, 613, 256, 314, 2250, 4578
"S03", 1298, 831, 145, 195, 2469, 4665
"S04", 479, 0, 98, 88, 665, 1038
"S05", 2202, 29, 2202, 47, 4480, 5835
Expand All @@ -35446,15 +35446,15 @@ Error eval perl5: "if (!$INC{'Pugs/Runtime/Match/HsBridge.pm'}) {
"S13", 2, 7, 0, 0, 9, 80
"S14", 64, 0, 11, 1, 76, 328
"S16", 19, 1, 0, 1, 21, 290
"S17", 10, 0, 2, 12, 24, 192
"S17", 10, 0, 2, 12, 24, 195
"S19", 7, 0, 0, 0, 7, 11
"S24", 14, 60, 2, 0, 76, 88
"S26", 0, 0, 0, 0, 0, 266
"S28", 4, 0, 0, 1, 5, 13
"S29", 19, 18, 1, 5, 43, 94
"S32", 1952, 387, 187, 524, 3050, 7050
"int", 109, 30, 32, 23, 194, 552
"total", 8077, 2115, 3114, 1429, 14735, 28295
"total", 8077, 2115, 3114, 1429, 14735, 28324
----------------
Failure summary:
S01-perl-5-integration/basic.pugs 4 - %h.kv received as hash (key)
Expand Down
25 changes: 8 additions & 17 deletions rakudo.jvm_summary.out

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions rakudo.parrot_summary.out

Large diffs are not rendered by default.

0 comments on commit 50d053e

Please sign in to comment.