diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-28 17:48:02 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-28 17:56:08 +0000 |
| commit | 1e485f1bd482c7b742e2f8f07fa997f1867ad609 (patch) | |
| tree | 9c739d4c87bd148e10c71af8bc90767878222ec1 /scripts | |
| parent | a07fd93698ad79c43b8191a164d6c666755a126b (diff) | |
| download | rust-1e485f1bd482c7b742e2f8f07fa997f1867ad609.tar.gz rust-1e485f1bd482c7b742e2f8f07fa997f1867ad609.zip | |
Fix rustc tests
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 8580f4557e8..88c2950d8a2 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -44,6 +44,7 @@ rm tests/incremental/hashes/statics.rs # same rm tests/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs rm tests/ui/abi/variadic-ffi.rs # requires callee side vararg support rm -r tests/run-make/c-link-to-rust-va-list-fn # requires callee side vararg support +rm tests/ui/delegation/fn-header.rs # unsized locals 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 # bugs in the test suite # ====================== rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue +rm tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs # TODO some symbol not being found, but works fine when manually invoked rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd |
