Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9d1de63

Browse files
committed
Fix rustc test suite
1 parent a960aac commit 9d1de63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/setup_rust_fork.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ full-bootstrap = true
3535
local-rebuild = true
3636
3737
[rust]
38+
download-rustc = false
3839
codegen-backends = ["cranelift"]
3940
deny-warnings = false
4041
verbose-tests = false
4142
# The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
4243
# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
4344
# compiler.
44-
llvm_tools = false
45+
llvm-tools = false
4546
4647
EOF
4748
popd

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't
5757
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5858
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
5959
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
60+
rm tests/ui/simd-abi-checks.rs # vector types >128bits not yet supported
6061

6162
# requires LTO
6263
rm -r tests/run-make/cdylib

0 commit comments

Comments
 (0)