summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/print-func.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Mark several tests UNSUPPORTED for aarch64.Matt Morehouse2018-06-261-1/+1
| | | | | | | Now that check-fuzzer runs as part of check-all, some aarch64 bots had tests failing. llvm-svn: 335639
* [libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov2018-05-111-2/+2
| | | | | | | | | | 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] Disable print-func.test on Darwin.Matt Morehouse2018-05-091-0/+1
| | | | | | | | The try-lock guard change seems to be making this test fail on Mac, but I haven't been able to reproduce the failure. Disabling the test on Mac to fix build bot. llvm-svn: 331894
* [libFuzzer] allow -print_funcs=N: N is the max number of new covered ↵Kostya Serebryany2017-08-281-3/+3
| | | | | | function printed llvm-svn: 311945
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered ↵Kostya Serebryany2017-08-251-0/+10
functions during fuzzing llvm-svn: 311797
OpenPOWER on IntegriCloud