Fix rustc test suite
This commit is contained in:
parent
61d3b59f58
commit
c7b49987a6
@ -41,6 +41,3 @@ popd
|
||||
# Allow the testsuite to use llvm tools
|
||||
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
|
||||
export LLVM_BIN_DIR="$(rustc --print sysroot)/lib/rustlib/$host_triple/bin"
|
||||
|
||||
# local-rebuild should probably set this unconditionally
|
||||
export BOOTSTRAP_SKIP_TARGET_SANITY=1
|
||||
|
@ -77,7 +77,6 @@ rm -r tests/ui/instrument-coverage/
|
||||
# missing f16/f128 support
|
||||
rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
|
||||
rm tests/ui/asm/aarch64/type-f16.rs
|
||||
rm tests/ui/consts/const-float-bits-conv.rs
|
||||
|
||||
# optimization tests
|
||||
# ==================
|
||||
|
Loading…
Reference in New Issue
Block a user