llvm-project/compiler-rt/lib/lsan/lit_tests/TestCases
Sergey Matveev 27ef175ef0 [lsan] Fix bug when discovering indirectly leaked objects.
If an object contains pointers to itself, that doesn't make it indirectly
leaked. D'oh!

llvm-svn: 192716
2013-10-15 16:00:11 +00:00
..
SharedLibs
cleanup_in_tsd_destructor.cc [asan] Improve thread lifetime tracking on POSIX systems. 2013-10-14 12:01:05 +00:00
disabler.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
disabler_in_tsd_destructor.cc Revert to C-style callbacks for iteration over allocator chunks. 2013-06-24 08:34:50 +00:00
do_leak_check_override.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
fork.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00
fork_threaded.cc [lsan] Fix test. 2013-07-08 14:08:05 +00:00
high_allocator_contention.cc Slightly improve lint checker script and fix a few style issues 2013-08-23 07:43:56 +00:00
ignore_object.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
ignore_object_errors.cc [lsan] Fix build again. 2013-06-28 15:23:15 +00:00
large_allocation_leak.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
leak_check_at_exit.cc [lsan] Add leak_check_at_exit flag. 2013-08-01 14:57:07 +00:00
link_turned_off.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
pointer_to_self.cc [lsan] Fix bug when discovering indirectly leaked objects. 2013-10-15 16:00:11 +00:00
sanity_check_pure_c.c [lsan] Add a regression test for building C code. 2013-08-22 14:48:44 +00:00
stale_stack_leak.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
suppressions_default.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
suppressions_file.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
suppressions_file.cc.supp [lsan] Add suppression support. 2013-06-28 14:38:31 +00:00
swapcontext.cc [LSan] Don't report leaks with single-frame stack traces 2013-09-27 13:54:20 +00:00
use_after_return.cc [lsan] Support ASan's stack-use-after-return mode in LSan. 2013-10-14 14:04:50 +00:00
use_globals_initialized.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_globals_uninitialized.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_registers.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_stacks.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_stacks_threaded.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_tls_dynamic.cc Revert r189347: it breaks on machines w/o installed debug versions of system libraries 2013-08-27 14:04:01 +00:00
use_tls_pthread_specific_dynamic.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_tls_pthread_specific_static.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_tls_static.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00
use_unaligned.cc Enable pipefail for LSan tests 2013-08-07 08:46:09 +00:00