File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,12 +177,14 @@ rm tests/codegen-units/item-collection/opaque-return-impls.rs # extra mono item.
177177rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
178178rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
179179rm -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# ======================
183184rm tests/ui/process/nofile-limit.rs # FIXME some AArch64 linking issue
184185rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
185186rm -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
187189rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # really slow with unoptimized libstd
188190rm tests/ui/process/process-panic-after-fork.rs # same
You can’t perform that action at this time.
0 commit comments