File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/intrinsic-test/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585# Arm specific
8686case " ${TARGET} " in
8787 aarch64-unknown-linux-gnu* |armv7-unknown-linux-gnueabihf* )
88- CPPFLAGS=" ${TEST_CPPFLAGS} " RUSTFLAGS=" ${HOST_RUSTFLAGS} " RUST_LOG=warn \
88+ CPPFLAGS=" ${TEST_CPPFLAGS} " RUSTFLAGS=" ${HOST_RUSTFLAGS} " RUST_LOG=info \
8989 cargo run " ${INTRINSIC_TEST} " " ${PROFILE} " \
9090 --bin intrinsic-test -- intrinsics_data/arm_intrinsics.json \
9191 --runner " ${TEST_RUNNER} " \
@@ -96,7 +96,7 @@ case "${TARGET}" in
9696 ;;
9797
9898 aarch64_be-unknown-linux-gnu* )
99- CPPFLAGS=" ${TEST_CPPFLAGS} " RUSTFLAGS=" ${HOST_RUSTFLAGS} " RUST_LOG=warn \
99+ CPPFLAGS=" ${TEST_CPPFLAGS} " RUSTFLAGS=" ${HOST_RUSTFLAGS} " RUST_LOG=info \
100100 cargo run " ${INTRINSIC_TEST} " " ${PROFILE} " \
101101 --bin intrinsic-test -- intrinsics_data/arm_intrinsics.json \
102102 --runner " ${TEST_RUNNER} " \
@@ -114,7 +114,7 @@ case "${TARGET}" in
114114 # Hence the use of `env -u`.
115115 env -u CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER \
116116 CPPFLAGS=" ${TEST_CPPFLAGS} " RUSTFLAGS=" ${HOST_RUSTFLAGS} " \
117- RUST_LOG=warn RUST_BACKTRACE=1 \
117+ RUST_LOG=trace RUST_BACKTRACE=1 \
118118 cargo run " ${INTRINSIC_TEST} " " ${PROFILE} " \
119119 --bin intrinsic-test -- intrinsics_data/x86-intel.xml \
120120 --runner " ${TEST_RUNNER} " \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fn run(test_environment: impl SupportedArchitectureTest) {
3434 if !test_environment. build_rust_file ( ) {
3535 std:: process:: exit ( 3 ) ;
3636 }
37- info ! ( "comaparing outputs" ) ;
37+ info ! ( "comparing outputs" ) ;
3838 if !test_environment. compare_outputs ( ) {
3939 std:: process:: exit ( 1 ) ;
4040 }
You can’t perform that action at this time.
0 commit comments