diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-28 16:30:39 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-28 16:30:39 +0000 |
| commit | 1723075affe96ed8e230def9508f4dce0e68f844 (patch) | |
| tree | 2972294d17d0e596ea628a9df984e0955905c017 | |
| parent | a177ed55a73508da2425aeaf43257db2baef40c0 (diff) | |
| download | rust-1723075affe96ed8e230def9508f4dce0e68f844.tar.gz rust-1723075affe96ed8e230def9508f4dce0e68f844.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 84072a00bd9..4bac3ac495a 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -131,6 +131,7 @@ rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features rm -r tests/run-make/const-trait-stable-toolchain # same +rm -r tests/run-make/incr-add-rust-src-component # genuine bugs # ============ @@ -198,5 +199,5 @@ index e7ae773ffa1d3..04bc2d7787da7 100644 EOF echo "[TEST] rustc test suite" -COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,ui,incremental} +COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental} popd |
