llvm-project/compiler-rt/test
Blue Gaston 8b574a1e51 [Darwin][UBSan][Sanitizer] abort_on_error ubsan test fix for arm64
The current darwin abort_on_error test specifically tests for a division
by zero undefined behavior. However arm does not trap by default for this
behavior. x86 signals the abort, which is why the test passes on x86.
This patch updates the test to test for a case where the ubsan runtime
specifically calls Die() to trigger an abort by default.

rdar://92108564

Differential Revision: https://reviews.llvm.org/D124480
2022-04-27 12:23:03 -07:00
..
asan [test] Don't rely on default of detect_stack_use_after_return 2022-04-22 23:28:27 -07:00
BlocksRuntime
builtins Speculatively fix build bots 2022-04-20 12:02:16 -04:00
cfi
crt
dfsan [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
fuzzer [msan] Set poison_in_dtor=1 by default 2022-04-15 14:40:23 -07:00
gwp_asan
hwasan Speculatively fix build bot 2022-04-20 12:32:57 -04:00
interception
lsan
memprof
msan [msan] Set poison_in_dtor=1 by default 2022-04-15 14:40:23 -07:00
orc
profile [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [Darwin][UBSan][Sanitizer] abort_on_error ubsan test fix for arm64 2022-04-27 12:23:03 -07:00
scudo
shadowcallstack
tsan tsan: avoid false positives related to epoll 2022-04-27 16:59:46 +02:00
ubsan
ubsan_minimal
xray
.clang-format
.clang-tidy
CMakeLists.txt
lit.common.cfg.py [compiler-rt] Use ld64 flag -lto_library instead of DYLD_LIBRARY_PATH 2022-04-19 13:54:57 -04:00
lit.common.configured.in