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 with clang 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:
Context
Only two CI jobs have
RUSTBUILD_FORCE_CLANG_BASED_TESTS 1set, which is a necessary condition for//@ needs-force-clang-based-testsrun-make tests to run. These tests (at the time when this issue was opened) pass a--test-args clangfilter to the run-make test suite, meaning only run-make tests withclangin their name will run. This is a footgun which meant that several//@ needs-force-clang-based-testsrun-make tests never ran in any CI jobs.Known test runners:
x86_64-gnu-debugrun-maketest suite inx86_64-gnu-debug#131917aarch64-gnu-debugaarch64-gnu-debugfrom the shackles of--test-args=clang#132646