OSDN Git Service

[libFuzzer] add a test that is built w/o coverage instrumentation but has the coverag...
authorKostya Serebryany <kcc@google.com>
Wed, 8 Jun 2016 01:46:13 +0000 (01:46 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 8 Jun 2016 01:46:13 +0000 (01:46 +0000)
commitfd9cb1a5c565c224897bd49abc5f8c186ba6aaa0
tree178dd72abad092414d46627783203c62f86ce671
parent9f5007947e5bcdd2a82f3a073d044076a4474678
[libFuzzer] add a test that is built w/o coverage instrumentation but has the coverage rt (it should now fail with a descriptive message)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272090 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/fuzzer.test
lib/Fuzzer/test/no-coverage/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/uninstrumented/CMakeLists.txt