[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
Thu Dec 15 14:21:52 PST 2016


kcc accepted this revision.
kcc added a comment.

LGTM with a nit



================
Comment at: lib/Fuzzer/test/StrstrTest.cpp:11
 
+#ifdef _WIN32
+#define strcasestr strstr
----------------
add a comment: 
win32 does not have strcasestr and memmem, so we are not testing them


Repository:
  rL LLVM

https://reviews.llvm.org/D27729





More information about the llvm-commits mailing list