summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/StrstrTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Update tests to use more general functions instead of posix ↵Marcos Pividori2016-12-161-0/+6
| | | | | | | | | | | specific. Replace sleep() posix function by a more portable sleep_for() function from std. Also, ignore memmem() and strcasestr() on Windows. Differential Revision: https://reviews.llvm.org/D27729 llvm-svn: 289964
* [libFuzzer] properly intercept memmemKostya Serebryany2016-07-191-1/+5
| | | | llvm-svn: 276006
* [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmpKostya Serebryany2016-07-151-0/+18
llvm-svn: 275648
OpenPOWER on IntegriCloud