llvm-project/compiler-rt/test/lsan/TestCases
Alexey Samsonov 77f646c623 [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
No functionality change.

llvm-svn: 214343
2014-07-30 21:33:04 +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
ignore_object_errors.cc
large_allocation_leak.cc
leak_check_at_exit.cc
link_turned_off.cc
new_array_with_dtor_0.cc
pointer_to_self.cc
print_suppressions.cc [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags. 2014-07-30 21:33:04 +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 [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags. 2014-07-30 21:33:04 +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