| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libFuzzer] Disable afl tests on non-posix systems. | Marcos Pividori | 2017-02-01 | 1 | -0/+2 |
| | | | | | | | | | AflDriver is not supported on non posix systems. Differential Revision: https://reviews.llvm.org/D29422 llvm-svn: 293830 | ||||
| * | [libFuzzer] Let user specify extra stats file. | Mike Aizatsky | 2016-06-30 | 1 | -0/+28 |
| Summary: If AFL_DRIVER_EXTRA_STATS_FILENAME is set and valid, write to it peak_rss_mb and slowest_unit_time_sec. These are both stats that libFuzzer can print but afl cannot. Reviewers: kcc, aizatsky, metzman Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D21742 llvm-svn: 274273 | |||||

