diff options
| author | bors <bors@rust-lang.org> | 2022-09-01 13:21:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-01 13:21:03 +0000 |
| commit | fb888117da6cb3bdae352bafbdb2dc8e2b78a271 (patch) | |
| tree | fa526759a731881c0b3a1f5765271b9bc9344299 /src/test | |
| parent | 4f9898a7947059433d08357cdaaba84c4705873d (diff) | |
| parent | b96cde7cba8927ee75de2ad888c4089d99837e41 (diff) | |
| download | rust-fb888117da6cb3bdae352bafbdb2dc8e2b78a271.tar.gz rust-fb888117da6cb3bdae352bafbdb2dc8e2b78a271.zip | |
Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum
ci: Upgrade non-dist Linux testers from ubuntu:16.04 to 22.04 The main goal of updating to 22.04 is to get away from `llvm.allow-old-toolchain`. A side benefit is that they can also use the system `cmake` instead of building one.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-gui/type-declation-overflow.goml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc-gui/type-declation-overflow.goml b/src/test/rustdoc-gui/type-declation-overflow.goml index 22212a31728..85e03c45e70 100644 --- a/src/test/rustdoc-gui/type-declation-overflow.goml +++ b/src/test/rustdoc-gui/type-declation-overflow.goml @@ -32,6 +32,6 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"}) size: (600, 600) goto: file://|DOC_PATH|/lib2/too_long/struct.SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName.html // It shouldn't have an overflow in the topbar either. -assert-property: (".mobile-topbar .location", {"scrollWidth": "492"}) -assert-property: (".mobile-topbar .location", {"clientWidth": "492"}) +assert-property: (".mobile-topbar .location", {"scrollWidth": "502"}) +assert-property: (".mobile-topbar .location", {"clientWidth": "502"}) assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"}) |
