diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-15 16:59:35 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-15 16:59:35 +0000 |
| commit | c7b49987a6555329925a558ada72810bf9e35fbc (patch) | |
| tree | 4086fb4629a191d43909fe5a17273c687f85c12a /scripts | |
| parent | 61d3b59f580de974f15573ec9ba7d2347b8f2919 (diff) | |
| download | rust-c7b49987a6555329925a558ada72810bf9e35fbc.tar.gz rust-c7b49987a6555329925a558ada72810bf9e35fbc.zip | |
Fix rustc test suite
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 3 | ||||
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index ada0a8438b1..684a5d07293 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -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 diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 046390d458d..1ccc061aa9d 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -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 # ================== |
