aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/test_fuzzers.py
Commit message (Collapse)AuthorAgeFilesLines
* Avoid variable overwriteJack Lloyd2017-08-311-7/+7
| | | | I hate (and always forget) how Python list comprehensions leak the iteration variable.
* Use multiprocessing in the fuzzer test scriptJack Lloyd2017-08-311-29/+37
| | | | Improved performance from ~48 seconds to ~10 seconds on my machine.
* Flush stdout for CIJack Lloyd2017-08-251-0/+1
|
* Report corpus counts, add --gdb optionJack Lloyd2017-08-251-15/+66
|
* Create new fuzzer build modeJack Lloyd2017-08-251-0/+78