about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-10-10 16:32:42 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-10-10 16:32:42 +0000
commit76dfce7a6f8aaf421d32027f96ffb030a979bd79 (patch)
treee2652d32394530adf5665b7be4343ecca5202bff
parent5d7d2518b38721251eee477f62078ea70c303d69 (diff)
downloadrust-76dfce7a6f8aaf421d32027f96ffb030a979bd79.tar.gz
rust-76dfce7a6f8aaf421d32027f96ffb030a979bd79.zip
Fix rustc test suite
-rwxr-xr-xscripts/test_rustc_tests.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 7c38792a603..fbf4ce02234 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -47,9 +47,6 @@ 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
-
 # misc unimplemented things
 rm tests/ui/target-feature/missing-plusminus.rs # error not implemented
 rm -r tests/run-make/repr128-dwarf # debuginfo test
@@ -183,5 +180,5 @@ index 9607ff02f96..b7d97caf9a2 100644
 EOF
 
 echo "[TEST] rustc test suite"
-COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,run-pass-valgrind,ui,incremental}
+COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,ui,incremental}
 popd