Skip to content

Commit 66d2f6b

Browse files
committed
Fix rustc test suite
1 parent e17184b commit 66d2f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ rm tests/ui/asm/aarch64/type-f16.rs
7676
rm tests/ui/float/conv-bits-runtime-const.rs
7777
rm tests/ui/consts/const-eval/float_methods.rs
7878
rm tests/ui/match/match-float.rs
79+
rm tests/ui/float/target-has-reliable-nightly-float.rs
7980

8081
# optimization tests
8182
# ==================
@@ -144,6 +145,7 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
144145
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
145146
rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annotation
146147
rm tests/ui/lint/non-snake-case/lint-non-snake-case-crate.rs # same
148+
rm tests/ui/async-await/async-drop/async-drop-initial.rs # same (rust-lang/rust#140493)
147149
rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
148150

149151
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd

0 commit comments

Comments
 (0)