Skip to content

Commit dce947f

Browse files
committed
Fix rustc tests
1 parent a07fd93 commit dce947f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ rm tests/incremental/hashes/statics.rs # same
4444
rm tests/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs
4545
rm tests/ui/abi/variadic-ffi.rs # requires callee side vararg support
4646
rm -r tests/run-make/c-link-to-rust-va-list-fn # requires callee side vararg support
47+
rm tests/ui/delegation/fn-header.rs
4748

4849
# unsized locals
4950
rm -r tests/run-pass-valgrind/unsized-locals
@@ -120,6 +121,7 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
120121
# bugs in the test suite
121122
# ======================
122123
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
124+
rm tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs # TODO some symbol not being found, but works fine when manually invoked
123125

124126
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
125127

0 commit comments

Comments
 (0)