Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] Remove unnecessary includes of posix headers. | Marcos Pividori | 2016-12-16 | 1 | -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 Pividori | 2016-12-16 | 1 | -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 Serebryany | 2016-05-06 | 1 | -0/+31 |
the OOM reproducer. llvm-svn: 268821 |