[fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This does...
authorKostya Serebryany <kcc@google.com>
Thu, 29 Jan 2015 23:01:07 +0000 (23:01 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 29 Jan 2015 23:01:07 +0000 (23:01 +0000)
commit4ac4c33f2df8fc139b9b48bd36b5cbbbd3bfdd40
treed0f96cb3ce298968abcb1894ee8a8eb29de37513
parent880af70fa16dbcc7e59fd1029c781315b3fe33bf
[fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This does not scale very well yet, but might be a good start.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227507 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMain.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/ExactTest.cpp [deleted file]
lib/Fuzzer/test/FullCoverageSetTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test