diff options
| author | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-20 20:56:28 +0000 |
|---|---|---|
| committer | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-20 20:56:28 +0000 |
| commit | b86c5fa14abcc0a211a24d308693aecc20338575 (patch) | |
| tree | 5b518234cf437f39185f9862a3900867e7944804 | |
| parent | 2314f3b8751b61ce5a00a2b49cfde461b3d7cfe5 (diff) | |
| download | rust-b86c5fa14abcc0a211a24d308693aecc20338575.tar.gz rust-b86c5fa14abcc0a211a24d308693aecc20338575.zip | |
skip some tests
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1/Dockerfile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1/Dockerfile index dd2aa56db44..c2f3a16d273 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1/Dockerfile +++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1/Dockerfile @@ -41,13 +41,4 @@ ENV SCRIPT python2.7 ../x.py --stage 1 test --exclude src/tools/tidy && \ # It will also detect tests lacking `// EMIT_MIR_FOR_EACH_BIT_WIDTH`, # despite having different output on 32-bit vs 64-bit targets. python2.7 ../x.py --stage 1 test src/test/mir-opt \ - --host='' --target=i686-unknown-linux-gnu && \ - # Run the UI test suite again, but in `--pass=check` mode - # - # This is intended to make sure that both `--pass=check` continues to - # work. - # - python2.7 ../x.py --stage 1 test src/test/ui --pass=check \ - --host='' --target=i686-unknown-linux-gnu && \ - # Run tidy at the very end, after all the other tests. - python2.7 ../x.py --stage 1 test src/tools/tidy + --host='' --target=i686-unknown-linux-gnu \ No newline at end of file |
