Skip to content

Commit b86c5fa

Browse files
committed
skip some tests
1 parent 2314f3b commit b86c5fa

File tree

1 file changed

+1
-10
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1

1 file changed

+1
-10
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1/Dockerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,4 @@ ENV SCRIPT python2.7 ../x.py --stage 1 test --exclude src/tools/tidy && \
4141
# It will also detect tests lacking `// EMIT_MIR_FOR_EACH_BIT_WIDTH`,
4242
# despite having different output on 32-bit vs 64-bit targets.
4343
python2.7 ../x.py --stage 1 test src/test/mir-opt \
44-
--host='' --target=i686-unknown-linux-gnu && \
45-
# Run the UI test suite again, but in `--pass=check` mode
46-
#
47-
# This is intended to make sure that both `--pass=check` continues to
48-
# work.
49-
#
50-
python2.7 ../x.py --stage 1 test src/test/ui --pass=check \
51-
--host='' --target=i686-unknown-linux-gnu && \
52-
# Run tidy at the very end, after all the other tests.
53-
python2.7 ../x.py --stage 1 test src/tools/tidy
44+
--host='' --target=i686-unknown-linux-gnu

0 commit comments

Comments
 (0)