Skip to content

Commit

Permalink
Move test passed on all backends out of t/jvm and t/moar/ to t/nqp.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 28, 2016
1 parent e14ebce commit c45a1c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 504 deletions.
2 changes: 1 addition & 1 deletion src/vm/js/bin/run_tests.pl
Expand Up @@ -18,7 +18,7 @@
# temporarily turned of test 060
my @nqp_tests = grep {$_ !~ /regex-interpolation|060/} glob "t/nqp/*.t";

my @moar_tests = qw(t/moar/03-line-seps.t t/moar/02-multidim.t);
my @moar_tests = qw(t/moar/03-line-seps.t);

my @runtime_unit_tests = qw(t/js/varint.js);
my @continuation_tests; # = qw(t/js/continuations.t);
Expand Down

0 comments on commit c45a1c2

Please sign in to comment.