Skip to content

Commit

Permalink
ci: Run fewer tests on asmjs
Browse files Browse the repository at this point in the history
Many tests run on the asmjs builder like compile-fail, ui, parse-fail, etc,
aren't actually specific to asm.js. Instead of running redundant test suites
this commit changes things up to only run tests that actually emit JS we then
pass to node.
  • Loading branch information
alexcrichton committed Mar 16, 2018
1 parent 1c4b9c1 commit 60eb308
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ci/docker/asmjs/Dockerfile
Expand Up @@ -31,4 +31,9 @@ ENV TARGETS=asmjs-unknown-emscripten

ENV RUST_CONFIGURE_ARGS --enable-emscripten --disable-optimize-tests

ENV SCRIPT python2.7 ../x.py test --target $TARGETS
ENV SCRIPT python2.7 ../x.py test --target $TARGETS \
src/test/run-pass \
src/test/run-fail \
src/libstd \
src/liballoc \
src/libcore

0 comments on commit 60eb308

Please sign in to comment.