..
Android
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
2015-08-25 18:27:53 +00:00
Darwin
Revert r246961 "[asan] Intercept and wrap XPC callback blocks".
2015-09-07 12:25:51 +00:00
Helpers
Combine helper file into main test file with ifdefs
2015-08-12 23:24:41 +00:00
Linux
[compiler-rt] Fix ptrace interceptor for aarch64
2015-10-26 18:55:04 +00:00
Posix
[asan] Fix asan_symbolize.py handling of non-existing paths
2015-09-30 23:17:39 +00:00
Windows
Unit test the CRLF change to suppression parsing
2015-08-27 18:05:33 +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_loop_unpoisoning.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +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
alloca_vla_interact.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
allocator_returns_null.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
asan_and_llvm_coverage_test.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
asan_options-help.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
atexit_stats.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
atoi_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
atol_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
atoll_strict.c
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
blacklist.cc
Add %run to all lit tests
2014-04-30 21:34:17 +00:00
contiguous_container.cc
Remove the XFAIL for the C++ EH test
2015-10-09 01:33:15 +00:00
contiguous_container_crash.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
coverage-and-lsan.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
coverage-caller-callee-total-count.cc
[sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairs
2015-10-22 22:06:41 +00:00
coverage-disabled.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
coverage-levels.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
coverage-order-pcs.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
coverage-reset.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
coverage-tracing.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +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
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
debug_ppc64_mapping.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
debug_report.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
debug_stacks.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
deep_stack_uaf.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
deep_tail_call.cc
Add %run to all lit tests
2014-04-30 21:34:17 +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
double-free.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
dump_instruction_bytes.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
force_inline_opt0.cc
Add %run to all lit tests
2014-04-30 21:34:17 +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
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
Fix a flaky heap-overflow-large.cc test
2015-03-22 18:00:58 +00:00
heap-overflow.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
heavy_uar_test.cc
Move ASAN_OPTIONS setting from compile command to run command, fixes test on posix
2015-08-14 18:29:00 +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
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
initialization-blacklist.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
initialization-bug.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
initialization-constexpr.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
initialization-nobug.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
inline.cc
Add %run to all lit tests
2014-04-30 21:34:17 +00:00
interception_failure_test.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
interface_test.cc
[asan] Add -pie to uninstrumented executables on interface_test.cc
2015-06-26 23:43:03 +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
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
large_func_test.cc
Mark sanitizer tests XFAIL on ARMv7
2014-10-08 21:13:23 +00:00
log-path_test.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +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
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
malloc_fill.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
max_redzone.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
memcmp_strict_test.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +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
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +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
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
on_error_callback.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
partial_right.cc
Add %run to all lit tests
2014-04-30 21:34:17 +00:00
poison_partial.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
print_summary.cc
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
printf-1.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
printf-2.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
printf-3.c
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
printf-4.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
printf-5.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +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
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
speculative_load.cc
Disabling speculative loads under asan.
2015-10-20 17:34:47 +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
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
strcasestr-1.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strcasestr-2.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strcasestr_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strcat_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strchr_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strcmp_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strcspn-1.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strcspn-2.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strcspn_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +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
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
strncat_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strncpy-overflow.cc
Mark sanitizer tests XFAIL on ARMv7
2014-10-08 21:13:23 +00:00
strpbrk-1.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strpbrk-2.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strpbrk_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strspn-1.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strspn-2.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strspn_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strstr-1.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strstr-2.c
[asan] Get rid of UB in string tests. Patch by Max Ostapenko.
2015-10-22 08:10:56 +00:00
strstr_strict.c
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +00:00
strtol_strict.c
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
strtoll_strict.c
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
suppressions-exec-relative-location.cc
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
2015-08-25 18:27:53 +00:00
suppressions-function.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
suppressions-interceptor.cc
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
2015-08-25 18:27:53 +00:00
suppressions-library.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +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] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
2015-08-25 18:27:53 +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
Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'
2015-08-12 23:50:12 +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
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
2015-08-25 18:27:53 +00:00
verbose-log-path_test.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00
vla_chrome_testcase.cc
[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!
2015-05-28 07:49:05 +00:00
vla_condition_overflow.cc
[ASan] Disable alloca tests on ARM targets due to flakiness.
2015-05-28 14:29:12 +00:00
vla_loop_overfow.cc
[ASan] Disable alloca tests on ARM targets due to flakiness.
2015-05-28 14:29:12 +00:00
zero_page_pc.cc
[windows] Fix or XFAIL remaining portable test failures and enable them
2015-08-14 17:39:48 +00:00