summaryrefslogtreecommitdiff
path: root/test/fuzzer
AgeCommit message (Expand)Author
2018-05-31[libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany
2018-05-25[libFuzzer] Avoid optimization of "abs(x) < 0"Vitaly Buka
2018-05-25Revert "[libFuzzer] [NFC] Generalize DSO tests to work even when files are mo...Vitaly Buka
2018-05-24[libFuzzer] [NFC] Generalize fdmask test.George Karpenkov
2018-05-24[libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer testsGeorge Karpenkov
2018-05-24[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov
2018-05-24[libFuzzer] Fix multi-arch build support for fuzzer tests.George Karpenkov
2018-05-24[libFuzzer] XFAIL a few libFuzzer tests on iOS.George Karpenkov
2018-05-24[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany
2018-05-23[libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany
2018-05-23[libFuzzer] change the output format for the DataFlow tracerKostya Serebryany
2018-05-23[libFuzzer] add a stress test for the DataFlow tracerKostya Serebryany
2018-05-21[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany
2018-05-16[libFuzzer] rename a test from .c to .cppKostya Serebryany
2018-05-16[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany
2018-05-16[libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).Max Moroz
2018-05-15[libFuzzer] deprecate equivalence_serverKostya Serebryany
2018-05-11[libFuzzer] [NFC] Split fuzzer.test into smaller testsGeorge Karpenkov
2018-05-11[libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov
2018-05-11[libFuzzer] refactor the implementation of -print_coverageKostya Serebryany
2018-05-10[libFuzzer] simplify tests, remove one redundant test; NFCKostya Serebryany
2018-05-10[libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany
2018-05-10[libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany
2018-05-10[libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany
2018-05-10wrong usages of sem_open in the libFuzzerKamil Rytarowski
2018-05-10[libFuzzer] add a simple puzzle that is difficult for today's libFuzzerKostya Serebryany
2018-05-09[libFuzzer] Disable print-func.test on Darwin.Matt Morehouse
2018-05-08[libFuzzer] Guard symbolization with try-lock.Matt Morehouse
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2018-04-20[LibFuzzer] Report when custom counters are available.Dan Liew
2018-04-06[libFuzzer] Print a correct error message when a directory can't beMatt Morehouse
2018-03-27[libFuzzer] Disable optimization for exit_on_src_pos.test.Matt Morehouse
2018-03-27[libFuzzer] Place volatile after pointer types.Matt Morehouse
2018-03-26[libFuzzer] Do not optimize minimize_two_crashes.test.Matt Morehouse
2018-03-23[libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.Matt Morehouse
2018-03-21[libFuzzer] Disable equivalence-signals test on Darwin due to persistent fail...George Karpenkov
2018-03-07[Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek
2018-01-22[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-17Reland "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17Revert "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17[libFuzzer] Support using libc++Petr Hosek
2018-01-12[libFuzzer] Fix bug introduced in r322380 that always links -lc++.Matt Morehouse
2018-01-12lib Fuzzer FreeBSD supportKamil Rytarowski
2017-12-15[libFuzzer] make the tests depend on ubsanKostya Serebryany
2017-12-12[libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany
2017-12-09[libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany
2017-12-01[libFuzzer] add a flag -malloc_limit_mbKostya Serebryany
2017-11-17[libFuzzer] Fix flaky merge.test.Matt Morehouse
2017-11-16[libFuzzer] Make merge-sigusr.test work on Mac.Matt Morehouse
2017-11-16[libFuzzer] add more tests for mergeKostya Serebryany