about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-09-03 11:08:17 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-09-03 11:08:17 +0000
commitb7ed9ad22674de27c01f3a87120c66a835503af7 (patch)
tree37d3e3d1a69e01ec229bf6850fbb080b6975a9eb
parent39defb1c9caaa30aa4d3b55dfc35fa648258f3c4 (diff)
downloadrust-b7ed9ad22674de27c01f3a87120c66a835503af7.tar.gz
rust-b7ed9ad22674de27c01f3a87120c66a835503af7.zip
Remove test exclusion for fixed rustc test
-rwxr-xr-xscripts/test_rustc_tests.sh1
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