llvm-project/compiler-rt/lib/lsan/lit_tests/TestCases
Kostya Serebryany 06222915cf [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad idea), leave __lsan_is_turned_off
llvm-svn: 199304
2014-01-15 08:04:21 +00:00
..
SharedLibs
cleanup_in_tsd_destructor.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
disabler.cc [Sanitizer] Unify summary reporting across all sanitizers. 2013-11-01 17:02:14 +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 [Sanitizer] Unify summary reporting across all sanitizers. 2013-11-01 17:02:14 +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 [lsan] Remove the LSan-specific verbosity flag. 2013-12-17 18:18:32 +00:00
ignore_object_errors.cc [lsan] Remove the LSan-specific verbosity flag. 2013-12-17 18:18:32 +00:00
large_allocation_leak.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
leak_check_at_exit.cc [lsan] Introduce print_suppressions flag. 2013-12-17 18:01:45 +00:00
link_turned_off.cc [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad idea), leave __lsan_is_turned_off 2014-01-15 08:04:21 +00:00
new_array_with_dtor_0.cc [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.google.com/p/address-sanitizer/issues/detail?id=257 2014-01-10 10:48:01 +00:00
pointer_to_self.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
print_suppressions.cc [lsan] Introduce print_suppressions flag. 2013-12-17 18:01:45 +00:00
register_root_region.cc [lsan] Introduce __lsan_(un)register_root_region(). 2013-12-17 11:11:23 +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 [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
suppressions_default.cc [LSan] Add a real test for suppressions file instead of duplicated test case. 2013-12-17 11:02:52 +00:00
suppressions_file.cc [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false). 2013-12-17 11:15:39 +00:00
swapcontext.cc [Sanitizer] Unify summary reporting across all sanitizers. 2013-11-01 17:02:14 +00:00
use_after_return.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_globals_initialized.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_globals_uninitialized.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_poisoned_asan.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_registers.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_stacks.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_stacks_threaded.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_tls_dynamic.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_tls_pthread_specific_dynamic.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_tls_pthread_specific_static.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_tls_static.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00
use_unaligned.cc [lsan] Make the report_objects flag more useful. 2013-12-24 12:03:02 +00:00