[libFuzzer] disable leak detection if we have tried it for 1000 times w/o finding...
authorKostya Serebryany <kcc@google.com>
Wed, 27 Apr 2016 19:52:34 +0000 (19:52 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 27 Apr 2016 19:52:34 +0000 (19:52 +0000)
commit7018a1aaa49ea109b30a5440daac45e9dbbd4e0d
treebf399ab2d68b726744af6cac168654e2ae79440f
parent289bd5f6843ba3e7a7a1831ce59d25aedae75aae
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o finding a leak

llvm-svn: 267770
llvm/lib/Fuzzer/FuzzerInternal.h
llvm/lib/Fuzzer/FuzzerLoop.cpp
llvm/lib/Fuzzer/test/AccumulateAllocationsTest.cpp [new file with mode: 0644]
llvm/lib/Fuzzer/test/CMakeLists.txt