Skip to content

Commit

Permalink
Add passing test 8 to run_tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Aug 15, 2014
1 parent 44817ff commit c75badb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/bin/run_tests
@@ -1,5 +1,5 @@
#!/bin/bash
# 19 and 30 where moved out as they were parrot specific, 52,54 is missing, we can't pass 49 till we are bootstraped
#echo 'No tests pass as we are in the early stages of a rewrite/refactor'
prove -e './nqp-js-with-setting' t/nqp/{01..05}* t/nqp/07*
prove -e './nqp-js-with-setting' t/nqp/{01..05}* t/nqp/{07..08}*
#prove -e './nqp-js' t/nqp/{01..29}*.t t/nqp/{31..48}* t/nqp/{50,51,53}* t/nqp/{55..81}* t/nqp/83* t/serialization/0{2,3}*.t

0 comments on commit c75badb

Please sign in to comment.