llvm-project/compiler-rt/lib/sanitizer_common/tests
Alexey Samsonov 337b0fcf9c [Sanitizer] Build sanitizer_common tests w/o RTTI. Move ThreadRegistry class members below methods.
llvm-svn: 177143
2013-03-15 07:08:52 +00:00
..
CMakeLists.txt [Sanitizer] Build sanitizer_common tests w/o RTTI. Move ThreadRegistry class members below methods. 2013-03-15 07:08:52 +00:00
lit.cfg [Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for sanitizer_common runtime (shared between ASan and TSan) 2012-09-11 10:50:32 +00:00
lit.site.cfg.in [Sanitizer] Add change missed in r173926 2013-01-30 13:19:15 +00:00
sanitizer_allocator_test.cc [sanitizer] use fewer size classes in the allocator to reduce the memory footprint. There is no all-size-fits-all constant here, but this change is positive or neutral on several large apps I've tested 2013-03-12 08:44:40 +00:00
sanitizer_allocator_testlib.cc asan: fix standalone malloc implementation 2013-01-15 12:57:02 +00:00
sanitizer_common_test.cc [Sanitizer] fix signed-unsigned mismatch in test and use correct order of EXPECT_EQ() args 2013-03-05 12:23:07 +00:00
sanitizer_flags_test.cc [Sanitizer] Allow runtime flags be separated by colon as well as space 2013-02-19 13:03:37 +00:00
sanitizer_libc_test.cc [sanitizer] Fix FileOps test on Android. 2013-02-19 15:01:05 +00:00
sanitizer_linux_test.cc [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests. Use -Werror=sign-compare when building them. 2013-03-14 15:15:35 +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 [Sanitizer] Implement BlockingMutex::CheckLocked() 2013-03-11 15:45:20 +00:00
sanitizer_printf_test.cc [Sanitizer] fix printf unittest on 32-bit arch 2012-11-02 14:28:17 +00:00
sanitizer_scanf_interceptor_test.cc [sanitizer] Tests for scanf parser in allowGnuMalloc=false mode. 2013-02-12 14:37:55 +00:00
sanitizer_stackdepot_test.cc tsan: reserve msb in stack depot id's (required for msan) 2012-09-17 03:14:15 +00:00
sanitizer_stacktrace_test.cc [Sanitizer] one more fix for signed/unsigned mismatch in comparison 2013-02-25 14:06:38 +00:00
sanitizer_test_main.cc [Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for sanitizer_common runtime (shared between ASan and TSan) 2012-09-11 10:50:32 +00:00
sanitizer_test_utils.h [asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS definition with an #ifndef 2013-02-27 08:28:24 +00:00
sanitizer_thread_registry_test.cc [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests. Use -Werror=sign-compare when building them. 2013-03-14 15:15:35 +00:00
standalone_malloc_test.cc [asan] add more frames to standalone_malloc_test 2013-01-14 07:59:09 +00:00