llvm-project/compiler-rt/test/lsan/TestCases
Alexey Samsonov 2e39027931 [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with
another sanitizer.

A user may run both LSan and LSan+ASan. It is weird to pass path to leak
suppression file (or other common sanitizer flags, like "verbosity") in
"LSAN_OPTIONS" in the first case and in "ASAN_OPTIONS" in the second case.

llvm-svn: 215949
2014-08-18 23:39:47 +00:00
..
cleanup_in_tsd_destructor.cc
disabler.cc
disabler_in_tsd_destructor.cc
do_leak_check_override.cc
fork.cc
fork_threaded.cc
high_allocator_contention.cc
ignore_object.cc [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
ignore_object_errors.cc [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
large_allocation_leak.cc
leak_check_at_exit.cc [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
link_turned_off.cc
new_array_with_dtor_0.cc
pointer_to_self.cc
print_suppressions.cc [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
register_root_region.cc [lsan] Follow-up for r213518: replace MAP_ANONYMOUS with MAP_ANON 2014-07-25 08:57:51 +00:00
sanity_check_pure_c.c
stale_stack_leak.cc
suppressions_default.cc
suppressions_file.cc [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
swapcontext.cc [lsan] Allow using ucontext.h in the test on OSX. 2014-07-21 13:35:09 +00:00
use_after_return.cc
use_globals_initialized.cc
use_globals_uninitialized.cc
use_poisoned_asan.cc
use_registers.cc [lsan] Use a more standard-conformant sched_yield() instead of pthread_yield(). 2014-07-21 13:01:06 +00:00
use_stacks.cc
use_stacks_threaded.cc [lsan] Use a more standard-conformant sched_yield() instead of pthread_yield(). 2014-07-21 13:01:06 +00:00
use_tls_dynamic.cc
use_tls_pthread_specific_dynamic.cc
use_tls_pthread_specific_static.cc
use_tls_static.cc
use_unaligned.cc