llvm-project/compiler-rt/test/sanitizer_common
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
..
android_commands
ios_commands [Darwin][Sanitizer] Lower Python requirement for iOS simulator testing 2022-01-07 17:37:29 -08:00
netbsd_commands
TestCases [Darwin][UBSan][Sanitizer] abort_on_error ubsan test fix for arm64 2022-04-27 12:23:03 -07:00
Unit [Darwin] Limit parallelism for sanitizer tests that use shadow memory on AS 2022-03-31 14:43:28 -07:00
CMakeLists.txt
lit.common.cfg.py Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON" 2022-02-26 15:32:49 +01:00
lit.site.cfg.py.in
print_address.h
sanitizer_ucontext.h