Skip to content

Commit 17403cd

Browse files
committed
Fix rustc test suite
1 parent fcf198b commit 17403cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_rustc_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations
8383
rm tests/ui/codegen/init-large-type.rs # same
8484
rm -r tests/run-make/fmt-write-bloat/ # tests an optimization
8585
rm tests/ui/statics/const_generics.rs # same
86+
rm tests/ui/linking/executable-no-mangle-strip.rs # requires --gc-sections to work for statics
8687

8788
# backend specific tests
8889
# ======================
@@ -119,7 +120,6 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same
119120
rm tests/ui/consts/issue-33537.rs # same
120121
rm tests/ui/consts/const-mut-refs-crate.rs # same
121122
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)