summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/merge.test
Commit message (Collapse)AuthorAgeFilesLines
* Moving libFuzzer from LLVM to compiler-rt.George Karpenkov2017-08-211-55/+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
* [libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer testsKostya Serebryany2017-08-041-8/+8
| | | | llvm-svn: 310110
* Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.George Karpenkov2017-08-041-7/+9
| | | | | | | | | | | | | | | | | | | | | This revision ports all libFuzzer tests apart from the unittest to LIT. The advantages of doing so include: - Tests being self-contained - Much easier debugging of a single test - No need for using a two-stage compilation The unit-test is still compiled using CMake, but it does not need a freshly built compiler. NOTE: The previous two-stage bot configuration will NOT work, as in the second stage build LLVM_USE_SANITIZER is set, which disables ASAN from being built. Thus bots will be reconfigured in the next few commits. Differential Revision: https://reviews.llvm.org/D36295 llvm-svn: 310075
* [libFuzzer] Remove ? wildcard on tests.Marcos Pividori2017-02-081-7/+10
| | | | | | | | We can not use the wildcard ? on Windows. Differential Revision: https://reviews.llvm.org/D29534 llvm-svn: 294382
* [libFuzzer] Isolate merge tests that require posix.Marcos Pividori2017-02-011-8/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D29420 llvm-svn: 293828
* [libFuzzer] exit(1) on failed mergeKostya Serebryany2017-01-181-0/+4
| | | | llvm-svn: 292319
* [libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany2017-01-051-0/+8
| | | | llvm-svn: 291182
* [libFuzzer] enable the failure-resistant merge by default (with ↵Kostya Serebryany2016-12-151-12/+20
| | | | | | trace-pc-guard only) llvm-svn: 289772
* [libFuzzer] respect -max_len during mergeKostya Serebryany2016-12-121-0/+2
| | | | llvm-svn: 289467
* [libFuzzer] test cleanupKostya Serebryany2016-12-101-2/+0
| | | | llvm-svn: 289312
* [libFuzzer] fix merging with trace-pc-guardKostya Serebryany2016-09-231-3/+5
| | | | llvm-svn: 282224
* [libFuzzer] print a visible message if merge fails due to a crash Kostya Serebryany2016-09-101-0/+6
| | | | llvm-svn: 281122
* [libFuzzer] improve -merge functionalityKostya Serebryany2016-03-181-6/+7
| | | | llvm-svn: 263769
* [libFuzzer] add -merge flag to merge corporaKostya Serebryany2015-10-241-0/+29
llvm-svn: 251168
OpenPOWER on IntegriCloud