Open
Description
Remark: useless/misleading
//@ run-pass
in a few aux files that are//@ ignore-test
(//@ ignore-auxiliary
)
Originally posted by @jieyouxu in #139967 (comment)
Consider rejecting combination of
- Conditional test execution directives (e.g.
//@ ignore-*
), with - Unconditional test execution directives (e.g.
//@ ignore-test
),
Since the unconditional test ignore will "absorb" conditional ones. Probably do this after reworking directive handling.
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.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the compiler team, which will review and decide on the PR/issue.