about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-25 14:29:11 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-25 14:29:11 +0000
commit187decaf18a2ceb9d1e8e04bd273de807318526b (patch)
tree5ddb19aa9f8ac43e84bcb1cd061484e640d016d3
parent0231d65cec8e6e48a0e46f1e285901f743d05896 (diff)
downloadrust-187decaf18a2ceb9d1e8e04bd273de807318526b.tar.gz
rust-187decaf18a2ceb9d1e8e04bd273de807318526b.zip
Fix rustc test suite
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index b7808b6f4c3..d3d1477bdec 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -123,6 +123,7 @@ rm -r tests/run-make/issue-88756-default-output
 # should work when using ./x.py test the way it is intended
 # ============================================================
 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
 
 # genuine bugs
 # ============