Move more rustdoc-html tests using --test into the right folder - #162014
Move more rustdoc-html tests using --test into the right folder#162014GuillaumeGomez wants to merge 6 commits into
rustdoc-html tests using --test into the right folder#162014Conversation
On it. ;)
|
bd5786a to
8374270
Compare
| @@ -1,5 +1,4 @@ | |||
| //@ check-pass | |||
| // compile-args: --cap-lints=warn -Fwarnings | |||
There was a problem hiding this comment.
Wait, this should be converted to //@ compile-flags like you did before. This test specifically intended to test the interaction between --cap-lints=warn and -Fwarnings as the paragraph states below.
Or did that lead to a failure? If so we might want to open a GH issue & investigate further.
There was a problem hiding this comment.
https://github.com/rust-lang/rust/pull/162014/changes#r3889950590
This has not been addressed yet.
There was a problem hiding this comment.
I was confused because the test was expecting WARN messages. But based on the test description, it shouldn't. So I removed the WARN annotations and uncommented the line.
There was a problem hiding this comment.
Accidental removal while trying to apply #162014 (comment) (there's still the corresp. *.stderr file)?.
There was a problem hiding this comment.
This has not been addressed yet.
There was a problem hiding this comment.
Arf indeed, fixed.
This comment has been minimized.
This comment has been minimized.
8374270 to
fba1d54
Compare
This comment has been minimized.
This comment has been minimized.
fba1d54 to
815bbce
Compare
This comment has been minimized.
This comment has been minimized.
815bbce to
614d9ea
Compare
|
@bors r=fmease rollup |
614d9ea to
fa9cd5b
Compare
|
Some changes occurred in src/tools/compiletest cc @jieyouxu |
|
This pull request was unapproved. |
|
This pull request was unapproved. This PR was contained in a rollup (#162139), which was unapproved. |
|
Arf, a test stdout was only generated on mac. Talk about bad luck. :') @bors try jobs=aarch64-apple-1 |
This comment has been minimized.
This comment has been minimized.
Move more `rustdoc-html` tests using `--test` into the right folder try-job: aarch64-apple-1
| @@ -1,5 +1,4 @@ | |||
| //@ check-pass | |||
| // compile-args: --cap-lints=warn -Fwarnings | |||
There was a problem hiding this comment.
https://github.com/rust-lang/rust/pull/162014/changes#r3889950590
This has not been addressed yet.
There was a problem hiding this comment.
This has not been addressed yet.
9cdca64 to
2de1645
Compare
There was a problem hiding this comment.
Thanks! Fingers crossed this finally makes it 🤞 @bors r+
|
@bors rollup=iffy |
…ease Move more `rustdoc-html` tests using `--test` into the right folder Follow-up of rust-lang#161944. I double-checked if more `rustdoc-html` tests were in the wrong folder and... yeah. So fixing that too. I'll send a patch to prevent that in the future (in `compiletest` I guess, doesn't seem like a `tidy` thing). Oh also second commit is me realizing that some ui tests were using `compile-args` (which doesn't exist anymore) and without `@`. Anyway, fixed that too. r? @fmease
…ease Move more `rustdoc-html` tests using `--test` into the right folder Follow-up of rust-lang#161944. I double-checked if more `rustdoc-html` tests were in the wrong folder and... yeah. So fixing that too. I'll send a patch to prevent that in the future (in `compiletest` I guess, doesn't seem like a `tidy` thing). Oh also second commit is me realizing that some ui tests were using `compile-args` (which doesn't exist anymore) and without `@`. Anyway, fixed that too. r? @fmease
|
💔 I suspect this PR failed tests as part of a rollup After fixing the problem, consider running a try job for the failed job before re-approving. Link to failure: #162206 (comment) |
|
This pull request was unapproved. This PR was contained in a rollup (#162206), which was unapproved. |
|
Probably needs a lot more aggressive backtrace normalization (do we have UI tests we can take as inspiration?) |
|
I can finally show my regex skills =D (please make this nightmare stop T_T) |
|
Oh, even simpler: |
|
@bors try jobs=x86_64-msvc-1 |
|
⌛ Trying commit c7a87d0 with merge 29c96bd… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/33676268084 |
Move more `rustdoc-html` tests using `--test` into the right folder try-job: x86_64-msvc-1
View all comments
Follow-up of #161944.
I double-checked if more
rustdoc-htmltests were in the wrong folder and... yeah. So fixing that too. I'll send a patch to prevent that in the future (incompiletestI guess, doesn't seem like atidything).Oh also second commit is me realizing that some ui tests were using
compile-args(which doesn't exist anymore) and without@. Anyway, fixed that too.r? @fmease