mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 05:33:41 +00:00
Fix rustc test suite
This commit is contained in:
parent
a960aac0ba
commit
9d1de630fc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user