llvm-project/compiler-rt/test/asan/TestCases/Posix
Kostya Serebryany 99259ee40c [asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before this fix the code relied on the fact that the other function (__sanitizer_cov) is inlined. This was true with clang builds on x86, but not true with gcc builds on x86 and on PPC. This caused bot redness after r292862
llvm-svn: 292998
2017-01-25 01:14:24 +00:00
..
glob_test_root Move ASan non-Linux-specific tests out of the Linux/ directory 2014-11-21 00:21:43 +00:00
allow_user_segv.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
asan-symbolize-bad-path.cc [asan] Fix asan_symbolize.py handling of non-existing paths 2015-09-30 23:17:39 +00:00
asan-symbolize-sanity-test.cc [sanitizer] Use architecture/slice information when symbolizing fat Mach-O files on Darwin 2017-01-06 21:45:05 +00:00
asprintf.cc [asan] Add asprintf negative test. 2014-08-27 12:46:58 +00:00
assign_large_valloc_to_global.cc [asan] Replace valloc with posix_memalign in test. 2015-09-03 01:22:06 +00:00
closed-fds.cc [test/asan/closed-fds] Properly quote log_path for shell invocation. 2016-03-10 11:51:59 +00:00
coverage-caller-callee.cc [asan] Mark 5 tests unsupported on Android. 2015-10-26 22:19:50 +00:00
coverage-direct-activation.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
coverage-direct-large.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
coverage-direct.cc [asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before this fix the code relied on the fact that the other function (__sanitizer_cov) is inlined. This was true with clang builds on x86, but not true with gcc builds on x86 and on PPC. This caused bot redness after r292862 2017-01-25 01:14:24 +00:00
coverage-fork-direct.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
coverage-fork.cc [asan] Disable unexpected passing test. 2016-11-09 00:33:41 +00:00
coverage-maybe-open-file.cc Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS' 2015-08-12 23:50:12 +00:00
coverage-module-unloaded.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
coverage-sandboxing.cc [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:16 +00:00
coverage.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
current_allocated_bytes.cc Move tests that use unistd.h and pthread.h to TestCases/Posix 2015-08-12 22:58:56 +00:00
deep_call_stack.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
deep_thread_stack.cc Move tests that use unistd.h and pthread.h to TestCases/Posix 2015-08-12 22:58:56 +00:00
dlclose-test.cc [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00
dump_instruction_bytes.cc [tests] Run test that uses gnu asm syntax on Posix only. 2016-02-23 04:10:53 +00:00
free_hook_realloc.cc Move tests that use unistd.h and pthread.h to TestCases/Posix 2015-08-12 22:58:56 +00:00
freopen.cc [asan] Fix the freopen interceptor to allow NULL instead of a filename 2015-08-31 12:41:55 +00:00
gc-test.cc Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS' 2015-08-12 23:50:12 +00:00
glob.cc Move ASan non-Linux-specific tests out of the Linux/ directory 2014-11-21 00:21:43 +00:00
global-registration.c Move -ldl to the correct compiler invocation 2016-06-27 05:44:47 +00:00
halt_on_error-signals.c [asan] Reduce flakiness of heavy recovery mode tests. 2016-08-01 07:24:36 +00:00
halt_on_error-torture.cc [asan] Reduce flakiness of heavy recovery mode tests. 2016-08-01 07:24:36 +00:00
halt_on_error_suppress_equal_pcs.cc [asan] Reduce flakiness of heavy recovery mode tests. 2016-08-01 07:24:36 +00:00
handle_abort_on_error.cc [sanitizer] Fix a conflict between abort_on_error and handle_abort. 2016-09-07 23:40:53 +00:00
init-order-pthread-create.cc Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS' 2015-08-12 23:50:12 +00:00
interception-in-shared-lib-test.cc [ASan] Deduplicate interception-in-shared-lib-test.cc by introducing platform-specific substitutions for rpath linker flags 2015-04-01 12:13:03 +00:00
ioctl.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
large_allocator_unpoisons_on_free.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
lit.local.cfg
log_path_fork_test.cc.disabled [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
mmap_limit_mb.cc Move mmap_limit_mp test to Posix 2016-02-11 02:02:52 +00:00
new_array_cookie_test.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
new_array_cookie_uaf_test.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
new_array_cookie_with_new_from_class.cc [asan] Disable array cookie test on ARM, enable on Android/x86. 2015-09-04 01:15:28 +00:00
no_asan_gen_globals.c [compiler-rt] Disable some unittests on windows that rely on shell command 2016-07-21 14:55:17 +00:00
print_cmdline.cc [asan] Optionally print reproducer cmdline in ASan reports. 2016-01-18 07:55:12 +00:00
readv.cc
shared-lib-test.cc [ASan] Add -ldl to linker invocation to lit tests that require it. 2014-12-17 23:46:49 +00:00
stack-overflow.cc Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS' 2015-08-12 23:50:12 +00:00
stack-use-after-return.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
start-deactivated.cc [test] Prevent false detection of an `UNSUPPORTED:` directive by lit. 2017-01-24 09:20:50 +00:00
strerror_r_test.cc
tsd_dtor_leak.cc [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable. 2015-08-25 18:27:53 +00:00
wait.cc [asan] Split a test in two. 2015-09-03 01:26:30 +00:00
wait3.cc [asan] Split a test in two. 2015-09-03 01:26:30 +00:00
wait4.cc [asan] Fix path in test. 2014-09-15 09:33:20 +00:00
waitid.cc Add FreeBSD support to the address sanitizer's waitid.cc test case 2014-07-18 12:02:42 +00:00