about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-07-09 10:30:12 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-07-09 10:30:12 +0000
commit344e4ef7875c923fd435ef95306d436712af9d2d (patch)
tree3481524060a894850c7f70d8706ab5c59fd434e9
parentcf25d25de39c844f4d091f73b3cee581b4514102 (diff)
downloadrust-344e4ef7875c923fd435ef95306d436712af9d2d.tar.gz
rust-344e4ef7875c923fd435ef95306d436712af9d2d.zip
Fix rustc test suite
-rwxr-xr-xscripts/test_rustc_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index c1b7e4b0e07..9cd3f8e6cf5 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -56,6 +56,7 @@ rm -r tests/run-make/target-specs # i686 not supported by Cranelift
 rm -r tests/run-make/mismatching-target-triples # same
 rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
 rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
+rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
 
 # requires LTO
 rm -r tests/run-make/cdylib
@@ -109,6 +110,7 @@ rm -r tests/run-make/symbols-include-type-name
 rm -r tests/run-make/notify-all-emit-artifacts
 rm -r tests/run-make/reset-codegen-1
 rm -r tests/run-make/inline-always-many-cgu
+rm -r tests/run-make/intrinsic-unreachable
 
 # giving different but possibly correct results
 # =============================================