Open
Description
Copying summary from jyn514's comment:
The header command ignore-test
is used in a bunch of different tests:
; rg ignore-test tests | wc -l
65
We should
- Categorize why the tests are ignored.
- In particular, a lot have "not a test" comments, so they can be moved to
auxiliary
folders to avoid compiletest trying to build them.
- In particular, a lot have "not a test" comments, so they can be moved to
- Decide how to fix them. A lot have more specific issues associated with them and those you can probably just ignore. The rest will be on a case-by-case basis; you can ask on Zulip if you get stuck. I think all ignored tests should either have an associated issue or be removed all together.
Metadata
Metadata
Assignees
Labels
Area: The compiletest test runnerArea: The testsuite used to check the correctness of rustcCategory: An issue proposing an enhancement or a PR with one.Call for participation: Hard difficulty. Experience needed to fix: A lot.This issue needs exploration and design to see how and if we can fix/implement itCall for participation: An issue involves lots of work and is better handled as many small tasks.Relevant to the compiler team, which will review and decide on the PR/issue.