Skip to content

Commit c7b4998

Browse files
committed
Fix rustc test suite
1 parent 61d3b59 commit c7b4998

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/setup_rust_fork.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,3 @@ popd
4141
# Allow the testsuite to use llvm tools
4242
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
4343
export LLVM_BIN_DIR="$(rustc --print sysroot)/lib/rustlib/$host_triple/bin"
44-
45-
# local-rebuild should probably set this unconditionally
46-
export BOOTSTRAP_SKIP_TARGET_SANITY=1

scripts/test_rustc_tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ rm -r tests/ui/instrument-coverage/
7777
# missing f16/f128 support
7878
rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
7979
rm tests/ui/asm/aarch64/type-f16.rs
80-
rm tests/ui/consts/const-float-bits-conv.rs
8180

8281
# optimization tests
8382
# ==================

0 commit comments

Comments
 (0)