OSDN Git Service

[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for...
authorKostya Serebryany <kcc@google.com>
Tue, 27 Sep 2016 00:10:20 +0000 (00:10 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 27 Sep 2016 00:10:20 +0000 (00:10 +0000)
commit65f502816cb0add5e4b40388e933c1061368df3a
tree38f21af2b59894c02e2987af5b16f1d944b78fb8
parente07092b299b73914a879721d107a78e3e3eb8049
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282458 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Fuzzer/FuzzerDefs.h
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerOptions.h
lib/Fuzzer/FuzzerTracePC.cpp
lib/Fuzzer/FuzzerTracePC.h
lib/Fuzzer/FuzzerUtil.cpp
lib/Fuzzer/fuzzer-test-suite/re2-2014-12-09/test.sh [new file with mode: 0755]
lib/Fuzzer/test/MinimizeCorpusTest.cpp
lib/Fuzzer/test/fuzzer.test