llvm-project/compiler-rt/test/asan/TestCases
Evgeniy Stepanov be9a53fec6 [asan] Allow enabling coverage at activation.
llvm-svn: 224838
2014-12-25 14:26:45 +00:00
..
Android [asan] Test BB- and edge- level coverage on Android. 2014-12-19 12:21:40 +00:00
Darwin Fix suppressions file usage 2014-12-18 18:25:18 +00:00
Helpers
Linux [asan] Allow enabling coverage at activation. 2014-12-25 14:26:45 +00:00
Posix [asan] Support ASAN_ACTIVATION_OPTIONS. 2014-12-24 16:58:50 +00:00
Windows [ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threads 2014-12-24 16:14:16 +00:00
alloca_big_alignment.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
alloca_detect_custom_size_.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
alloca_instruments_all_paddings.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
alloca_overflow_partial.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
alloca_overflow_right.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
alloca_safe_access.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
alloca_underflow_left.cc [asan] Runtime support for asan-instrument-allocas which enables instrumentation of variable-sized dynamic allocas. Patch by Max Ostapenko. 2014-11-21 10:32:05 +00:00
allocator_returns_null.cc Simplify allocator_returns_null.cc test 2014-12-25 13:03:58 +00:00
asan_and_llvm_coverage_test.cc [asan] disable a test that uses -coverage on Android 2014-09-25 23:30:37 +00:00
atexit_stats.cc Add FreeBSD support to the address sanitizer's atexit_stats.cc test case 2014-07-16 10:05:29 +00:00
blacklist.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
contiguous_container.cc [asan] fix four asan tests to run in use-after-return mode 2014-12-03 00:08:41 +00:00
contiguous_container_crash.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
current_allocated_bytes.cc Generalize sanitizer allocator public interface. 2014-07-07 17:39:31 +00:00
debug_locate.cc [compiler-rt] recommit of r218481: ASan debugging API for report info extraction and locating addresses 2014-09-26 19:15:32 +00:00
debug_mapping.cc [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memory mapping info 2014-07-15 17:33:23 +00:00
debug_ppc64_mapping.cc Use GET_CURRENT_FRAME() to calculate the memory layout for power. This works 2014-11-06 14:58:06 +00:00
debug_report.cc [compiler-rt] recommit of r218481: ASan debugging API for report info extraction and locating addresses 2014-09-26 19:15:32 +00:00
debug_stacks.cc [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memory mapping info 2014-07-15 17:33:23 +00:00
deep_call_stack.cc Add FreeBSD support to the address sanitizer's deep_call_stack.cc test case 2014-09-17 07:31:37 +00:00
deep_stack_uaf.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
deep_tail_call.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
deep_thread_stack.cc Mark unstable tests as Unsupported on ARM 2014-05-29 23:34:39 +00:00
default_blacklist.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
default_options.cc [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
describe_address.cc [ASan] Fix __asan_describe_address and add a test for it. 2014-07-21 21:33:46 +00:00
dlclose-test.cc [ASan] Add -ldl to linker invocation to lit tests that require it. 2014-12-17 23:46:49 +00:00
double-free.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
dump_instruction_bytes.cc [ASan] Skip dump_instruction_bytes test on non-x86 targets 2014-11-12 09:45:40 +00:00
force_inline_opt0.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
free_hook_realloc.cc Generalize sanitizer allocator public interface. 2014-07-07 17:39:31 +00:00
frexp_interceptor.cc [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=321 for time() and frexp() 2014-06-18 09:27:40 +00:00
gc-test.cc Try to fix ARM buildbots 2014-11-22 16:59:03 +00:00
global-demangle.cc [asan] Remove XFAIL:android from 2 newly passing tests. 2014-07-14 08:54:10 +00:00
global-location.cc [asan] Remove XFAIL:android from 2 newly passing tests. 2014-07-14 08:54:10 +00:00
global-overflow.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
heap-overflow-large.cc Move ASan non-Linux-specific tests out of the Linux/ directory 2014-11-21 00:21:43 +00:00
heap-overflow.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
heavy_uar_test.cc [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD 2014-11-26 11:38:45 +00:00
huge_negative_hea_oob.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
init-order-atexit.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
init-order-pthread-create.cc [sanitizer] Replace -lpthread with -pthread in tests. 2014-05-28 13:13:30 +00:00
initialization-blacklist.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
initialization-bug.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
initialization-constexpr.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
initialization-nobug.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
inline.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interception_failure_test.cc [Asan] XFAIL the interception_failure_test.cc test on FreeBSD 2014-12-12 12:13:40 +00:00
interface_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
intra-object-overflow.cc [asan] the run-time part of intra-object-overflow detector (-fsanitize-address-field-padding=1). Note that all of this is still experimental; don't use unless you are brave. 2014-10-17 01:22:37 +00:00
invalid-free.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
large_func_test.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
log-path_test.cc log-path_test testcase - make the invalid path more invalid 2014-12-22 00:02:28 +00:00
log_path_fork_test.cc.disabled Removed r221896, it seems to break build in various ways. 2014-11-13 19:37:30 +00:00
longjmp.cc [asan] fix four asan tests to run in use-after-return mode 2014-12-03 00:08:41 +00:00
lsan_annotations.cc [asan] Re-enable lsan_annotations test on Android. 2014-09-30 11:11:59 +00:00
malloc_context_size.cc Add FreeBSD support to the address sanitizer's malloc_context_size.cc test case 2014-08-07 04:58:41 +00:00
malloc_fill.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
max_redzone.cc Generalize sanitizer allocator public interface. 2014-07-07 17:39:31 +00:00
memcmp_strict_test.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
memcmp_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
memset_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
mmap_limit_mb.cc [asan] Scale back mmap_limit_mb test. 2014-10-01 14:21:05 +00:00
no_asan_gen_globals.c [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
null_deref.cc Add FreeBSD support to the address sanitizer's null_deref.cc test case 2014-07-16 09:37:40 +00:00
on_error_callback.cc [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
partial_right.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
poison_partial.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
print_summary.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
printf-1.c Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass 2014-10-14 21:00:22 +00:00
printf-2.c [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
printf-3.c Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass 2014-10-14 21:00:22 +00:00
printf-4.c [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
printf-5.c Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass 2014-10-14 21:00:22 +00:00
sanity_check_pure_c.c Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
sleep_before_dying.c [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
stack-buffer-overflow-with-position.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
stack-buffer-overflow.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
stack-frame-demangle.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
stack-oob-frames.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
stack-overflow.cc [asan] fix four asan tests to run in use-after-return mode 2014-12-03 00:08:41 +00:00
stack-use-after-return.cc [sanitizer] Replace -lpthread with -pthread in tests. 2014-05-28 13:13:30 +00:00
strdup_oob_test.cc [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
strip_path_prefix.c [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
strncpy-overflow.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
suppressions-function.cc Fix suppressions file usage 2014-12-18 18:25:18 +00:00
suppressions-interceptor.cc Fix suppressions file usage 2014-12-18 18:25:18 +00:00
suppressions-library.cc Fix suppressions file usage 2014-12-18 18:25:18 +00:00
throw_call_test.cc [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
throw_catch.cc [asan] fix four asan tests to run in use-after-return mode 2014-12-03 00:08:41 +00:00
throw_invoke_test.cc [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
time_interceptor.cc [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=321 for time() and frexp() 2014-06-18 09:27:40 +00:00
uar_and_exceptions.cc [ASan tests] Exclude some tests from Windows runs 2014-05-28 13:06:14 +00:00
unaligned_loads_and_stores.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
use-after-delete.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
use-after-free-right.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
use-after-free.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
use-after-poison.cc [ASan tests] Use ASAN_OPTIONS in a portable way 2014-05-26 13:44:57 +00:00
use-after-scope-dtor-order.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
use-after-scope-inlined.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
use-after-scope-nobug.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
use-after-scope-temp.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
use-after-scope.cc Remove top-level Clang -fsanitize= flags for optional ASan features. 2014-06-13 17:53:44 +00:00
zero_page_pc.cc [asan] Re-enable zero_page_pc test on Android. 2014-11-18 14:28:57 +00:00