Skip to content

Commit

Permalink
ci: run the full run-make test suite
Browse files Browse the repository at this point in the history
Instead of filtering `run-make` tests whose test names contain the
`clang` substring.
  • Loading branch information
jieyouxu committed Oct 22, 2024
1 parent e641b6c commit 0ccc62a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ccc62a

Please sign in to comment.