Skip to content

Commit 1723075

Browse files
committed
Fix rustc test suite
1 parent a177ed5 commit 1723075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
131131
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
132132
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
133133
rm -r tests/run-make/const-trait-stable-toolchain # same
134+
rm -r tests/run-make/incr-add-rust-src-component
134135

135136
# genuine bugs
136137
# ============
@@ -198,5 +199,5 @@ index e7ae773ffa1d3..04bc2d7787da7 100644
198199
EOF
199200

200201
echo "[TEST] rustc test suite"
201-
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,ui,incremental}
202+
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental}
202203
popd

0 commit comments

Comments
 (0)