llvm-project/compiler-rt/lib/sanitizer_common/tests
Alexey Samsonov 163ab9d0a5 CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function
llvm-svn: 172826
2013-01-18 16:05:21 +00:00
..
CMakeLists.txt CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function 2013-01-18 16:05:21 +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 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_allocator_test.cc Move large part of asan_test_utils.h to sanitizer_common. 2013-01-14 15:12:26 +00:00
sanitizer_allocator_testlib.cc asan: fix standalone malloc implementation 2013-01-15 12:57:02 +00:00
sanitizer_common_test.cc tsan: fix tests to consistently use internal functions (otherwise it leads to false positives) 2012-12-25 09:20:58 +00:00
sanitizer_flags_test.cc tsan: fix tests to consistently use internal functions (otherwise it leads to false positives) 2012-12-25 09:20:58 +00:00
sanitizer_libc_test.cc [asan] implement more strict checking for memset/etc parameters. Instead of checking the first and the last byte, we check the entire shadow region. This costs ~10 slowdown for the instrumented functions. Motivated by a nasty memset-buffer-overflow-by-140-bytes in chrome which was reported as a use-after-free or not at all 2012-12-28 15:24:16 +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 asan: add missing file 2013-01-14 07:52:01 +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] lint 2013-01-18 13:12:56 +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_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 Move large part of asan_test_utils.h to sanitizer_common. 2013-01-14 15:12:26 +00:00
standalone_malloc_test.cc [asan] add more frames to standalone_malloc_test 2013-01-14 07:59:09 +00:00