llvm-project/compiler-rt/lib/asan/tests
Kuba Mracek 4edffbd28c [asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on macOS <=10.10)
This fixes https://llvm.org/bugs/show_bug.cgi?id=30285. On macOS 10.10 and lower, instrumented unit tests still need to be able to re-exec to make interceptors work.

Differential Revision: https://reviews.llvm.org/D24699

llvm-svn: 288224
2016-11-30 00:46:04 +00:00
..
CMakeLists.txt [asan/win] Fix incremental linking vs. global registration 2016-11-23 17:37:00 +00:00
asan_asm_test.cc [asan] Fix >80 chars line. 2015-09-04 21:19:48 +00:00
asan_benchmarks_test.cc
asan_exceptions_test.cc
asan_fake_stack_test.cc [ASan tests] Don't run FakeStack.CreateDestroy on Windows as it OOMs 2014-05-12 14:49:17 +00:00
asan_globals_test.cc [asan] run-time tests for adaptive redzones 2013-01-24 10:36:11 +00:00
asan_interface_test.cc [powerpc] Move #if to appease warnings-as-errors tests 2016-09-08 18:09:47 +00:00
asan_internal_interface_test.cc [asan] Fix OOB_char on arm 32bit 2016-08-23 02:58:12 +00:00
asan_mac_test.cc [ASan] Fix the links to bugs and wikipages. 2015-12-04 17:37:40 +00:00
asan_mac_test.h
asan_mac_test_helpers.mm [ASan] Fix GCD tests by spinning forever in the main thread. 2013-09-24 12:42:25 +00:00
asan_mem_test.cc [asan] remove UB (comparison of two unrelated pointers) from a test 2014-02-26 13:53:23 +00:00
asan_noinst_test.cc [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
asan_oob_test.cc [asan] fix a test following r209508 2014-05-23 11:52:38 +00:00
asan_racy_double_free_test.cc Reapply r201910. MSVC gets __func__ defined explicitly, even though it 2014-02-26 20:33:22 +00:00
asan_str_test.cc [asan] Add more dynamic CRT mode tests 2016-11-02 15:39:08 +00:00
asan_test.cc [tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN test 2016-11-17 18:41:54 +00:00
asan_test.ignore
asan_test_config.h [Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest.h conditional 2014-05-13 13:25:12 +00:00
asan_test_main.cc [asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on macOS <=10.10) 2016-11-30 00:46:04 +00:00
asan_test_utils.h [Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest.h conditional 2014-05-13 13:25:12 +00:00