llvm-project/compiler-rt/lib/sanitizer_common/tests
Peter Collingbourne 50cb32e614 Introduce an operator new for LowLevelAllocator, and convert most users to it.
llvm-svn: 193308
2013-10-24 06:23:39 +00:00
..
CMakeLists.txt [sanitizer] Define kPthreadDestructorIterations on POSIX systems. 2013-10-11 14:19:14 +00:00
lit.site.cfg.in [Sanitizer] Use generic configs for running sanitizer_common unit tests 2013-09-08 13:52:07 +00:00
sanitizer_allocator_test.cc [asan] Fix a deadlock between asan's allocator and lsan 2013-10-17 11:18:11 +00:00
sanitizer_allocator_testlib.cc asan: fix standalone malloc implementation 2013-01-15 12:57:02 +00:00
sanitizer_atomic_test.cc [Sanitizer] Disable atomic_test on Android, where it crashes Clang. 2013-03-26 08:55:38 +00:00
sanitizer_common_test.cc Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers 2013-10-04 08:55:03 +00:00
sanitizer_flags_test.cc Fix unmatching ASan runtime flag for init-order checking exposed by r178158. Add a test for r178158. 2013-03-28 09:11:20 +00:00
sanitizer_ioctl_test.cc Fix unused function warning w/o changing compiler flags. 2013-06-20 09:45:36 +00:00
sanitizer_libc_test.cc Add internal_strchrnul function 2013-09-03 13:09:28 +00:00
sanitizer_linux_test.cc [sanitizer] Define kPthreadDestructorIterations on POSIX systems. 2013-10-11 14:19:14 +00:00
sanitizer_list_test.cc Remove thread-locals from sanitizer_common tests. 2013-01-14 14:06:58 +00:00
sanitizer_mutex_test.cc Delete unused variables. 2013-09-10 03:27:07 +00:00
sanitizer_nolibc_test.cc [nolibc] Add a test case for Linux/x86_64. 2013-05-28 12:37:34 +00:00
sanitizer_nolibc_test_main.cc [nolibc] Now that we have a custom allocator, remove dummy allocator 2013-05-29 10:52:59 +00:00
sanitizer_posix_test.cc [sanitizer] Define kPthreadDestructorIterations on POSIX systems. 2013-10-11 14:19:14 +00:00
sanitizer_printf_test.cc [sanitizer] Support padding with spaces in Printf. 2013-06-27 15:30:44 +00:00
sanitizer_procmaps_test.cc tsan: allow to obtain code range for a particular module 2013-09-21 21:41:08 +00:00
sanitizer_scanf_interceptor_test.cc [sanitizer] Fix handling of %n in scanf interceptor. 2013-08-09 12:58:35 +00:00
sanitizer_stackdepot_test.cc [sanitizer] Add a fast version of StackDepotGet() for use in LSan. 2013-08-26 13:24:43 +00:00
sanitizer_stacktrace_test.cc [Sanitizer] Remove StackTrace::max_depth field 2013-10-12 12:40:47 +00:00
sanitizer_stoptheworld_test.cc [sanitizer_common] Add internal_clone(). 2013-09-02 11:36:19 +00:00
sanitizer_stoptheworld_testlib.cc [sanitizer] Minor fixes in sanitizer_common tests. 2013-05-14 13:19:33 +00:00
sanitizer_suppressions_test.cc tsan: ignore interceptors coming from specified libraries 2013-10-03 13:37:17 +00:00
sanitizer_test_main.cc [nolibc] Add a test case for Linux/x86_64. 2013-05-28 12:37:34 +00:00
sanitizer_test_utils.h Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_SANITIZE_ADDRESS 2013-09-06 11:07:33 +00:00
sanitizer_thread_registry_test.cc Introduce an operator new for LowLevelAllocator, and convert most users to it. 2013-10-24 06:23:39 +00:00
standalone_malloc_test.cc [asan] add more frames to standalone_malloc_test 2013-01-14 07:59:09 +00:00