llvm-project/compiler-rt/test/asan/TestCases/Linux
Maxim Ostapenko 50ca4464c4 [sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and recvfrom interceptors.
Pass res instead of len as third parameter to COMMON_INTERCEPTOR_WRITE_RANGE,
because otherwise we can write to unrelated memory (in MSan) or get wrong report (in ASan).

Differential Revision: http://reviews.llvm.org/D17608

llvm-svn: 261898
2016-02-25 17:07:38 +00:00
..
abort_on_error.cc PR26606: Make abort_on_error.cc test more portable. 2016-02-17 21:25:12 +00:00
activation-options.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
asan-asm-stacktrace-test.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
asan_default_suppressions.cc Fix duplicate test code introduced by running "patch -p0" twice 2015-02-25 17:01:09 +00:00
asan_dlopen_test.cc [asan] XFAIL:android several tests. 2014-05-28 13:07:39 +00:00
asan_prelink_test.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
asan_preload_test-1.cc [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=false 2015-06-15 20:43:42 +00:00
asan_preload_test-2.cc [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=false 2015-06-15 20:43:42 +00:00
asan_rt_confict_test-1.cc [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=false 2015-06-15 20:43:42 +00:00
asan_rt_confict_test-2.cc [asan] XFAIL:android several tests. 2014-05-28 13:07:39 +00:00
calloc-preload.c [asan] Correctly release memory allocated during early startup. 2015-12-01 09:22:41 +00:00
clang_gcc_abi.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
clone_test.cc Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass 2014-10-14 21:00:22 +00:00
coverage-missing.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
coverage_html_report.cc [sancov] requiring dynamic asan. 2016-02-19 20:47:25 +00:00
function-sections-are-bad.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
globals-gc-sections.cc
init-order-dlopen.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
init_fini_sections.cc [ASan] Add test for .preinit_array/.init_array/.fini_array sections. 2015-09-15 23:06:17 +00:00
initialization-bug-any-order.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
interception_malloc_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interception_readdir_r_test.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
interception_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interface_symbols_linux.c [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
kernel-area.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
leak.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
leak_check_segv.cc [LSan] Print more helpful error message if LSan crashes during leak detection. 2016-02-12 20:20:51 +00:00
lit.local.cfg
local_alias.cc [asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86_64-linux buildbot. 2016-02-08 12:58:05 +00:00
malloc-in-qsort.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
malloc_delete_mismatch.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
mincore.cc [asan] Add mincore test. 2015-12-21 22:35:03 +00:00
nohugepage_test.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
odr-violation.cc [asan] XFAIL local alias related tests on Mips due to https://llvm.org/bugs/show_bug.cgi?id=26525. 2016-02-08 09:50:57 +00:00
odr_c_test.c [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
overflow-in-qsort.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
preinit_test.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
pthread_create_version.cc [asan][mips] Fix ABI incompatibility crash in pthread_create() following r248325. 2015-10-05 12:43:47 +00:00
ptrace.cc [mips][asan] XFAIL ptrace.cc 2015-10-27 23:13:26 +00:00
quarantine_size_mb.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
read_binary_name_regtest.c [asan] Enable asan for aarch64 2015-08-05 15:13:33 +00:00
recvfrom.cc [sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and recvfrom interceptors. 2016-02-25 17:07:38 +00:00
rlimit_mmap_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
scariness_score_test.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
segv_read_write.c [asan] Implement SEGV read vs write detection for ARM and AArch64. 2016-02-08 22:50:25 +00:00
shmctl.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
signal_during_stop_the_world.cc tsan: fix signal handling during stop-the-world 2015-03-05 14:37:28 +00:00
sized_delete_test.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
stack-overflow-sigbus.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
stack-trace-dlclose.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
static_tls.cc Implement some TLS support for PowerPC64. 2015-11-11 15:37:47 +00:00
stress_dtls.c [asan] Mark 5 tests unsupported on Android. 2015-10-26 22:19:50 +00:00
swapcontext_test.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
syscalls.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
uar_signals.cc Mark unstable tests as Unsupported on ARM 2014-05-29 23:34:39 +00:00
unpoison_tls.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00