Skip to content

Commit ae5f2c2

Browse files
committed
Fix rustc test suite
1 parent fb85ef7 commit ae5f2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't
5757
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5858
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
5959
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
60-
rm tests/ui/simd-abi-checks.rs # vector types >128bits not yet supported
6160

6261
# requires LTO
6362
rm -r tests/run-make/cdylib
@@ -120,6 +119,7 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same
120119
rm tests/ui/consts/issue-33537.rs # same
121120
rm tests/ui/consts/const-mut-refs-crate.rs # same
122121
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
122+
rm tests/ui/abi/simd-abi-checks-avx.rs # attempts to declare function with two different signatures
123123

124124
# doesn't work due to the way the rustc test suite is invoked.
125125
# should work when using ./x.py test the way it is intended

0 commit comments

Comments
 (0)