Skip to content

Commit 0ccc62a

Browse files
committed
ci: run the full run-make test suite
Instead of filtering `run-make` tests whose test names contain the `clang` substring.
1 parent e641b6c commit 0ccc62a

File tree

1 file changed

+1
-3
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-debug

1 file changed

+1
-3
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ ENV RUST_CONFIGURE_ARGS \
4949
# (without necessarily testing the result).
5050
# - That the tests with `//@ needs-force-clang-based-tests` pass, since they
5151
# don't run by default unless RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.
52-
# - FIXME(https://github.com/rust-lang/rust/pull/126155#issuecomment-2156314273):
53-
# Currently we only run the subset of tests with "clang" in their name.
5452

5553
ENV SCRIPT \
5654
python3 ../x.py --stage 2 build && \
57-
python3 ../x.py --stage 2 test tests/run-make --test-args clang
55+
python3 ../x.py --stage 2 test tests/run-make

0 commit comments

Comments
 (0)