run-make tests should have a way to ignore targets #56704
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Uh oh!
There was an error while loading. Please reload this page.
Currently, run-make targets that only run on particular targets do so by using the preprocessor:
rust/src/test/run-make-fulldeps/windows-spawn/Makefile
Lines 3 to 14 in b7c6e8f
This hurts readability and causes the tests to show up as "passed" on platforms where they aren't run. It would be nice if these tests could write a comment such as
# ignore-windows
or# only-windows
and have the tests show up as ignored, like UI tests.The text was updated successfully, but these errors were encountered: