hanchenye-llvm-project/compiler-rt/lib/asan/tests
Alexey Samsonov 91bb8e0e3a Generalize sanitizer allocator public interface.
Introduce new public header <sanitizer/allocator_interface.h> and a set
of functions __sanitizer_get_ownership(), __sanitizer_malloc_hook() etc.
that will eventually replace their tool-specific equivalents
(__asan_get_ownership(), __msan_get_ownership() etc.). Tool-specific
functions are now deprecated and implemented as stubs redirecting
to __sanitizer_ versions (which are implemented differently in each tool).

Replace all uses of __xsan_ versions with __sanitizer_ versions in unit
and lit tests.

llvm-svn: 212469
2014-07-07 17:39:31 +00:00
..
CMakeLists.txt [asan] Use -pthread instead of -lpthread in tests. 2014-06-05 12:22:37 +00:00
asan_asm_test.cc [asan] Remove runtime assembly helpers. 2014-07-07 13:59:12 +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_interface_test.cc Generalize sanitizer allocator public interface. 2014-07-07 17:39:31 +00:00
asan_mac_test.cc
asan_mac_test.h
asan_mac_test_helpers.mm
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 Generalize sanitizer allocator public interface. 2014-07-07 17:39:31 +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 tests] Use the proper attribute on RunStrChrTest helper functions to avoid "unused function" warnings 2014-05-12 14:31:57 +00:00
asan_test.cc Exclude Android from the tests for valloc/pvalloc. 2014-06-14 00:50:03 +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_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