summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/merge-control-file.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not ↵Kostya Serebryany2019-02-141-5/+5
| | | | | | just features llvm-svn: 354076
* [libFuzzer] a bit of refactoring of the fork modeKostya Serebryany2019-02-131-2/+3
| | | | llvm-svn: 353910
* [libFuzzer] remove two unused experimental flagsKostya Serebryany2019-02-081-10/+0
| | | | llvm-svn: 353573
* [libFuzzer] Enable tests on WindowsMatt Morehouse2018-09-041-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Enable tests on Windows and make check-fuzzer pass on it. Make check-fuzzer pass on Windows by fixing libFuzzer, fixing tests, and by disabling tests on Windows. Most of these are disabled temporarily as support for the tests and the features they test will be added incrementally. Other tests will not be enabled since they require things that are not on Windows (eg: afl_driver tests). Every test that was explicitly disabled on Windows has a comment explaining why (unless obvious like merge-posix.test). The lit.cfg file was modified to support running tests on windows. fuzzer-dirs.test was fixed by making the Windows implementation print the same error message as the posix version. merge-control-file.test was fixed by making the test binary end with the ".exe" extension (on all platforms). Patch By: metzman Reviewers: morehouse Reviewed By: morehouse Subscribers: srhines, mgorny Differential Revision: https://reviews.llvm.org/D51549 llvm-svn: 341385
* [libFuzzer] [NFC] Remaining minor fixes to support testing on devices.George Karpenkov2018-06-141-0/+1
| | | | | | XFAIL's and adding %run commands. llvm-svn: 334774
* [libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov2018-05-111-7/+7
| | | | | | | | | | This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
* [libFuzzer] add more tests for mergeKostya Serebryany2017-11-161-0/+10
| | | | llvm-svn: 318453
* [libFuzzer] allow merge to resume after being preempted Kostya Serebryany2017-11-091-0/+47
llvm-svn: 317767
OpenPOWER on IntegriCloud