Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 28, 2013
1 parent c18b898 commit 0db2bc8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
10 changes: 6 additions & 4 deletions niecza_summary.out
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ S03-junctions/autothreading.niecza.................Potential difficulties:


86 0 0 1 87 86 0 0 1 87
1 skipped: interferes hard with inlining 1 skipped: interferes hard with inlining
S03-junctions/boolean-context.t.................... 44 0 0 0 44 S03-junctions/boolean-context.t.................... 71 2 0 0 73
S03-junctions/misc.niecza..........................Potential difficulties: S03-junctions/misc.niecza..........................Potential difficulties:
$x is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-junctions/misc.niecza line 365: $x is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S03-junctions/misc.niecza line 365:
------>  lives_ok { try { for any(1,2) -> ?$x {}; } }, ------>  lives_ok { try { for any(1,2) -> ?$x {}; } },
Expand Down 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: $rt112450 is declared but not used at /home/coke/sandbox/perl6pass/niecza/t/spec/S05-mass/rx.niecza line 2572:
------>  my ?$rt112450 = 4; ------>  my ?$rt112450 = 4;


sh: line 1: 21440 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza sh: line 1: 10303 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
665 8 19 47 739 665 8 19 47 739
1 skipped: Unable to resolve method alpha in class Cursor 1 skipped: Unable to resolve method alpha in class Cursor
2 skipped: Dubious test, http://irclog.perlgeek.de/perl6/2012-05-27#i_5643089 2 skipped: Dubious test, http://irclog.perlgeek.de/perl6/2012-05-27#i_5643089
Expand Down Expand Up @@ -5453,7 +5453,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"Synopsis", "pass","fail","todo","skip","plan","spec" "Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 0, 0, 61 "S01", 0, 0, 0, 0, 0, 61
"S02", 2961, 0, 106, 265, 3332, 3492 "S02", 2961, 0, 106, 265, 3332, 3492
"S03", 3954, 0, 192, 358, 4504, 4177 "S03", 3981, 2, 192, 358, 4533, 4206
"S04", 788, 0, 34, 60, 882, 968 "S04", 788, 0, 34, 60, 882, 968
"S05", 3953, 144, 108, 183, 4388, 5761 "S05", 3953, 144, 108, 183, 4388, 5761
"S06", 771, 0, 56, 161, 988, 1278 "S06", 771, 0, 56, 161, 988, 1278
Expand All @@ -5473,9 +5473,11 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S29", 305, 0, 5, 5, 315, 328 "S29", 305, 0, 5, 5, 315, 328
"S32", 6377, 0, 130, 238, 6745, 5327 "S32", 6377, 0, 130, 238, 6745, 5327
"int", 456, 0, 21, 27, 504, 552 "int", 456, 0, 21, 27, 504, 552
"total", 20798, 145, 741, 1520, 23204, 24784 "total", 20825, 147, 741, 1520, 23233, 24813
---------------- ----------------
Failure summary: Failure summary:
S03-junctions/boolean-context.t 49
S03-junctions/boolean-context.t 51
S05-mass/rx.niecza aborted 8 test(s) S05-mass/rx.niecza aborted 8 test(s)
S05-substitution/subst.niecza aborted 136 test(s) S05-substitution/subst.niecza aborted 136 test(s)
S19-command-line/dash-e.t 2 - -e print $something works with non-ASCII string literals 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
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,8 @@
"Impl", "pass","fail","todo","skip","plan","spec" "Impl", "pass","fail","todo","skip","plan","spec"
# 01/28/2013 865c95f rakudo++ (24777); niecza (84.04%); pugs (38.27%)
"niecza", 20825, 147, 741, 1520, 23233, 24813
"pugs" , 9484, 5, 3464, 1752, 14705, 24647
"rakudo", 24777, 9, 660, 1851, 27297, 24815
# 01/27/2013 645eda3 rakudo++ (24735); niecza (84.08%); pugs (38.34%) # 01/27/2013 645eda3 rakudo++ (24735); niecza (84.08%); pugs (38.34%)
"niecza", 20798, 145, 741, 1520, 23204, 24784 "niecza", 20798, 145, 741, 1520, 23204, 24784
"pugs" , 9484, 5, 3464, 1752, 14705, 24647 "pugs" , 9484, 5, 3464, 1752, 14705, 24647
Expand Down
24 changes: 15 additions & 9 deletions rakudo_summary.out
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ S03-feeds/basic.rakudo............................. 9 0 6 4 19
3 todo : feeds + eager 3 todo : feeds + eager
S03-junctions/associative.t........................ 10 0 0 0 10 S03-junctions/associative.t........................ 10 0 0 0 10
S03-junctions/autothreading.t...................... 87 0 0 0 87 S03-junctions/autothreading.t...................... 87 0 0 0 87
S03-junctions/boolean-context.rakudo............... 43 0 1 0 44 S03-junctions/boolean-context.rakudo............... 72 0 1 0 73
1 todo : named unary as function call 1 todo : named unary as function call
S03-junctions/misc.rakudo.......................... 92 0 4 6 102 S03-junctions/misc.rakudo.......................... 92 0 4 6 102
2 skipped: nom regression 2 skipped: nom regression
Expand Down Expand Up @@ -788,8 +788,8 @@ S04-phasers/multiple.t............................. 2 0 0 0 2
S04-phasers/next.rakudo............................ 10 0 2 1 13 S04-phasers/next.rakudo............................ 10 0 2 1 13
1 skipped: leave NYI 1 skipped: leave NYI
2 todo : NEXT/LEAVE ordering 2 todo : NEXT/LEAVE ordering
S04-phasers/pre-post.rakudo........................ 0 22 0 0 22 S04-phasers/pre-post.rakudo........................ 20 0 2 0 22
22 tests aborted (missing ok/not ok) 2 todo : POST and exceptions
S04-phasers/rvalue.t............................... 16 0 0 0 16 S04-phasers/rvalue.t............................... 16 0 0 0 16
S04-phasers/start.t................................ 21 0 0 0 21 S04-phasers/start.t................................ 21 0 0 0 21
S04-statement-modifiers/for.t...................... 20 0 0 0 20 S04-statement-modifiers/for.t...................... 20 0 0 0 20
Expand Down Expand Up @@ -1649,7 +1649,7 @@ S32-hash/pairs.rakudo.............................. 20 0 1 0 21
S32-hash/push.t.................................... 7 0 0 0 7 S32-hash/push.t.................................... 7 0 0 0 7
S32-hash/slice.rakudo.............................. 16 0 0 13 29 S32-hash/slice.rakudo.............................. 16 0 0 13 29
13 skipped: binding on hash elements unimplemented 13 skipped: binding on hash elements unimplemented
S32-io/IO-Socket-INET.t............................ 21 0 0 0 21 S32-io/IO-Socket-INET.t............................ 14 7 0 0 21
S32-io/chdir.rakudo................................ 8 0 0 2 10 S32-io/chdir.rakudo................................ 8 0 0 2 10
2 skipped: spec non-conformance due to missing sink context 2 skipped: spec non-conformance due to missing sink context
S32-io/dir.t....................................... 2 0 0 0 2 S32-io/dir.t....................................... 2 0 0 0 2
Expand Down Expand Up @@ -2174,8 +2174,8 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"Synopsis", "pass","fail","todo","skip","plan","spec" "Synopsis", "pass","fail","todo","skip","plan","spec"
"S01", 0, 0, 0, 20, 20, 61 "S01", 0, 0, 0, 20, 20, 61
"S02", 3150, 0, 141, 261, 3552, 3492 "S02", 3150, 0, 141, 261, 3552, 3492
"S03", 4318, 0, 147, 369, 4834, 4177 "S03", 4347, 0, 147, 369, 4863, 4206
"S04", 828, 22, 32, 50, 932, 968 "S04", 848, 0, 34, 50, 932, 968
"S05", 4617, 0, 129, 541, 5287, 5761 "S05", 4617, 0, 129, 541, 5287, 5761
"S06", 1131, 0, 29, 132, 1292, 1278 "S06", 1131, 0, 29, 132, 1292, 1278
"S07", 0, 0, 0, 0, 0, 0 "S07", 0, 0, 0, 0, 0, 0
Expand All @@ -2192,13 +2192,19 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S26", 300, 0, 0, 1, 301, 258 "S26", 300, 0, 0, 1, 301, 258
"S28", 7, 0, 0, 0, 7, 13 "S28", 7, 0, 0, 0, 7, 13
"S29", 310, 0, 1, 7, 318, 328 "S29", 310, 0, 1, 7, 318, 328
"S32", 7442, 0, 97, 243, 7782, 5327 "S32", 7435, 7, 97, 243, 7782, 5327
"int", 521, 0, 16, 25, 562, 552 "int", 521, 0, 16, 25, 562, 552
"ros", 2, 0, 0, 0, 2, 2 "ros", 2, 0, 0, 0, 2, 2
"total", 24735, 24, 658, 1851, 27268, 24786 "total", 24777, 9, 660, 1851, 27297, 24815
---------------- ----------------
Failure summary: Failure summary:
S04-phasers/pre-post.rakudo aborted 22 test(s)
S19-command-line/dash-e.t 2 - -e print $something works with non-ASCII string literals 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 S19-command-line/dash-e.t 3 - -e works with non-ASCII program texts
S32-io/IO-Socket-INET.t 3 - received first 7 characters
S32-io/IO-Socket-INET.t 4 - received next 3 characters
S32-io/IO-Socket-INET.t 5 - remaining 26 were buffered
S32-io/IO-Socket-INET.t 6 - received 뻯
S32-io/IO-Socket-INET.t 7 - ... which is 1 character
S32-io/IO-Socket-INET.t 8 - received another character
S32-io/IO-Socket-INET.t 9 - combined the bytes form 몾
note: test_summary.pl @syn does not have ros note: test_summary.pl @syn does not have ros

0 comments on commit 0db2bc8

Please sign in to comment.