Skip to content

Commit 76dfce7

Browse files
committed
Fix rustc test suite
1 parent 5d7d251 commit 76dfce7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ rm tests/ui/abi/variadic-ffi.rs # requires callee side vararg support
4747
rm -r tests/run-make/c-link-to-rust-va-list-fn # requires callee side vararg support
4848
rm tests/ui/delegation/fn-header.rs
4949

50-
# unsized locals
51-
rm -r tests/run-pass-valgrind/unsized-locals
52-
5350
# misc unimplemented things
5451
rm tests/ui/target-feature/missing-plusminus.rs # error not implemented
5552
rm -r tests/run-make/repr128-dwarf # debuginfo test
@@ -183,5 +180,5 @@ index 9607ff02f96..b7d97caf9a2 100644
183180
EOF
184181

185182
echo "[TEST] rustc test suite"
186-
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,run-pass-valgrind,ui,incremental}
183+
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,ui,incremental}
187184
popd

0 commit comments

Comments
 (0)