Several tests with //@ needs-force-clang-based-tests
don't seem to run anywhere
#126375
Labels
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
(Follow-up to #126180 and #126257.)
There are currently 5 tests that use the
needs-force-clang-based-tests
header (formerlyneeds-matching-clang
):tests/run-make/cross-lang-lto-clang/Makefile
(this one does actually run)tests/run-make/cross-lang-lto-pgo-smoketest/Makefile
tests/run-make/cross-lang-lto-riscv-abi/rmake.rs
tests/run-make/issue-84395-lto-embed-bitcode/Makefile
tests/run-make/wasm-override-linker/Makefile
Tests with this header only run when
RUSTBUILD_FORCE_CLANG_BASED_TESTS
is set. That environment variable is only set in thex86_64-gnu-debug
job, and only when runningx --stage 2 test tests/run-make --test-args clang
. So in practice, 4/5 of the above tests don't appear to ever run in any CI job.@rustbot label +A-testsuite
The text was updated successfully, but these errors were encountered: