Simplify rustdoc-gui tester by calling directly browser-ui-test#146200
Simplify rustdoc-gui tester by calling directly browser-ui-test#146200bors merged 2 commits intorust-lang:masterfrom
Conversation
|
|
This comment has been minimized.
This comment has been minimized.
42f6449 to
d183b7e
Compare
|
now that besides that, it looks good, it seems the only thing i when testing this PR locally (to see what the new progress reporting looked like), i did encounter an issue with a spurious test failure, although that went away after @rustbot author |
d183b7e to
1334066
Compare
|
|
|
Good catch, thanks! For caching issues, you mean that crates were not rebuilt or something else? |
|
@rustbot ready |
it seemed like the in any case, it's definitely unrelated to this change. @bors r+ |
|
@bors rollup |
Rollup of 11 pull requests Successful merges: - #138944 (Add `__isPlatformVersionAtLeast` and `__isOSVersionAtLeast` symbols) - #139113 (unstable book: in a sanitizer example, check the code) - #145735 (style-guide: Document absence of trailing whitespace) - #146041 (tidy: --bless now makes escheck run with --fix) - #146144 (compiler: Apply target features to the entry function) - #146225 (Simplify `{f16, f32, f64, f128}::midpoint()`) - #146234 (change file-is-generated doc comment to inner) - #146241 (rustc_infer: change top-level doc comment to inner) - #146242 (Ensure that `--html-after-content` option is used to check `scrape_examples_ice` rustdoc GUI test) - #146243 (remove couple of redundant clones) - #146250 (Bump stage0 rustfmt) Failed merges: - #146200 (Simplify rustdoc-gui tester by calling directly browser-ui-test) r? `@ghost` `@rustbot` modify labels: rollup
|
merge conflict @bors r- |
|
☔ The latest upstream changes (presumably #146255) made this pull request unmergeable. Please resolve the merge conflicts. |
1334066 to
b0a8e3c
Compare
|
This PR was rebased onto a different master 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. |
|
Fixed merge conflicts. |
|
@bors r=lolbinarycat |
Rollup of 4 pull requests Successful merges: - #146200 (Simplify rustdoc-gui tester by calling directly browser-ui-test) - #146236 (gpu offload: change suspicious map into filter) - #146240 (DynamicConfig: use canonical clone impl) - #146251 (rustc_middle: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #146200 - GuillaumeGomez:simplify-rustdoc-gui-tests, r=lolbinarycat Simplify rustdoc-gui tester by calling directly browser-ui-test The output and handling of `browser-ui-test` is now mostly the same as we did manually, so no need to keep our wrapper anymore. Lot of code removed! \o/ r? `@lolbinarycat`
The output and handling of
browser-ui-testis now mostly the same as we did manually, so no need to keep our wrapper anymore. Lot of code removed! \o/r? @lolbinarycat