File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 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-
137export RUSTFLAGS=" ${RUSTFLAGS} -D warnings -Z merge-functions=disabled -Z verify-llvm-ir"
148export HOST_RUSTFLAGS=" ${RUSTFLAGS} "
159export PROFILE=" ${PROFILE:= " --profile=release" } "
4438
4539echo " RUSTFLAGS=${RUSTFLAGS} "
4640echo " 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} "
5141echo " PROFILE=${PROFILE} "
5242
5343INTRINSIC_TEST=" --manifest-path=crates/intrinsic-test/Cargo.toml"
5444
5545# Test targets compiled with extra features.
5646case ${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* )
You can’t perform that action at this time.
0 commit comments