Prevent should-fail to be used in rustdoc-ui testsuite - #162446
Conversation
|
Some changes occurred in src/tools/compiletest cc @jieyouxu
|
|
We really should rename |
This comment has been minimized.
This comment has been minimized.
8d6519e to
c03ff79
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
r? @Kobzol |
|
|
|
Should we rename it to |
|
Sounds like a discussion for another issue/PR. 😉 |
|
The goal looks reasonable, I'm not completely sure about the implementation though, as I'm not familiar with the directives much, so: r? jieyouxu |
Yeah, we can probably do that in a follow-up. IIRC |
There was a problem hiding this comment.
Thanks, this is fine. We can make renames etc. to should-fail in a follow-up.
@bors r+ rollup
…ail, r=jieyouxu Prevent `should-fail` to be used in `rustdoc-ui` testsuite Follow-up of rust-lang#162030 and discussion with @fmease. There is no reason to use `should-fail` for `rustdoc-ui` (or `rustdoc-html`) testsuite, so let's prevent it. r? @fmease
…uwer Rollup of 7 pull requests Successful merges: - #161413 (mir-transform: Remove `is_optimization_stage`) - #161430 (Re-export `core::fmt::NumBuffer` in `alloc` (and `std`)) - #162446 (Prevent `should-fail` to be used in `rustdoc-ui` testsuite) - #162621 (Clarify examples related to `Sync` and `SyncView`) - #162650 (Initialize mingw for all mingw targets) - #162651 (Remove needless test running instructions) - #162658 (Remove noras target docs mention)
Rollup merge of #162446 - GuillaumeGomez:rustdoc-ui-should-fail, r=jieyouxu Prevent `should-fail` to be used in `rustdoc-ui` testsuite Follow-up of #162030 and discussion with @fmease. There is no reason to use `should-fail` for `rustdoc-ui` (or `rustdoc-html`) testsuite, so let's prevent it. r? @fmease
Follow-up of #162030 and discussion with @fmease.
There is no reason to use
should-failforrustdoc-ui(orrustdoc-html) testsuite, so let's prevent it.r? @fmease