Audit debug test runners to drop --test-args clang
filters on run-make tests
#132034
Labels
A-run-make
Area: port run-make Makefiles to rmake.rs
C-bug
Category: This is a bug.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Context
Only two CI jobs have
RUSTBUILD_FORCE_CLANG_BASED_TESTS 1
set, which is a necessary condition for//@ needs-force-clang-based-tests
run-make tests to run. These tests (at the time when this issue was opened) pass a--test-args clang
filter to the run-make test suite, meaning only run-make tests withclang
in their name will run. This is a footgun which meant that several//@ needs-force-clang-based-tests
run-make tests never ran in any CI jobs.Known test runners:
x86_64-gnu-debug
aarch64-gnu-debug
Implementation history
run-make
test suite inx86_64-gnu-debug
#131917The text was updated successfully, but these errors were encountered: