diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-03 11:08:17 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-03 11:08:17 +0000 |
| commit | b7ed9ad22674de27c01f3a87120c66a835503af7 (patch) | |
| tree | 37d3e3d1a69e01ec229bf6850fbb080b6975a9eb | |
| parent | 39defb1c9caaa30aa4d3b55dfc35fa648258f3c4 (diff) | |
| download | rust-b7ed9ad22674de27c01f3a87120c66a835503af7.tar.gz rust-b7ed9ad22674de27c01f3a87120c66a835503af7.zip | |
Remove test exclusion for fixed rustc test
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index fcfbaf053de..046390d458d 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -141,7 +141,6 @@ rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation war rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annotation rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables -rm -r tests/run-make/libtest-thread-limit # doesn't work with -Zpanic-abort-tests, missing needs-unwind annotation rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd |
