Skip to content

Commit

Permalink
Fix rustc test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Sep 15, 2024
1 parent 61d3b59 commit c7b4998
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/setup_rust_fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion scripts/test_rustc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ==================
Expand Down

0 comments on commit c7b4998

Please sign in to comment.