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 3, 2014
1 parent 483a968 commit 65b58f0
Show file tree
Hide file tree
Showing 6 changed files with 2,862 additions and 3,922 deletions.
12 changes: 6 additions & 6 deletions niecza_summary.out
Expand Up @@ -1153,7 +1153,7 @@ S03-operators/comparison-simple.t.................. 24 0 0 0 24
S03-operators/comparison.t......................... 41 0 0 0 41
S03-operators/context-forcers.niecza...............Potential difficulties:
&eval_elsewhere is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-operators/context-forcers.niecza line 86:
------> sub eval_elsewhere⏏($code){ eval($code) }
------> sub eval_elsewhere⏏($code){ EVAL($code) }

83 0 1 13 97
4 skipped: Failure NYI
Expand Down Expand Up @@ -1501,7 +1501,7 @@ S03-smartmatch/array-array.niecza.................. 18 0 18 0 36
S03-smartmatch/array-hash.t........................ 6 0 0 0 6
S03-smartmatch/disorganized.t......................Potential difficulties:
&eval_elsewhere is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S03-smartmatch/disorganized.t line 11:
------> sub eval_elsewhere⏏($code){ eval($code) }
------> sub eval_elsewhere⏏($code){ EVAL($code) }

41 0 0 0 41
S03-smartmatch/hash-hash.t.........................Potential difficulties:
Expand Down Expand Up @@ -1565,7 +1565,7 @@ Potential difficulties:
1 todo : MMD
S04-declarations/my.niecza.........................Potential difficulties:
$x is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S04-declarations/my.niecza line 227:
------>  dies_ok { eval '$x = "abc"'; my Int ⏏$x; }, 'also a type error';
------>  dies_ok { EVAL '$x = "abc"'; my Int ⏏$x; }, 'also a type error';

Potential difficulties:
@a is declared but not used at (eval) line 1:
Expand Down Expand Up @@ -1932,7 +1932,7 @@ S04-phasers/rvalue.niecza..........................Use of uninitialized value in
at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S04-phasers/rvalue.niecza line 73 (ANON @ 1)
at <unknown> line 0 (ExitRunloop @ 0)
9 0 6 1 16
1 skipped: Excess arguments to eval, used 1 of 2 positionals
1 skipped: Excess arguments to EVAL, used 1 of 2 positionals
6 todo : block returns no value
S04-statement-modifiers/for.niecza.................Potential difficulties:
'for $v' will never flatten a $ variable;
Expand Down Expand Up @@ -4100,7 +4100,7 @@ S28-named-variables/inc.niecza..................... 4 0 1 0 5
S29-any/cmp.t...................................... 6 0 0 0 6
S29-any/isa.t...................................... 10 0 0 0 10
S29-context/die.niecza............................. 14 0 0 2 16
2 skipped: test needs rewriting, eval does not catch exceptions
2 skipped: test needs rewriting, EVAL does not catch exceptions
S29-context/eval.niecza............................Potential difficulties:
$x is declared but not used at /home/coke/sandbox/perl6-roast-data/niecza/t/spec/S29-context/eval.niecza line 52:
------>  my ⏏$x = 5;
Expand All @@ -4109,8 +4109,8 @@ S29-context/eval.niecza............................Potential difficulties:

14 0 1 3 18
1 skipped: int NYI
1 skipped: method form of EVAL does not see outer lexicals
1 skipped: Unable to resolve method encode in class Str
1 skipped: method form of eval does not see outer lexicals
1 todo : No :lang argument yet...
S29-context/exit-in-if.t........................... 1 0 0 0 1
S29-context/exit.t................................. 1 2 0 0 3
Expand Down
5 changes: 5 additions & 0 deletions perl6_pass_rates.csv
@@ -1,4 +1,9 @@
Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,notes
niecza,2014-01-03,75.00%,5bab36f,21339,34,769,1831,23973,28492,
pugs,2014-01-03,23.04%,5bab36f,6555,4369,2916,905,14745,28377,
rakudo.jvm,2014-01-03,100.00%,5bab36f,28453,21,669,1513,30656,28494,
rakudo.moar,2014-01-03,63.36%,5bab36f,18027,10456,327,843,28951,28494,
rakudo.parrot,2014-01-03,99.62%,5bab36f,28345,1,667,1458,30471,28494,
niecza,2014-01-02,75.28%,0215ddd,21339,34,769,1831,23973,28492,
pugs,2014-01-02,28.52%,0215ddd,8083,2123,3109,1430,14745,28377,
rakudo.jvm,2014-01-02,87.36%,0215ddd,24762,3494,591,1561,29813,28494,
Expand Down

0 comments on commit 65b58f0

Please sign in to comment.