[PATCH] D47971: [Sanitizers] Move allocator_returns_null.cc test to common.
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 8 18:32:32 PDT 2018
alekseyshl created this revision.
alekseyshl added a reviewer: vitalybuka.
Herald added subscribers: Sanitizers, delcypher, kubamracek.
Add allocator_returns_null.cc test to sanitizer_common and
remove all sanitizer-specific ones except:
- HWASan is not covered by sanitizer_common
- TSan allocator does not have comprehensive error reporting yet
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47971
Files:
test/asan/TestCases/allocator_returns_null.cc
test/lsan/TestCases/allocator_returns_null.cc
test/msan/allocator_returns_null.cc
test/sanitizer_common/TestCases/allocator_returns_null.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47971.150599.patch
Type: text/x-patch
Size: 17808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180609/0c7d45dc/attachment.bin>
More information about the llvm-commits
mailing list