llvm-project/compiler-rt/lib/asan/tests
Alexey Samsonov a7c602ac29 A set of trivial changes to support sanitizers on FreeBSD.
Patch by Viktor Kutuzov!

llvm-svn: 202801
2014-03-04 08:55:41 +00:00
..
CMakeLists.txt [asan] simplify the code that compute the shadow offset; get rid of two internal flags that allowed to override it. The tests pass, but still this change might break asan on some platform not covered by tests. If you see this, please submit a fix with a test. 2014-02-24 13:40:24 +00:00
asan_asm_test.cc [asan] Disable asm instrumentation and tests on Mac. 2014-02-19 09:14:39 +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_fake_stack_test.cc [asan] if verbosity>=2, print the fake stack usage stats at thread exit; No functionality change in non-verboze mode 2013-12-11 13:54:01 +00:00
asan_globals_test.cc [asan] run-time tests for adaptive redzones 2013-01-24 10:36:11 +00:00
asan_interface_test.cc [ASan] Split ASan unit tests into two different binaries: 2013-09-16 15:50:53 +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 Intercept CFAllocator for each thread in the program. 2012-07-23 14:07:58 +00:00
asan_mac_test_helpers.mm [ASan] Fix GCD tests by spinning forever in the main thread. 2013-09-24 12:42:25 +00:00
asan_mem_test.cc [asan] remove UB (comparison of two unrelated pointers) from a test 2014-02-26 13:53:23 +00:00
asan_noinst_test.cc [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET. 2014-01-16 10:16:19 +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 Reapply r201910. MSVC gets __func__ defined explicitly, even though it 2014-02-26 20:33:22 +00:00
asan_str_test.cc [ASan] Fix compilation of asan_str_test.cc on non-Darwin. 2013-09-20 11:03:27 +00:00
asan_test.cc [asan] Disable asm instrumentation and tests on Mac. 2014-02-19 09:14:39 +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 A set of trivial changes to support sanitizers on FreeBSD. 2014-03-04 08:55:41 +00:00