Skip to content

Commit 9d6f824

Browse files
chore: removing unused definitions or commented functionality in
`ci/intrinsic-test.sh`
1 parent 0545cbe commit 9d6f824

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ci/intrinsic-test.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ set -ex
44

55
: "${TARGET?The TARGET environment variable must be set.}"
66

7-
# Tests are all super fast anyway, and they fault often enough on travis that
8-
# having only one thread increases debuggability to be worth it.
9-
#export RUST_BACKTRACE=full
10-
#export RUST_TEST_NOCAPTURE=1
11-
#export RUST_TEST_THREADS=1
12-
137
export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled -Z verify-llvm-ir"
148
export HOST_RUSTFLAGS="${RUSTFLAGS}"
159
export PROFILE="${PROFILE:="--profile=release"}"
@@ -44,21 +38,12 @@ esac
4438

4539
echo "RUSTFLAGS=${RUSTFLAGS}"
4640
echo "OBJDUMP=${OBJDUMP}"
47-
echo "STDARCH_DISABLE_ASSERT_INSTR=${STDARCH_DISABLE_ASSERT_INSTR}"
48-
echo "STDARCH_TEST_EVERYTHING=${STDARCH_TEST_EVERYTHING}"
49-
echo "STDARCH_TEST_SKIP_FEATURE=${STDARCH_TEST_SKIP_FEATURE}"
50-
echo "STDARCH_TEST_SKIP_FUNCTION=${STDARCH_TEST_SKIP_FUNCTION}"
5141
echo "PROFILE=${PROFILE}"
5242

5343
INTRINSIC_TEST="--manifest-path=crates/intrinsic-test/Cargo.toml"
5444

5545
# Test targets compiled with extra features.
5646
case ${TARGET} in
57-
58-
x86_64* | i686*)
59-
export STDARCH_DISABLE_ASSERT_INSTR=1
60-
;;
61-
6247
# Setup aarch64 & armv7 specific variables, the runner, along with some
6348
# tests to skip
6449
aarch64-unknown-linux-gnu*)

0 commit comments

Comments
 (0)