summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/CustomCrossOverTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Generate error reports when a fuzz target exits.Matt Morehouse2017-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | Summary: Implements https://github.com/google/sanitizers/issues/835. Flush stdout before exiting in test cases. Since the atexit hook is used for exit reports, pending prints to stdout can be lost if they aren't flushed before calling exit(). Expect tests to have non-zero exit code if exit() is called. Reviewers: vitalybuka, kcc Reviewed By: kcc Subscribers: eraman, llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D35602 llvm-svn: 308669
* [libFuzzer] remove unused optionKostya Serebryany2016-09-301-0/+6
| | | | llvm-svn: 282971
* [libfuzzer] custom crossover interface function.Mike Aizatsky2016-06-071-0/+57
Differential Revision: http://reviews.llvm.org/D21089 llvm-svn: 272054
OpenPOWER on IntegriCloud