hanchenye-llvm-project/compiler-rt/lib/asan/output_tests
Alexey Samsonov a85b6b8154 [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asan_set_symbolize_callback interface function. Now the user doesn't have to recompile ASan runtime to provide its own symbolizer
llvm-svn: 162358
2012-08-22 13:31:37 +00:00
..
clone_test.cc AddressSanitizer: remove match_output.py, split expected output into OS-specific and OS-independent parts 2012-02-13 13:59:24 +00:00
deep_tail_call.cc AddressSanitizer: remove match_output.py, split expected output into OS-specific and OS-independent parts 2012-02-13 13:59:24 +00:00
default_options.cc Make __asan_default_options a weak function that returns a const char*. 2012-07-25 09:18:43 +00:00
dlclose-test-so.cc AddressSanitizer: fix llvm headers in output tests 2012-02-13 14:05:07 +00:00
dlclose-test.cc AddressSanitizer: fix llvm headers in output tests 2012-02-13 14:05:07 +00:00
global-overflow.cc AddressSanitizer: re-enable lint for output tests 2012-02-13 14:18:36 +00:00
heap-overflow.cc [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00
interception_failure_test-linux.cc asan/tsan: weak interceptors 2012-05-24 13:54:31 +00:00
interception_malloc_test-linux.cc asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx 2012-05-28 07:47:35 +00:00
interception_test-linux.cc asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx 2012-05-28 07:47:35 +00:00
large_func_test.cc [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00
memcmp_test.cc [asan] fix unwinding inside libc intercepors (asan issue #46) 2012-03-15 01:36:00 +00:00
null_deref.cc [ASan] share code executed at the beginning/end of printing error reports 2012-08-10 15:13:05 +00:00
shared-lib-test-so.cc AddressSanitizer: fix llvm headers in output tests 2012-02-13 14:05:07 +00:00
shared-lib-test.cc [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00
stack-overflow.cc AddressSanitizer: remove match_output.py, split expected output into OS-specific and OS-independent parts 2012-02-13 13:59:24 +00:00
stack-use-after-return.cc.disabled AddressSanitizer: remove match_output.py, split expected output into OS-specific and OS-independent parts 2012-02-13 13:59:24 +00:00
strncpy-overflow.cc [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00
test_output.sh [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asan_set_symbolize_callback interface function. Now the user doesn't have to recompile ASan runtime to provide its own symbolizer 2012-08-22 13:31:37 +00:00
use-after-free.c Check for filenames and numbers to detect possible problems with asan_symbolize.py on -fPIE binaries. 2012-08-15 14:00:09 +00:00
use-after-free.cc [ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. 2012-07-19 15:07:26 +00:00