This is an archive of the discontinued LLVM Phabricator instance.

[Profile] Fix fork test and add tests for execlp and execvp after patch https://reviews.llvm.org/D53593
ClosedPublic

Authored by calixte on Nov 6 2018, 11:22 AM.

Diff Detail

Event Timeline

calixte created this revision.Nov 6 2018, 11:22 AM
Herald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptNov 6 2018, 11:22 AM
calixte updated this revision to Diff 172929.Nov 7 2018, 5:28 AM

Fix execvp test.

marco-c accepted this revision.Nov 7 2018, 5:32 AM

We could add tests for the other functions too, but they are going to be basically the same. Feel free to land it as is or after adding tests for the other functions.

This revision is now accepted and ready to land.Nov 7 2018, 5:32 AM
This revision was automatically updated to reflect the committed changes.