Skip to content

Commit ee3f045

Browse files
authored
Update test script for sanitizers, reducing the list of covered tests to optimal coverage. (#380)
Update test script for sanitizers, reducing the list of covered tests to optimal coverage.
1 parent 1bc1902 commit ee3f045

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

arm-software/embedded/scripts/test_atfe_sanitizer.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ cd "${REPO_ROOT}"/build
2525
# only the --ignore-fail option is needed.
2626
# The picolibc tests do not use lit so do not support this option.
2727
export LIT_OPTS="--ignore-fail"
28-
ninja -j$PROCESSOR_COUNT check-llvm-toolchain check-cxxabi check-unwind check-package-llvm-toolchain
28+
ninja -j$PROCESSOR_COUNT check-all \
29+
check-compiler-rt-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
30+
check-picolibc-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
31+
check-cxx-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
32+
check-cxxabi-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
33+
check-unwind-armv7a_hard_vfpv3_d16_exn_rtti_unaligned \
34+
check-compiler-rt-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
35+
check-picolibc-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
36+
check-cxx-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
37+
check-cxxabi-armv7m_hard_fpv5_d16_exn_rtti_unaligned \
38+
check-unwind-armv7m_hard_fpv5_d16_exn_rtti_unaligned

0 commit comments

Comments
 (0)