Skip to content

Commit 623611d

Browse files
committed
Sync from rust 1ed3cd7030718935a5c5e5c8f6581f36d8be179f
2 parents 3b311c3 + e2f00cb commit 623611d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
126126
# ============================================================
127127
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
128128
rm -r tests/run-make/strip # same
129-
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
129+
rm -r tests/run-make-cargo/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
130130
rm -r tests/run-make/translation # same
131131
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
132132
rm -r tests/run-make/const-trait-stable-toolchain # same
@@ -171,5 +171,5 @@ index 073116933bd..c3e4578204d 100644
171171
EOF
172172

173173
echo "[TEST] rustc test suite"
174-
./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental}
174+
./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,run-make-cargo,ui,incremental}
175175
popd

0 commit comments

Comments
 (0)