about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-11-21 11:11:49 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-11-21 11:42:39 +0000
commit9d1de630fcbe8d78c4583589bda4670ba7c09dab (patch)
treed29ea140d2702c5057953c1f76a3e8e3ff143a88
parenta960aac0ba604136882cef9a01b00822b20f46de (diff)
downloadrust-9d1de630fcbe8d78c4583589bda4670ba7c09dab.tar.gz
rust-9d1de630fcbe8d78c4583589bda4670ba7c09dab.zip
Fix rustc test suite
-rw-r--r--scripts/setup_rust_fork.sh3
-rwxr-xr-xscripts/test_rustc_tests.sh1
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh
index 5b3f2a91207..54f6baff4fe 100644
--- a/scripts/setup_rust_fork.sh
+++ b/scripts/setup_rust_fork.sh
@@ -35,13 +35,14 @@ full-bootstrap = true
 local-rebuild = true
 
 [rust]
+download-rustc = false
 codegen-backends = ["cranelift"]
 deny-warnings = false
 verbose-tests = false
 # The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
 # disabled bootstrap will crash trying to copy llvm tools for the bootstrap
 # compiler.
-llvm_tools = false
+llvm-tools = false
 
 EOF
 popd
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index a820da286f5..1b4321b8e24 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -57,6 +57,7 @@ rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't
 rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
 rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
 rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
+rm tests/ui/simd-abi-checks.rs # vector types >128bits not yet supported
 
 # requires LTO
 rm -r tests/run-make/cdylib