diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-04-28 15:15:40 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-04-28 15:25:25 +0000 |
| commit | 17403cd406057139cd12bd7d19b81bbd75a6c41b (patch) | |
| tree | f1df79a6808b5ed2f10b3fd3f10a0733b6d6d884 | |
| parent | fcf198b5391129ca7ff2b8f39bbf51a4ba2416e7 (diff) | |
| download | rust-17403cd406057139cd12bd7d19b81bbd75a6c41b.tar.gz rust-17403cd406057139cd12bd7d19b81bbd75a6c41b.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 575467185c8..f449f4b323c 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -83,6 +83,7 @@ rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations rm tests/ui/codegen/init-large-type.rs # same rm -r tests/run-make/fmt-write-bloat/ # tests an optimization rm tests/ui/statics/const_generics.rs # same +rm tests/ui/linking/executable-no-mangle-strip.rs # requires --gc-sections to work for statics # backend specific tests # ====================== @@ -119,7 +120,6 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same rm tests/ui/consts/issue-33537.rs # same rm tests/ui/consts/const-mut-refs-crate.rs # same rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift -rm tests/ui/abi/simd-abi-checks-avx.rs # attempts to declare function with two different signatures # doesn't work due to the way the rustc test suite is invoked. # should work when using ./x.py test the way it is intended |
