File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ full-bootstrap = true
3535local-rebuild = true
3636
3737[rust]
38+ download-rustc = false
3839codegen-backends = ["cranelift"]
3940deny-warnings = false
4041verbose-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
4647EOF
4748popd
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't
5757rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5858rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
5959rm -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
6263rm -r tests/run-make/cdylib
You can’t perform that action at this time.
0 commit comments