Skip to content

Commit 344e4ef

Browse files
committed
Fix rustc test suite
1 parent cf25d25 commit 344e4ef

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
@@ -56,6 +56,7 @@ rm -r tests/run-make/target-specs # i686 not supported by Cranelift
5656
rm -r tests/run-make/mismatching-target-triples # same
5757
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
5858
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
59+
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
5960

6061
# requires LTO
6162
rm -r tests/run-make/cdylib
@@ -109,6 +110,7 @@ rm -r tests/run-make/symbols-include-type-name
109110
rm -r tests/run-make/notify-all-emit-artifacts
110111
rm -r tests/run-make/reset-codegen-1
111112
rm -r tests/run-make/inline-always-many-cgu
113+
rm -r tests/run-make/intrinsic-unreachable
112114

113115
# giving different but possibly correct results
114116
# =============================================

0 commit comments

Comments
 (0)