llvm-project/compiler-rt/lib/sanitizer_common/tests
Kostya Serebryany 0a31ed1417 [tsan] fix the tsan allocator to handle any alignment
llvm-svn: 164107
2012-09-18 06:00:59 +00:00
..
CMakeLists.txt [Sanitizer] test 64-bit allocator only on suitable targets 2012-09-11 12:19:18 +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_allocator64_test.cc [tsan] fix the tsan allocator to handle any alignment 2012-09-18 06:00:59 +00:00
sanitizer_allocator64_testlib.cc [Sanitizer] remove custom Die/CheckFailed from allocator testlib 2012-09-11 09:48:52 +00:00
sanitizer_allocator_test.cc [Sanitizer] define InternalScopedBuffer to replace large arrays on stack. It is defined analogous to similar class in tsan and should replace it. 2012-08-21 08:13:37 +00:00
sanitizer_common_test.cc [Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator 2012-07-16 11:27:17 +00:00
sanitizer_flags_test.cc [Sanitizer] Resolve fixme: break dependency of sanitizer_common tests on TSan RTL 2012-08-31 10:15:44 +00:00
sanitizer_list_test.cc [tsan] start using AllocatorCache in CombinedAllocator 2012-07-06 14:32:00 +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