[PATCH] D27729: [libFuzzer] Diff 20 - Update tests to use more general functions instead of posix specific.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 12:47:39 PST 2016


kcc added inline comments.


================
Comment at: lib/Fuzzer/test/OutOfMemoryTest.cpp:5
 // Tests OOM handling.
+#include "FuzzerUtil.h"
 #include <assert.h>
----------------
Please don't. 
I want the tests to remain free of any such deps. 


================
Comment at: lib/Fuzzer/test/StrstrTest.cpp:5
 // Test strstr and strcasestr hooks.
+#include "FuzzerUtil.h"
 #include <string>
----------------
ditto


Repository:
  rL LLVM

https://reviews.llvm.org/D27729





More information about the llvm-commits mailing list