llvm-project/compiler-rt/lib/asan/tests
Alexey Samsonov 79d79da0e1 [ASan] Fix leaks in ASan tests found by LSan
llvm-svn: 186577
2013-07-18 12:59:52 +00:00
..
CMakeLists.txt [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_MEMORY macro in tests, slightly reduce test memory usage (all to make 32-bit runs consume less RAM) 2013-03-14 13:16:09 +00:00
asan_benchmarks_test.cc
asan_exceptions_test.cc
asan_globals_test.cc [asan] run-time tests for adaptive redzones 2013-01-24 10:36:11 +00:00
asan_mac_test.cc [ASan] Move Mac-specific tests to asan_mac_test.cc 2013-01-21 14:49:55 +00:00
asan_mac_test.h
asan_mac_test_helpers.mm [ASan] Move Mac-specific tests to asan_mac_test.cc 2013-01-21 14:49:55 +00:00
asan_mem_test.cc [asan] fix the output for range accesses (memset, etc); improve the tests; more strict checking in memcmp 2013-02-26 07:25:18 +00:00
asan_noinst_test.cc [asan] fix the bug with memalign and malloc_usable_size (http://code.google.com/p/address-sanitizer/issues/detail?id=193); also fix lint 2013-06-10 10:46:27 +00:00
asan_oob_test.cc [asan] nuke the old unused allocator code 2013-04-04 11:32:49 +00:00
asan_racy_double_free_test.cc
asan_str_test.cc [asan] split asan_test.cc even more 2013-01-22 07:01:47 +00:00
asan_test.cc [ASan] Fix leaks in ASan tests found by LSan 2013-07-18 12:59:52 +00:00
asan_test.ignore [ASan] add comment to blacklist file to test behavior introduced in r166283 2012-10-19 15:26:48 +00:00
asan_test_config.h [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_MEMORY macro in tests, slightly reduce test memory usage (all to make 32-bit runs consume less RAM) 2013-03-14 13:16:09 +00:00
asan_test_main.cc [ASan] unit tests: Move main() to a separate file. Fix lint 2012-10-17 14:04:57 +00:00
asan_test_utils.h [asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt 2013-02-14 08:12:26 +00:00