This is an archive of the discontinued LLVM Phabricator instance.

[msan] Switch the pvalloc overflow test to a lit test
ClosedPublic

Authored by cryptoad on Aug 3 2017, 9:57 PM.

Details

Summary

The test was not passing in google3 due to allocator_may_return_null being
true there. Change the test to a lit test so that we can test both situations.

Event Timeline

cryptoad created this revision.Aug 3 2017, 9:57 PM
bkramer accepted this revision.Aug 3 2017, 11:28 PM
bkramer added a subscriber: bkramer.

lgtm

This revision is now accepted and ready to land.Aug 3 2017, 11:28 PM
This revision was automatically updated to reflect the committed changes.