[libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time flag, print...
authorKostya Serebryany <kcc@google.com>
Fri, 15 Feb 2019 21:51:15 +0000 (21:51 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 15 Feb 2019 21:51:15 +0000 (21:51 +0000)
commit9982ee5472f87059cee75146293d0742f95bacc8
treeac683d4c69d22595ef1823427fef62321d20b28d
parent1dcff8d17ca44abb090ed38d3ef70d25c8e3465c
[libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time flag, print the number of ooms/timeouts/crashes, fix a typo

llvm-svn: 354175
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerFlags.def
compiler-rt/lib/fuzzer/FuzzerFork.cpp
compiler-rt/lib/fuzzer/FuzzerIO.cpp
compiler-rt/lib/fuzzer/FuzzerIO.h
compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
compiler-rt/lib/fuzzer/FuzzerOptions.h
compiler-rt/test/fuzzer/fork.test