llvm-capstone/compiler-rt/test
Francis Ricci 6b494d9edc make detect_leaks=1 the default for the lsan test suite
Summary:
This already appears to be the case in all .cc test files,
it was probably left out of the .c test files accidentally. Make it a global
default, instead of manually adding it to each individual test.

This is needed to force leak detection for Darwin tests, where leak detection
is disabled by default.

Reviewers: m.ostapenko, kubamracek, alekseyshl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32297

llvm-svn: 300890
2017-04-20 21:00:02 +00:00
..
asan [asan] Optimize strchr for strict_string_checks=false 2017-04-20 20:59:37 +00:00
BlocksRuntime
builtins [builtins] Remove stray quotes to fix check-builtins on non-Windows :( 2017-04-07 17:40:25 +00:00
cfi Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF. 2017-03-25 00:42:25 +00:00
dfsan [DFSAN] Another unstable test in AArch64 breaking bots unnecessarily 2016-12-09 19:02:04 +00:00
esan Remove unused variable. 2017-03-31 12:07:58 +00:00
interception Revert "[interception] Check for export table's size before referring to its elements." 2017-01-22 03:30:14 +00:00
lsan make detect_leaks=1 the default for the lsan test suite 2017-04-20 21:00:02 +00:00
msan [msan] Make test to fall-back to IPv6 if IPv4 is not available. 2017-04-10 17:59:07 +00:00
profile Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write" 2017-02-20 15:03:12 +00:00
safestack [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR false positive with LTO (compiler-rt part) 2016-09-14 14:09:18 +00:00
sanitizer_common [sanitizer] Define lsan-x86 in tests for both i386 and i686. 2017-04-18 21:10:50 +00:00
scudo [scudo] Add test exercising pthreads 2017-03-23 19:21:10 +00:00
tsan [tsan] Add missing include for uint64_t in test. 2017-04-17 19:55:12 +00:00
ubsan [ubsan] Use the correct tool name in diagnostics 2017-04-14 18:24:35 +00:00
xray [XRay] [compiler-rt] - Fix standalone and non-deterministic test issue 2017-04-20 05:59:26 +00:00
CMakeLists.txt Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAtLeast()" 2017-03-09 17:02:16 +00:00
lit.common.cfg Add LIT_USE_INTERNAL_SHELL to compiler-rt tests. 2017-03-30 13:33:22 +00:00
lit.common.configured.in Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF. 2017-03-25 00:42:25 +00:00