Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
respect new flag in rakudo's specttest.data
  • Loading branch information
coke committed Apr 11, 2014
1 parent adda017 commit 36637c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_summary
Expand Up @@ -486,6 +486,8 @@ sub get_test_names {
/^ *#/ && next;
my ($specfile, $fudgespec) = split ' ', $_, 2;
next unless $specfile;
# XXX each implementation should tell us what files to use
next if $fudgespec =~ /conc/ && $implementation =~ /parrot/;
next if $fudgespec =~ /jvm/ && $implementation !~ /jvm/;
next if $fudgespec =~ /moar/ && $implementation !~ /moar/;
push @tfiles, "t/spec/$specfile";
Expand Down

0 comments on commit 36637c8

Please sign in to comment.