Skip to content

Commit 84632b1

Browse files
committed
Fix rustc test suite
1 parent bcdbc4c commit 84632b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,14 @@ rm tests/codegen-units/item-collection/opaque-return-impls.rs # extra mono item.
177177
rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
178178
rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
179179
rm -r tests/run-make/staticlib-hide-internal-symbols # -Zstaticlib-hide-internal-symbols seems to be broken
180+
rm -r tests/run-make/staticlib-rename-internal-symbols # needs files from staticlib-hide-internal-symbols
180181

181182
# bugs in the test suite
182183
# ======================
183184
rm tests/ui/process/nofile-limit.rs # FIXME some AArch64 linking issue
184185
rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
185186
rm -r tests/incremental/extern_static/issue-49153.rs # assumes reference to undefined static gets optimized away
187+
rm tests/ui/std/linux-getrandom-fallback.rs # missing needs-unwind
186188

187189
rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # really slow with unoptimized libstd
188190
rm tests/ui/process/process-panic-after-fork.rs # same

0 commit comments

Comments
 (0)