llvm-project/compiler-rt/lib/asan/tests
Kostya Serebryany 181f504d82 [asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always true causing redzone and quarantine sizes to be smaller than it was some time before (and out of sync with the documentation). Also make one test less greedy
llvm-svn: 171052
2012-12-25 07:17:17 +00:00
..
CMakeLists.txt [Sanitizer] CMake build rules for unittests: depend on headers when compiling a file with custom clang. 2012-12-21 14:04:52 +00:00
asan_benchmarks_test.cc [ASan] Fix unit test headers. Add an option to change substitute asan_test_config.h file 2012-09-28 12:24:23 +00:00
asan_exceptions_test.cc [asan]: test a pure C file with -faddress-sanitizer; lint fixes 2011-12-05 20:44:30 +00:00
asan_globals_test.cc [ASan] cleanup: fix headers and lint warnings 2012-09-19 07:07:46 +00:00
asan_mac_test.h Intercept CFAllocator for each thread in the program. 2012-07-23 14:07:58 +00:00
asan_mac_test.mm Clean up some warnings that become errors. Seen in Xcode. 2012-12-21 05:17:13 +00:00
asan_noinst_test.cc [asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always true causing redzone and quarantine sizes to be smaller than it was some time before (and out of sync with the documentation). Also make one test less greedy 2012-12-25 07:17:17 +00:00
asan_racy_double_free_test.cc [asan] fix lint 2012-03-28 21:03:34 +00:00
asan_test.cc [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds malloc/delete, new/free, new/delete[], etc mismatches 2012-12-21 08:53:59 +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] in asan tests, check all return values of pthread_create/pthread_join. Also add the ASAN_AVOID_EXPENSIVE_TESTS macro to guard the test that creates too many threads 2012-12-03 09:43:56 +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: add new interface functions - __asan_(un)poison_stack_memory. Calls to these functions are inserted by the instrumentation pass in use-after-scope mode 2012-12-04 01:38:15 +00:00