llvm-project/compiler-rt/test
Evgeniy Stepanov b70a2dd157 [asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.
With -fsized-deallocation, new[] vs delete mismatch is reported as
new-delete-type-mismatch. This is technically true, but
alloc-dealloc-mismatch describes it better.

llvm-svn: 266246
2016-04-13 21:04:27 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch. 2016-04-13 21:04:27 +00:00
builtins Add a generic version of __divtc3.c for long double complex division. 2015-11-22 19:13:49 +00:00
cfi [tests] Don't compile CFI C tests in C++ mode. 2016-02-24 00:16:57 +00:00
dfsan [DFSan] Fix test_inet_pton for big endian archs 2016-03-09 08:00:37 +00:00
lsan [LSan] Enable use_registers test for MIPS 2016-03-03 05:05:20 +00:00
msan [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:16 +00:00
profile [PGO] Fix the buildbots for r266229. 2016-04-13 20:02:07 +00:00
safestack [safestack] Fix stack canary test on Mac. 2016-04-12 18:48:41 +00:00
sanitizer_common [sanitizer] Fix sem_init_glibc.cc test on __HAVE_64B_ATOMIC arches. 2016-04-07 20:26:28 +00:00
tsan [tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test. 2016-04-11 08:38:35 +00:00
ubsan [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:16 +00:00
CMakeLists.txt Another place for CMAKE_HOST_UNIX 2016-04-06 23:18:09 +00:00
lit.common.cfg [asan] Mark the initialization-bug.cc unsupported on OS X Yosemite and older 2016-03-30 22:21:58 +00:00
lit.common.configured.in [tests] Remove "supported-target" in favor of "target-arch" lit features. 2016-02-23 01:58:56 +00:00