about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-22 11:37:25 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-22 11:37:25 +0000
commite935766d577c930742946352457f96c7f9d4c7fd (patch)
treeb990259dd5d2fe8e25413f69388c090112bd8184 /scripts
parent3847a018d5d61526e9405c2bbda23d1c8a56e6ba (diff)
downloadrust-e935766d577c930742946352457f96c7f9d4c7fd.tar.gz
rust-e935766d577c930742946352457f96c7f9d4c7fd.zip
Ignore a rustc test that needs LTO support
Diffstat (limited to 'scripts')
-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 a299b6de6b1..9512a80a98b 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -79,6 +79,7 @@ rm -r tests/run-make/codegen-options-parsing
 rm -r tests/run-make/lto-*
 rm -r tests/run-make/reproducible-build-2
 rm -r tests/run-make/issue-109934-lto-debuginfo
+rm -r tests/run-make/no-builtins-lto
 
 # optimization tests
 # ==================