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

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 13:59:45 PST 2016


mpividori created this revision.
mpividori added reviewers: zturner, kcc.
mpividori added a subscriber: llvm-commits.
mpividori set the repository for this revision to rL LLVM.

I update the tests to use `SearchMemory()`, `StrStr()`, `StrCaseStr()`, and `SleepSeconds()`, instead of posix specific functions.


Repository:
  rL LLVM

https://reviews.llvm.org/D27729

Files:
  lib/Fuzzer/FuzzerUtil.h
  lib/Fuzzer/FuzzerUtilPosix.cpp
  lib/Fuzzer/FuzzerUtilWindows.cpp
  lib/Fuzzer/test/OutOfMemoryTest.cpp
  lib/Fuzzer/test/StrstrTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27729.81295.patch
Type: text/x-patch
Size: 3301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161213/a92123f2/attachment.bin>


More information about the llvm-commits mailing list