llvm-project/compiler-rt/test/asan/TestCases
Kostya Serebryany ba9422971c [asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699
llvm-svn: 230573
2015-02-25 23:23:01 +00:00
..
Android [asan] Test BB- and edge- level coverage on Android. 2014-12-19 12:21:40 +00:00
Darwin [compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when using non-absolute paths 2015-02-06 12:07:29 +00:00
Helpers [ASan] Disable strict init-order checking if dlopen() is called. 2015-02-24 00:37:27 +00:00
Linux [asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699 2015-02-25 23:23:01 +00:00
Posix [ASan] Disable strict init-order checking if dlopen() is called. 2015-02-24 00:37:27 +00:00
Windows [ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +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 Fix alloca_instruments_all_paddings.cc test to work under higher -O levels (compiler-rt part) 2015-02-24 09:47:33 +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
asan_options-help.cc [sanitizer] Flag parser rewrite. 2015-01-15 15:13:43 +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 Reland r230019 - [ASan] Make the argument of '__sanitizer_annotate_contiguous_container' is not aligned error message easier to understand 2015-02-25 17:03:34 +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 [ASan] Add missing RUN: prefix. 2015-02-10 01:55:02 +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/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +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] Fix the dlclose-test.cc unit test to build on FreeBSD 11 2015-02-16 13:11:09 +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 [ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +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 Whitespace fix for r230172. 2015-02-22 11:49:21 +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 [ASan] Disable strict init-order checking if dlopen() is called. 2015-02-24 00:37:27 +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] restict no_asan_gen_globals.c test to 64-bit due to PR22682 2015-02-25 20:19:23 +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/Win] Add support for sanitizer allocator hooks, __asan_default_options and __asan_on_error 2015-02-24 17:07:22 +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] Bump the self-imposed stack limit from 128k to 256k. PowerPC64 2015-01-06 10:01:15 +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 [ASan] Use rpath in tests that produce a shared library 2015-01-27 01:29: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] Loosen test for upcoming ppc64 change 2015-01-15 20:48:38 +00:00