Skip to content

Commit

Permalink
First run of rakudo.jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 21, 2013
1 parent 961697b commit 523b184
Show file tree
Hide file tree
Showing 3 changed files with 3,731 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cull
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Modern::Perl;
use Text::CSV;

my @types = qw/niecza rakudo pugs/;
my @types = qw/niecza rakudo rakudo.jvm pugs/;
my %line;
my %pass;

Expand Down
4 changes: 3 additions & 1 deletion perl6_pass_rates
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
"Impl", "pass","fail","todo","skip","plan","spec"
# 06/21/2013 eb3daa3 rakudo++ (25979); niecza (81.71%); pugs (36.53%)
# 06/21/2013 eb3daa3 rakudo++ (25979); niecza (81.71%); pugs (36.53%); rakudo.jvm (63.88%)
# rakudo.jvm running manually @ 1f38222
"niecza", 21228, 108, 736, 1574, 23642, 25781
"pugs" , 9491, 0, 3459, 1748, 14698, 25644
"rakudo", 25979, 0, 651, 2024, 28654, 25783
"rakudo.jvm", 16596, 9668, 356, 1051, 27526, 25783
# 06/20/2013 1f38222 rakudo++ (25979); niecza (81.7%); pugs (36.53%)
"niecza", 21227, 109, 736, 1574, 23642, 25781
"pugs" , 9491, 0, 3459, 1748, 14698, 25644
Expand Down
Loading

0 comments on commit 523b184

Please sign in to comment.