This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Isolate merge tests that require posix.
ClosedPublic

Authored by mpividori on Feb 1 2017, 1:32 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 1 2017, 1:32 PM
kcc accepted this revision.Feb 1 2017, 1:44 PM

LGTM with two nits

lib/Fuzzer/test/merge-posix.test
1 ↗(On Diff #86706)

you don't need this line

17 ↗(On Diff #86706)

put REQUIRES at the top

This revision is now accepted and ready to land.Feb 1 2017, 1:44 PM
kcc added a comment.Feb 1 2017, 1:45 PM

split like this is totally fine for me

This revision was automatically updated to reflect the committed changes.