Fix rustc test suite

This commit is contained in:
bjorn3 2024-09-15 16:59:35 +00:00
parent 61d3b59f58
commit c7b49987a6
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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
# ==================