Skip to content

Commit 7e4cafb

Browse files
committed
Fix rustc test suite
1 parent 36c126f commit 7e4cafb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ rm -r tests/run-make/mismatching-target-triples # same
5959
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
6060
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
6161
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
62+
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
6263

6364
# requires LTO
6465
rm -r tests/run-make/cdylib
@@ -75,6 +76,8 @@ rm -r tests/ui/instrument-coverage/
7576

7677
# missing f16/f128 support
7778
rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
79+
rm tests/ui/asm/aarch64/type-f16.rs
80+
rm tests/ui/consts/const-float-bits-conv.rs
7881

7982
# optimization tests
8083
# ==================
@@ -138,6 +141,7 @@ rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation war
138141
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
139142
rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annotation
140143
rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
144+
rm -r tests/run-make/libtest-thread-limit # doesn't work with -Zpanic-abort-tests, missing needs-unwind annotation
141145

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

0 commit comments

Comments
 (0)