This is an archive of the discontinued LLVM Phabricator instance.

[Msan] Fix the readv and preadv unit tests to pass on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Jan 21 2015, 4:27 AM.

Details

Summary

FreeBSD's FILE_TO_READ is large enough to fill up both the buffers. The #include is to declare readv() on FreeBSD.

Diff Detail

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Msan] Fix the readv unit test to pass on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added subscribers: emaste, Unknown Object (MLST).
kutuzov.viktor.84 retitled this revision from [Msan] Fix the readv unit test to pass on FreeBSD to [Msan] Fix the readv and preadv unit tests to pass on FreeBSD.

Updated to cover the preadv test.

eugenis accepted this revision.Jan 21 2015, 5:06 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 21 2015, 5:06 AM
This revision was automatically updated to reflect the committed changes.