[PATCH] D29546: [libFuzzer] Improve fuzzer-jobs test for Posix.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 11:52:37 PST 2017


mpividori added a comment.

@kcc Also, if we are not going to check if the process is still running after 2 seconds, it doesn't make sense to run it in background. We could just run it normally and remove the while loop that waits for the process to finish.


https://reviews.llvm.org/D29546





More information about the llvm-commits mailing list