Open
Description
(Follow-up to #126180 and #126257.)
There are currently 5 tests that use the needs-force-clang-based-tests
header (formerly needs-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 the x86_64-gnu-debug
job, and only when running x --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