[libFuzzer] When -test_single_input crashes the test it is not necessary to write...
authorKostya Serebryany <kcc@google.com>
Fri, 16 Oct 2015 22:41:47 +0000 (22:41 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 16 Oct 2015 22:41:47 +0000 (22:41 +0000)
commit17062e257e70c0cc23df818e3e6444759e1fe08b
treedfbaaf3a61284e64d1ae291963f3ed533bda0de5
parentd6d66ea302a0c1d06a30e0f91e6587aae2a17623
[libFuzzer] When -test_single_input crashes the test it is not necessary to write crash-file because input is already known to the user. Patch by Mike Aizatsky

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250564 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/fuzzer.test