Skip to content

Commit 20e7d31

Browse files
committed
Re-enable a couple of rustc tests
1 parent c73f662 commit 20e7d31

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/test_rustc_tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,7 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
165165
# bugs in the test suite
166166
# ======================
167167
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
168-
rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annotation
169-
rm tests/ui/lint/non-snake-case/lint-non-snake-case-crate.rs # same
170-
rm tests/ui/async-await/async-drop/async-drop-initial.rs # same (rust-lang/rust#140493)
171168
rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
172-
rm -r tests/run-make-cargo/rustdoc-scrape-examples-paths # FIXME(rust-lang/rust#145580) incr comp bug
173169
rm -r tests/incremental/extern_static/issue-49153.rs # assumes reference to undefined static gets optimized away
174170

175171
rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # really slow with unoptimized libstd

0 commit comments

Comments
 (0)