hanchenye-llvm-project/compiler-rt/lib/msan/lit_tests
Evgeniy Stepanov 01781722b6 [sanitizer] Intercept backtrace, backtrace_symbols.
llvm-svn: 191516
2013-09-27 12:40:23 +00:00
..
Linux [sanitizer] A bunch of linux system call handlers. 2013-09-06 14:20:01 +00:00
SharedLibs [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). 2013-05-31 12:04:08 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 22:14:01 +00:00
scandir_test_root [sanitizer] Intercept scandir/scandir64. 2013-08-08 13:57:15 +00:00
CMakeLists.txt [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out 2013-06-10 09:09:40 +00:00
backtrace.cc [sanitizer] Intercept backtrace, backtrace_symbols. 2013-09-27 12:40:23 +00:00
c-strdup.c [msan] Intercept __strdup, strndup, __strndup. 2013-03-14 11:10:36 +00:00
cxa_atexit.cc [msan] Unpoison argument shadow for C++ module destructors. 2013-09-27 11:32:21 +00:00
default_blacklist.cc [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
dso-origin.cc [msan] Fix msan tests with pipefail option. 2013-07-31 09:14:55 +00:00
getaddrinfo-positive.cc [sanitizer] Improve getaddrinfo interceptor. 2013-05-28 14:34:37 +00:00
getaddrinfo.cc [msan] getaddrinfo & nested interceptor support. 2013-05-22 12:50:26 +00:00
heap-origin.cc [msan] Check return value of main: compiler-rt tests. 2013-09-16 13:25:26 +00:00
inline.cc [sanitizer] ASan/MSan tests for r187967. 2013-08-08 09:23:19 +00:00
ioctl.cc [sanitizer] ioctl interceptor. 2013-06-07 13:00:47 +00:00
ioctl_custom.cc [msan] Fix msan tests with pipefail option. 2013-07-31 09:14:55 +00:00
keep-going-dso.cc [msan] Add keep_going runtime flag. 2013-06-21 12:37:58 +00:00
keep-going.cc tsan/msan: add halt_on_error flag 2013-08-13 15:33:00 +00:00
lit.cfg ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. 2013-09-03 13:22:51 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 22:14:01 +00:00
malloc_hook.cc [msan] bool -> int to make msan_interface.h C-compatible. 2013-09-10 11:04:37 +00:00
no_sanitize_memory.cc
no_sanitize_memory_prop.cc [msan] Change report header to be more alike to ASan and TSan. 2013-05-28 14:27:30 +00:00
ptrace.cc [sanitizer] Intercept ptrace. 2013-06-28 11:02:43 +00:00
readdir64.cc [msan] Intercept readdir64. 2013-03-14 12:49:23 +00:00
scandir.cc [sanitizer] Intercept scandir/scandir64. 2013-08-08 13:57:15 +00:00
scandir_null.cc [sanitizer] Intercept scandir/scandir64. 2013-08-08 13:57:15 +00:00
select.cc [msan] Another regression test for r189786. 2013-09-03 10:08:14 +00:00
setlocale.cc [sanitizer] Intercept setlocale. 2013-07-02 09:23:45 +00:00
signal_stress_test.cc [msan] Save/restore va_arg_overflow_tls in signal handlers. 2013-08-27 14:08:15 +00:00
sigwait.cc [sanitizer] A bunch of libc interceptors. 2013-09-25 14:47:43 +00:00
sigwaitinfo.cc [sanitizer] A bunch of libc interceptors. 2013-09-25 14:47:43 +00:00
stack-origin.cc [msan] Check return value of main: compiler-rt tests. 2013-09-16 13:25:26 +00:00
sync_lock_set_and_test.cc [msan] Test for atomic handling in MSan. 2013-09-24 11:21:16 +00:00
tzset.cc [msan] Intercept tzset. 2013-09-13 11:27:38 +00:00
use-after-free.cc [msan] Fix origin of deallocated memory. 2013-09-16 11:03:31 +00:00