summaryrefslogtreecommitdiffstats
path: root/libcxx/fuzzing/fuzzing.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added include for <cassert>Marshall Clow2017-11-081-0/+1
| | | | llvm-svn: 317722
* Add more fuzzing bits: partial_sort_copy, partition_copy, unique, ↵Marshall Clow2017-10-301-16/+190
| | | | | | unique_copy. No functional change to libc++; this is all test infastructure llvm-svn: 316951
* More fuzzing interfacesMarshall Clow2017-10-231-1/+101
| | | | llvm-svn: 316394
* Fix a think-o in the design of the stable_XXX sort tests; only shows up for ↵Marshall Clow2017-10-181-2/+2
| | | | | | test cases > 255 elements llvm-svn: 316125
* More fuzzing infastructre - regexMarshall Clow2017-10-121-2/+56
| | | | llvm-svn: 315582
* Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow2017-10-041-0/+222
llvm-svn: 314940
OpenPOWER on IntegriCloud