summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/CustomCrossOverTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moving libFuzzer from LLVM to compiler-rt.George Karpenkov2017-08-211-64/+0
| | | | | | | | | This change only removes libFuzzer tests and CMake machinery, the source copy temporarily remains at the old location. Differential Revision: https://reviews.llvm.org/D36980 llvm-svn: 311405
* 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