Skip to content

Commit 7083439

Browse files
committed
Fix UI tests
1 parent 3fe5358 commit 7083439

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

failing-ui-tests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ tests/ui/lto/thin-lto-global-allocator.rs
6868
tests/ui/lto/msvc-imp-present.rs
6969
tests/ui/lto/lto-thin-rustc-loads-linker-plugin.rs
7070
tests/ui/lto/all-crates.rs
71+
tests/ui/async-await/deep-futures-are-freeze.rs
72+
tests/ui/closures/capture-unsized-by-ref.rs
73+
tests/ui/generator/resume-after-return.rs

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ function test_rustc() {
359359
git checkout tests/ui/macros/rfc-2011-nicer-assert-messages/auxiliary/common.rs
360360
git checkout tests/ui/imports/ambiguous-1.rs
361361
git checkout tests/ui/imports/ambiguous-4-extern.rs
362+
git checkout tests/ui/entry-point/auxiliary/bad_main_functions.rs
362363

363364
RUSTC_ARGS="$TEST_FLAGS -Csymbol-mangling-version=v0 -Zcodegen-backend="$(pwd)"/../target/"$CHANNEL"/librustc_codegen_gcc."$dylib_ext" --sysroot "$(pwd)"/../build_sysroot/sysroot"
364365

0 commit comments

Comments
 (0)