-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed as duplicate of#128058
Closed as duplicate of#128058
Copy link
Labels
A-compiletestArea: The compiletest test runnerArea: The compiletest test runnerC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
For example, you can add normalize-stdout
to a rustdoc
test, and this will be accepted.
This is unexpected because compiletest will catch nonsense/typod directives, such as normalize-stdoutttttt
.
Ideally, if you use an incompatible directive, you will get a warning/error that tells you that it is incompatible, along with which test suites it is compatible with.
Metadata
Metadata
Assignees
Labels
A-compiletestArea: The compiletest test runnerArea: The compiletest test runnerC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)