File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ rm -r tests/run-make/target-specs # i686 not supported by Cranelift
56
56
rm -r tests/run-make/mismatching-target-triples # same
57
57
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
58
58
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
59
60
60
61
# requires LTO
61
62
rm -r tests/run-make/cdylib
@@ -109,6 +110,7 @@ rm -r tests/run-make/symbols-include-type-name
109
110
rm -r tests/run-make/notify-all-emit-artifacts
110
111
rm -r tests/run-make/reset-codegen-1
111
112
rm -r tests/run-make/inline-always-many-cgu
113
+ rm -r tests/run-make/intrinsic-unreachable
112
114
113
115
# giving different but possibly correct results
114
116
# =============================================
You can’t perform that action at this time.
0 commit comments