Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Jan 8, 2013
1 parent 86d1451 commit bec8594
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
12 changes: 6 additions & 6 deletions niecza_summary.out
Expand Up @@ -2089,8 +2089,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: 10789 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
661 6 19 47 733
sh: line 1: 27214 Killed nice -20 mono ./run/Niecza.exe t/spec/S05-mass/rx.niecza
662 5 19 47 733
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 @@ -2104,7 +2104,7 @@ sh: line 1: 10789 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
6 tests aborted (missing ok/not ok)
5 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 @@ -5469,7 +5469,7 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S02", 2956, 0, 105, 267, 3328, 3488
"S03", 3953, 0, 192, 358, 4503, 4176
"S04", 785, 0, 34, 50, 869, 955
"S05", 4049, 6, 115, 201, 4371, 5744
"S05", 4050, 5, 115, 201, 4371, 5744
"S06", 769, 0, 55, 161, 985, 1274
"S07", 0, 0, 0, 0, 0, 0
"S09", 65, 0, 0, 8, 73, 175
Expand All @@ -5487,8 +5487,8 @@ integration/weird-errors.niecza.................... 4 0 1 3 8
"S29", 305, 0, 5, 5, 315, 328
"S32", 6376, 0, 130, 238, 6744, 5264
"int", 456, 0, 21, 24, 501, 549
"total", 20881, 7, 746, 1526, 23160, 24659
"total", 20882, 6, 746, 1526, 23160, 24659
----------------
Failure summary:
S05-mass/rx.niecza aborted 6 test(s)
S05-mass/rx.niecza aborted 5 test(s)
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"
# 01/08/2013 dba0788 rakudo++ (24537); niecza (85.1%); pugs (33.37%)
"niecza", 20882, 6, 746, 1526, 23160, 24659
"pugs" , 8190, 2920, 2582, 909, 14601, 24520
"rakudo", 24537, 3, 667, 1898, 27105, 24661
# 01/07/2013 dba0788 rakudo++ (24538); niecza (85.09%); pugs (33.37%)
"niecza", 20881, 7, 746, 1526, 23160, 24659
"pugs" , 8190, 2920, 2582, 909, 14601, 24520
Expand Down
22 changes: 11 additions & 11 deletions pugs_summary.out
Expand Up @@ -25,9 +25,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(0xac08778)'
# Actual: 'CODE(0xa10c778)'
# Expected: 'Just another Pugs hacker'
# Actual: 'CODE(0xac08a98)'
# Actual: 'CODE(0xa10ca98)'
# Expected: '\()'
# Actual: '\("foo", "hate")'
2 0 3 0 5
Expand Down Expand Up @@ -4231,7 +4231,7 @@ S12-attributes/instance.pugs.......................# Actual: An exception wa
2 todo : feature by Christmas
1 todo PASSED: fix by Christmas
135 tests aborted (missing ok/not ok)
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6abccd5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a1cdd5>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6abccd5>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6a1cdd5>})])}])
S12-attributes/recursive.pugs......................# Actual: An exception was thrown : Undeclared variable: ("$attr",MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6bbd201>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6aaa389>})]),[PRuntime {pr_pad = MkPad (padToList [("$__SELF__",PELexical {pe_type = (mkType "Scalar"), pe_proto = <Scalar:0xf6bbd201>, pe_flags = MkEntryFlags {ef_isContext = False}, pe_store = <ref:0xf6aaa389>})])}])
# Expected: 'undef'
# Actual: 'Scalar()'
16 0 2 1 19
Expand Down Expand Up @@ -4409,13 +4409,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.7583.879
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.7583.879
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.7583.879
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.7583.879
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.7583.879
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.7583.879
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.7583.879
# ./Pugs/pugs -e print -e qq.Hello -e Pugs. > temp-ex-output.24015.504
# ./Pugs/pugs -e print -we qq.Hello -e Pugs. > temp-ex-output.24015.504
# ./Pugs/pugs -e print -wle qq.Hello -e Pugs. > temp-ex-output.24015.504
# ./Pugs/pugs -e print -weqq.Hello -e Pugs. > temp-ex-output.24015.504
# ./Pugs/pugs -e print -e qq.Hel. -e ";print" -e qq.lo. -e ";print" -e "qq.\nPugs." > temp-ex-output.24015.504
# ./Pugs/pugs -e print -e qq.Hel. -w -e ";print" -e qq.lo. -w -e ";print" -e "qq.\nPugs." > temp-ex-output.24015.504
# ./Pugs/pugs -e @ARGS.perl.say -e "" Hello Pugs > temp-ex-output.24015.504
7 0 0 0 7
pass fail todo skip plan
S24-testing/0-compile.t............................ 1 0 0 0 1
Expand Down Expand Up @@ -4676,7 +4676,7 @@ S32-list/pick.pugs.................................# Actual: undef
# Actual: 'Array::Const()'
# Actual: undef
# Actual: undef
sh: line 1: 7671 Killed nice -20 ./Pugs/pugs t/spec/S32-list/pick.pugs
sh: line 1: 24103 Killed nice -20 ./Pugs/pugs t/spec/S32-list/pick.pugs
23 8 4 11 46
1 skipped: .Str
1 skipped: Nil
Expand Down
7 changes: 4 additions & 3 deletions rakudo_summary.out
Expand Up @@ -1699,7 +1699,7 @@ S32-list/reduce.rakudo.............................use of uninitialized value of
1 skipped: n-ary reduce
S32-list/reverse.rakudo............................ 20 0 1 0 21
1 todo : RT 77914
S32-list/roll.t.................................... 40 0 0 0 40
S32-list/roll.t.................................... 39 1 0 0 40
S32-list/sort.rakudo...............................use of uninitialized value of type Code in string context in block at t/spec/S32-list/sort.rakudo:224

use of uninitialized value of type Code in string context in block at t/spec/S32-list/sort.rakudo:224
Expand Down Expand Up @@ -2196,12 +2196,13 @@ 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", 7326, 0, 98, 257, 7681, 5264
"S32", 7325, 1, 98, 257, 7681, 5264
"int", 518, 0, 16, 25, 559, 549
"ros", 2, 0, 0, 0, 2, 2
"total", 24538, 2, 667, 1898, 27105, 24661
"total", 24537, 3, 667, 1898, 27105, 24661
----------------
Failure summary:
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-list/roll.t 40 - different results due to random random-number seed
note: test_summary.pl @syn does not have ros

0 comments on commit bec8594

Please sign in to comment.