compiletest: consider rejecting conditional test execution directives being used together with unconditional test disabling directives #139970
Labels
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Originally posted by @jieyouxu in #139967 (comment)
Consider rejecting combination of
//@ ignore-*
), with//@ ignore-test
),Since the unconditional test ignore will "absorb" conditional ones. Probably do this after reworking directive handling.
The text was updated successfully, but these errors were encountered: