about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-18 14:04:28 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-22 19:43:22 +0800
commit0ccc62a5dcbc38546791aed591fcc9314712574b (patch)
tree6dc844fcfe261c0eb94e8869bfe66c1a378f19a1
parente641b6c2bda63b22e9fc6d4a4e975fd02b5f79d7 (diff)
downloadrust-0ccc62a5dcbc38546791aed591fcc9314712574b.tar.gz
rust-0ccc62a5dcbc38546791aed591fcc9314712574b.zip
ci: run the full `run-make` test suite
Instead of filtering `run-make` tests whose test names contain the
`clang` substring.
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
index fa31801269a..292dbfd20a5 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
@@ -49,9 +49,7 @@ ENV RUST_CONFIGURE_ARGS \
 #   (without necessarily testing the result).
 # - That the tests with `//@ needs-force-clang-based-tests` pass, since they
 #   don't run by default unless RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.
-#   - FIXME(https://github.com/rust-lang/rust/pull/126155#issuecomment-2156314273):
-#     Currently we only run the subset of tests with "clang" in their name.
 
 ENV SCRIPT \
   python3 ../x.py --stage 2 build && \
-  python3 ../x.py --stage 2 test tests/run-make --test-args clang
+  python3 ../x.py --stage 2 test tests/run-make