llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux
Simon Dardis be1d6315e1 [mips] XFAIL getpwnam_r_invalid_user.cc test
XFAIL this test while we investigate the root cause.

llvm-svn: 302635
2017-05-10 10:58:11 +00:00
..
abort_on_error.cc Fix PR26608: Make sanitizer_common tests more portable. 2016-02-17 21:00:50 +00:00
aligned_alloc.c [sanitizer] support c11 aligned_alloc, Linux only for now 2014-07-04 07:30:34 +00:00
assert.cc [Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests. 2015-08-26 19:29:07 +00:00
clock_gettime.c Add regression test for PR15823 2014-08-18 22:11:14 +00:00
closedir.c [tsan] don't crash on closedir(0) 2016-01-08 22:48:19 +00:00
decorate_proc_maps.cc [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests. 2016-03-10 18:46:23 +00:00
deepbind.cc [sanitizer] Bail out with warning if user dlopens shared library with RTLD_DEEPBIND flag 2017-03-09 10:47:38 +00:00
getpwnam_r_invalid_user.cc [mips] XFAIL getpwnam_r_invalid_user.cc test 2017-05-10 10:58:11 +00:00
hard_rss_limit_mb_test.cc [Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests. 2015-08-26 19:29:07 +00:00
iconv_test.c [msan] fix iconv interceptor. before the fix the interceptor failed to mark memory as initialized if iconv returned -1. Found in a hard way while fuzzing libxml2 :( 2017-04-12 00:12:34 +00:00
ill.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
lit.local.cfg
mlock_test.cc [sanitizer] move mlock interceptor from asan/tsan/msan to common; no functionality change intended 2014-08-25 20:57:59 +00:00
mprobe.cc [sanitizer] Intercept mcheck and mprobe on Linux 2017-05-03 07:09:10 +00:00
open_memstream.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
ptrace.cc [sanitizer] [SystemZ] Add ptrace support bits. 2016-04-26 10:41:30 +00:00
recv_msg_trunc.cc [asan] Don't raise false alarm to recv/recvfrom when MSG_TRUNC is present. 2016-05-17 07:38:27 +00:00
sched_getparam.cc [sanitizer] Move sched_getparam test under Linux/. 2015-01-22 15:34:50 +00:00
sem_init_glibc.cc [lsan] Disable sem_init_glibc.cc testcase for LSan x86. 2017-02-03 11:57:26 +00:00
signal_segv_handler.cc asan: fix a test 2015-07-19 21:44:49 +00:00
soft_rss_limit_mb_test.cc [asan] Disable yet another unstable test under AArch64 2016-12-07 18:37:49 +00:00
sysconf_interceptor_bypass_test.cc Bypass potential libc's sysconf interceptors 2017-03-23 15:57:58 +00:00
timerfd.cc [sanitizer] Intercept timerfd_settime, timerfd_gettime. 2014-08-07 14:21:42 +00:00
unexpected_format_specifier_test.cc [asan] print the 'unexpected format specifier in printf interceptor' warning just once (came up in https://github.com/google/oss-fuzz/pull/562). Not touching a similar scanf warning -- for some reason it does not fire for me. 2017-05-03 18:38:34 +00:00