llvm-project/compiler-rt/lib/msan/lit_tests
Kostya Serebryany e402b431c0 [msan] add __libc_memalign interceptor; add a regression test for the existing bug with dtls support in msan
llvm-svn: 199980
2014-01-24 09:14:11 +00:00
..
Linux tsan: support synchronization by means of linux aio 2013-11-27 09:10:47 +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
wrap_indirect_calls [msan] A test for r194697. 2013-11-14 12:31:18 +00:00
CMakeLists.txt Run TSan/MSan lit tests only on 64-bit platforms 2013-12-05 12:53:36 +00:00
allocator_returns_null.cc [msan] Implement allocator_may_return_null=1 in MemorySanitizer. 2013-10-15 11:33:48 +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
dlerror.cc [msan] Intercept dlerror. 2013-10-31 16:58:44 +00:00
dso-origin.cc [msan] Fix msan tests with pipefail option. 2013-07-31 09:14:55 +00:00
dtls_test.c [msan] add __libc_memalign interceptor; add a regression test for the existing bug with dtls support in msan 2014-01-24 09:14:11 +00:00
errno.cc [msan] Unpoison errno in common interceptors. 2013-10-24 13:20:34 +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
getline.cc [sanitizer] Intercept getline, getdelim. 2013-10-31 01:17:41 +00:00
getline_test_data [sanitizer] Intercept getline, getdelim. 2013-10-31 01:17:41 +00:00
heap-origin.cc [msan] Check return value of main: compiler-rt tests. 2013-09-16 13:25:26 +00:00
iconv.cc [sanitizer] Intercept iconv. 2013-11-28 14:14:48 +00:00
initgroups.cc [sanitizer] Intercept initgroups. 2013-10-22 12:24:48 +00:00
inline.cc [sanitizer] ASan/MSan tests for r187967. 2013-08-08 09:23:19 +00:00
insertvalue_origin.cc [msan] One more test for r194374. 2013-11-11 13:38:24 +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 Run TSan/MSan lit tests only on 64-bit platforms 2013-12-05 12:53:36 +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
poison_in_free.cc [msan] Fix a typo and enable poison_in_free flag. 2013-10-28 18:53:37 +00:00
pthread_getattr_np_deadlock.cc [msan] Get stack limits with pthread_create interceptor. 2013-12-11 10:55:42 +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
select_origin.cc [msan] Test for r195349. 2013-11-21 12:01:07 +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
strerror_r-non-gnu.c [sanitizer] Intercept __xpg_strerror_r. 2013-11-27 12:29:10 +00:00
strlen_of_shadow.cc [msan] Allow strlen() (and similar functions) of shadow memory. 2013-12-06 09:19:07 +00:00
sync_lock_set_and_test.cc [msan] Test for atomic handling in MSan. 2013-09-24 11:21:16 +00:00
textdomain.cc [sanitizer] Intercept textdomain. 2013-12-02 13:43:26 +00:00
times.cc [sanitizer] Intercept times. 2013-11-28 14:41:22 +00:00
tls_reuse.cc [msan] Clean stack and TLS shadow on thread exit. 2013-12-12 13:48:47 +00:00
tzset.cc [msan] Intercept tzset. 2013-09-13 11:27:38 +00:00
unaligned_read_origin.cc [msan] Handle origins in __sanitizer_unaligned_(load|store)*. 2013-10-16 08:25:13 +00:00
use-after-free.cc [msan] Fix origin of deallocated memory. 2013-09-16 11:03:31 +00:00
vector_cvt.cc [msan] Test for r192599. 2013-10-14 15:17:05 +00:00
vector_select.cc [msan] Regression test for r192575. 2013-10-14 09:53:39 +00:00
wrap_indirect_calls.cc [msan] A test for r194697. 2013-11-14 12:31:18 +00:00
wrap_indirect_calls2.cc [msan] Replace wrap_indirect_calls runtime flag with an interface method. 2013-12-20 11:05:19 +00:00
wrap_indirect_calls_in_rtl.cc [msan] Wrap indirect calls to REAL(x) in interceptors. 2013-12-20 12:20:15 +00:00