Skip to content

Commit 60eb308

Browse files
committed
ci: Run fewer tests on asmjs
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.
1 parent 1c4b9c1 commit 60eb308

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ci/docker/asmjs/Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ ENV TARGETS=asmjs-unknown-emscripten
3131

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

34-
ENV SCRIPT python2.7 ../x.py test --target $TARGETS
34+
ENV SCRIPT python2.7 ../x.py test --target $TARGETS \
35+
src/test/run-pass \
36+
src/test/run-fail \
37+
src/libstd \
38+
src/liballoc \
39+
src/libcore

0 commit comments

Comments
 (0)