summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/afl-driver-extra-stats.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Disable afl tests on non-posix systems.Marcos Pividori2017-02-011-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 Aizatsky2016-06-301-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
OpenPOWER on IntegriCloud