We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d3b59 commit c7b4998Copy full SHA for c7b4998
scripts/setup_rust_fork.sh
@@ -41,6 +41,3 @@ popd
41
# Allow the testsuite to use llvm tools
42
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
43
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
@@ -77,7 +77,6 @@ rm -r tests/ui/instrument-coverage/
77
# missing f16/f128 support
78
rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
79
rm tests/ui/asm/aarch64/type-f16.rs
80
-rm tests/ui/consts/const-float-bits-conv.rs
81
82
# optimization tests
83
# ==================
0 commit comments