summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Remove unnecessary includes of posix headers.Marcos Pividori2016-12-161-1/+0
| | | | | | | | | Remove includes of "unistd.h" header, which is missing in non posix systems. Differential Revision: https://reviews.llvm.org/D277300 llvm-svn: 289965
* [libFuzzer] Update tests to use more general functions instead of posix ↵Marcos Pividori2016-12-161-1/+2
| | | | | | | | | | | 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] enhance -rss_limit_mb and enable by default. Now it will print ↵Kostya Serebryany2016-05-061-0/+31
the OOM reproducer. llvm-svn: 268821
OpenPOWER on IntegriCloud