Allow tests to be ignored conditionally #1049
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Right now we can ignore a test like
But to ignore it only on windows you've got to do
We should just be able to do this
Where the thing insider
ignore()
is just matched against all configuration items in the compilation environmentThe text was updated successfully, but these errors were encountered: