Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Feb 17, 2013
1 parent 13496e9 commit 9721f17
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 22 deletions.
8 changes: 4 additions & 4 deletions niecza_summary.out
Expand Up @@ -2093,7 +2093,7 @@ 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: 28604 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
sh: line 1: 17219 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
665 8 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
Expand Down Expand Up @@ -3902,7 +3902,7 @@ S32-num/fatrat.t...................................Use of uninitialized value in
S32-num/int.niecza................................. 82 0 0 4 86
3 skipped: 0x, 0d, and 0o NYI
1 skipped: trailing d produces a failure
S32-num/is-prime.t................................. 27 0 0 0 27
S32-num/is-prime.t................................. 35 0 0 0 35
S32-num/log.t...................................... 29 0 0 0 29
S32-num/pi.t....................................... 4 0 0 0 4
S32-num/polar.t.................................... 48 0 0 0 48
Expand Down Expand Up @@ -5471,9 +5471,9 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S26", 0, 0, 0, 0, 0, 258
"S28", 6, 0, 1, 0, 7, 13
"S29", 305, 0, 5, 5, 315, 328
"S32", 6377, 0, 130, 238, 6745, 5327
"S32", 6385, 0, 130, 238, 6753, 5335
"int", 456, 0, 21, 27, 504, 552
"total", 20851, 147, 741, 1520, 23259, 24839
"total", 20859, 147, 741, 1520, 23267, 24847
----------------
Failure summary:
S03-junctions/boolean-context.t 49
Expand Down
4 changes: 4 additions & 0 deletions perl6_pass_rates
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 02/17/2013 658c88c rakudo++ (24836); niecza (83.98%); pugs (38.19%)
"niecza", 20859, 147, 741, 1520, 23267, 24847
"pugs" , 9486, 6, 3464, 1752, 14708, 24710
"rakudo", 24836, 0, 674, 1851, 27361, 24849
# 02/16/2013 38dd58f rakudo++ (24828); niecza (83.98%); pugs (38.2%)
"niecza", 20851, 147, 741, 1520, 23259, 24839
"pugs" , 9486, 6, 3464, 1752, 14708, 24702
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(0x9928858)'
# Actual: 'CODE(0x9ab3858)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0x9928b78)'
# Actual: 'CODE(0x9ab3b78)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4424,7 +4424,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:0xf6a107e5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a10481>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6a107e5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a10481>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6dc68d9>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6dc6371>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6dc68d9>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6dc6371>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -4578,13 +4578,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.25320.904
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.25320.904
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.25320.904
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.25320.904
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.25320.904
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.25320.904
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.25320.904
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.13877.863
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.13877.863
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.13877.863
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.13877.863
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.13877.863
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.13877.863
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.13877.863
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -4856,7 +4856,7 @@ S32-list/pick.pugs.................................# Actual: undef
# Actual: undef
# Actual: undef
# Actual: undef
sh: line 1: 25418 Killed nice -20 ./Pugs/pugs -IPugs/ext/Test/lib t/spec/S32-list/pick.pugs
sh: line 1: 13975 Killed nice -20 ./Pugs/pugs -IPugs/ext/Test/lib t/spec/S32-list/pick.pugs
24 1 5 17 47
1 skipped: .Str
2 skipped: hogs memory
Expand Down Expand Up @@ -5507,9 +5507,9 @@ integration/substr-after-match-in-gather-in-for.t.. 1 0 0 0 1
"S26", 0, 0, 0, 0, 0, 258
"S28", 4, 0, 0, 1, 5, 13
"S29", 32, 0, 6, 6, 44, 78
"S32", 2266, 1, 288, 563, 3118, 5338
"S32", 2266, 1, 288, 563, 3118, 5346
"int", 131, 0, 35, 26, 192, 542
"total", 9486, 6, 3464, 1752, 14708, 24702
"total", 9486, 6, 3464, 1752, 14708, 24710
----------------
Failure summary:
S05-mass/rx.pugs 651 - $( $_ ) will match literally
Expand Down
85 changes: 80 additions & 5 deletions rakudo_summary.out
Expand Up @@ -290,10 +290,28 @@ use of uninitialized value of type Any in string context in sub is at lib/Test.
77 0 3 0 80
2 todo : unknown
1 todo : isa hash
S02-types/multi_dimensional_array.rakudo...........use of uninitialized value of type Any in string context in sub is at lib/Test.pm:81
S02-types/multi_dimensional_array.rakudo...........WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
WARNINGS:
Useless use of constant integer 0 in sink context (line 1)
WARNINGS:
Useless use of constant integer 0 in sink context (line 1)
WARNINGS:
Useless use of constant integer 0 in sink context (line 1)
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

WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
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
Expand Down Expand Up @@ -747,6 +765,8 @@ use of uninitialized value of type Any in string context in block at t/spec/S0

use of uninitialized value of type Any in string context in block at t/spec/S04-declarations/my.rakudo:23

WARNINGS:
Useless use of constant integer 1 in sink context (line 1)
71 0 2 2 75
2 skipped: nom regression, OUR::
1 todo : previous test skipped
Expand Down Expand Up @@ -997,7 +1017,62 @@ S05-metasyntax/charset.rakudo...................... 31 0 1 2 34
1 todo : comment in charset (RT #67124)
S05-metasyntax/interpolating-closure.rakudo........ 5 0 1 0 6
1 todo : dunno
S05-metasyntax/litvar.rakudo....................... 19 0 14 0 33
S05-metasyntax/litvar.rakudo.......................Potential difficulties:
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:37
------> y variable in regex'); ok('a' ~~ m/$aref⏏[0]/, 'Array ref 0');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:39
------> y variable in regex'); ok('a' ~~ m/$aref⏏.[0]/, 'Array ref dot 0');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:41
------> ay variable in regex'); ok('a' ~~ m/@var⏏[0]/, 'Array 0');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:45
------> h variable in regex'); ok('1' ~~ m/$href⏏.{'a'}/, 'Hash ref dot A');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:47
------> h variable in regex'); ok('1' ~~ m/$href⏏{'a'}/, 'Hash ref A');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:49
------> sh variable in regex'); ok('1' ~~ m/%var⏏{'a'}/, 'Hash A');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:54
------> h variable in regex'); ok('1' ~~ m/$href⏏.<a>/, 'Hash ref dot A');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:57
------> h variable in regex'); ok('1' ~~ m/$href⏏<a>/, 'Hash ref A');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:60
------> sh variable in regex'); ok('1' ~~ m/%var⏏<a>/, 'Hash A');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:62
------> ok(!( 'a' ~~ m/$aref⏏[1]/ ), 'Array ref 1');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:63
------> ok(!( 'a' ~~ m/$aref⏏.[1]/ ), 'Array ref dot 1');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:64
------> ok(!( 'a' ~~ m/@var⏏[1]/ ), 'Array 1');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:65
------> ok(!( '1' ~~ m/$href⏏.{'b'}/ ), 'Hash ref dot B');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:66
------> ok(!( '1' ~~ m/$href⏏{'b'}/ ), 'Hash ref B');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:68
------> ok(!( '1' ~~ m/%var⏏{'b'}/ ), 'Hash B');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:69
------> ok(!( '1' ~~ m/$href⏏.<b>/ ), 'Hash ref dot B');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:70
------> ok(!( '1' ~~ m/$href⏏<b>/ ), 'Hash ref B');
Apparent subscript will be treated as regex
at t/spec/S05-metasyntax/litvar.rakudo:72
------> ok(!( '1' ~~ m/%var⏏<b>/ ), 'Hash B');
19 0 14 0 33
6 todo : hash variable in regex
8 todo : array variable in regex
S05-metasyntax/longest-alternative.rakudo.......... 19 0 4 8 31
Expand Down Expand Up @@ -1723,7 +1798,7 @@ S32-num/fatrat.rakudo.............................. 271 0 1 2 274
S32-num/int.rakudo................................. 81 0 3 2 86
2 skipped: trailing characters produce failures
3 todo : Inf and NaN NYI for Int
S32-num/is-prime.t................................. 27 0 0 0 27
S32-num/is-prime.t................................. 35 0 0 0 35
S32-num/log.rakudo................................. 28 0 1 0 29
1 todo : HugeInt.log
S32-num/pi.t....................................... 4 0 0 0 4
Expand Down Expand Up @@ -2195,10 +2270,10 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S26", 300, 0, 0, 1, 301, 258
"S28", 7, 0, 0, 0, 7, 13
"S29", 310, 0, 1, 7, 318, 328
"S32", 7442, 0, 97, 243, 7782, 5327
"S32", 7450, 0, 97, 243, 7790, 5335
"int", 521, 0, 16, 25, 562, 552
"ros", 2, 0, 0, 0, 2, 2
"total", 24828, 0, 674, 1851, 27353, 24841
"total", 24836, 0, 674, 1851, 27361, 24849
----------------
Failure summary:
note: test_summary.pl @syn does not have ros

0 comments on commit 9721f17

Please sign in to comment.