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
Paths
| Differential D47971
[Sanitizers] Move allocator_returns_null.cc test to common. ClosedPublic Authored by alekseyshl on Jun 8 2018, 6:32 PM.
Details Summary Add allocator_returns_null.cc test to sanitizer_common and
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptJun 8 2018, 6:32 PM This revision is now accepted and ready to land.Jun 8 2018, 6:40 PM Closed by commit rL334433: [Sanitizers] Move allocator_returns_null.cc test to common. (authored by alekseyshl). · Explain WhyJun 11 2018, 12:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150819 compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
compiler-rt/trunk/test/lsan/TestCases/allocator_returns_null.cc
compiler-rt/trunk/test/msan/allocator_returns_null.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/allocator_returns_null.cc
|