[PATCH] D32297: make detect_leaks=1 the default for the lsan test suite

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 14:14:20 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300890: make detect_leaks=1 the default for the lsan test suite (authored by fjricci).

Changed prior to commit:
  https://reviews.llvm.org/D32297?vs=95966&id=96017#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32297

Files:
  compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc
  compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cc
  compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_pthread_specific_static.cc
  compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_static.cc
  compiler-rt/trunk/test/lsan/TestCases/disabler.cc
  compiler-rt/trunk/test/lsan/TestCases/do_leak_check_override.cc
  compiler-rt/trunk/test/lsan/TestCases/high_allocator_contention.cc
  compiler-rt/trunk/test/lsan/TestCases/large_allocation_leak.cc
  compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc
  compiler-rt/trunk/test/lsan/TestCases/link_turned_off.cc
  compiler-rt/trunk/test/lsan/TestCases/pointer_to_self.cc
  compiler-rt/trunk/test/lsan/TestCases/print_suppressions.cc
  compiler-rt/trunk/test/lsan/TestCases/recoverable_leak_check.cc
  compiler-rt/trunk/test/lsan/TestCases/register_root_region.cc
  compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc
  compiler-rt/trunk/test/lsan/TestCases/suppressions_default.cc
  compiler-rt/trunk/test/lsan/TestCases/suppressions_file.cc
  compiler-rt/trunk/test/lsan/TestCases/swapcontext.cc
  compiler-rt/trunk/test/lsan/TestCases/use_after_return.cc
  compiler-rt/trunk/test/lsan/TestCases/use_globals_initialized.cc
  compiler-rt/trunk/test/lsan/TestCases/use_globals_uninitialized.cc
  compiler-rt/trunk/test/lsan/TestCases/use_poisoned_asan.cc
  compiler-rt/trunk/test/lsan/TestCases/use_registers.cc
  compiler-rt/trunk/test/lsan/TestCases/use_stacks.cc
  compiler-rt/trunk/test/lsan/TestCases/use_stacks_threaded.cc
  compiler-rt/trunk/test/lsan/TestCases/use_unaligned.cc
  compiler-rt/trunk/test/lsan/lit.common.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32297.96017.patch
Type: text/x-patch
Size: 17961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170420/c1dc5d50/attachment.bin>


More information about the llvm-commits mailing list