-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Description
Related: #11490
We use two different words in our various testing tools to mean 'this test is broken': 'ignore' and 'xfail'. I would dearly like to standardize on a single one. My inclination is 'ignore' and we've already started moving in that direction, but I have one concern about this: as we expand our testing to more documentation 'ignore' could potentially mean many things, not just 'ignore this test', so tagging snippets with '~~~ignore' is potentially confusing.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc