summaryrefslogtreecommitdiff
path: root/test/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-10-011-2/+9
* [libFuzzer] Remove lazy counters.Matt Morehouse2019-10-011-3/+0
* [libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips2019-09-261-1/+1
* [libFuzzer] Remove hardcoded number of new features in merge_two_step.test.Max Moroz2019-09-111-2/+2
* [libFuzzer] Make -merge=1 to reuse coverage information from the control file.Max Moroz2019-09-112-2/+31
* [libFuzzer] Disable fork.test on AArch64Diana Picus2019-07-151-1/+1
* Use clang driver for libfuzzer tests on WindowsReid Kleckner2019-07-112-5/+3
* Revert "[TSan] Attempt to fix iOS on-device test"Julian Lettner2019-07-081-4/+7
* [TSan] Attempt to fix iOS on-device testJulian Lettner2019-07-061-4/+4
* Remove `XFAIL: ios` from test that passes in CIJulian Lettner2019-07-051-1/+0
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-274-7/+7
* [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany2019-06-213-4/+7
* [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany2019-06-202-5/+10
* Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg2019-06-191-9/+2
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-06-171-2/+9
* [libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany2019-06-141-1/+1
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-143-48/+96
* [libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz2019-06-141-0/+6
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-143-96/+48
* fix whitespacesKostya Serebryany2019-06-131-3/+1
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-133-48/+98
* Add FuzzedDataProvider helper class / single header library.Max Moroz2019-06-111-0/+1
* [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany2019-05-241-1/+1
* [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany2019-05-231-13/+0
* [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany2019-05-231-0/+12
* [libFuzzer] Sleep after process exits in merge-sigusr.test.Matt Morehouse2019-05-221-0/+1
* [libFuzzer] Kill by session ID in merge-sigusr.test.Matt Morehouse2019-05-211-3/+3
* [libFuzzer] Ignore exit status of wait in merge-sigusr.test.Matt Morehouse2019-05-211-1/+1
* [libFuzzer] Reduce flakiness of merge-sigusr.test.Matt Morehouse2019-05-211-3/+10
* [libFuzzer] Disable fork-sigusr.test on AArch64.Matt Morehouse2019-05-201-1/+1
* [libFuzzer] Dump input on failure for sigusr tests.Matt Morehouse2019-05-172-2/+2
* [libFuzzer] Use SleepOneSecondTest.cpp for fork-sigusr.test.Matt Morehouse2019-05-171-2/+2
* [libFuzzer] Disable merge-sigusr.test on linux.Matt Morehouse2019-05-161-1/+2
* [libFuzzer] Increase merge-sigusr sleep after sending signal.Matt Morehouse2019-05-161-1/+1
* [libFuzzer] Also kill parent process in merge-siguser.test.Matt Morehouse2019-05-161-0/+1
* [libFuzzer] Fix typo in merge-sigusr.test.Matt Morehouse2019-05-161-1/+1
* [libFuzzer] Use PID to send signals rather than process name.Matt Morehouse2019-05-162-4/+4
* [libFuzzer] Echo fuzzer output on sigusr tests.Matt Morehouse2019-05-152-2/+2
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2019-05-142-8/+24
* [libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse2019-05-092-0/+33
* [libFuzzer] perform more agressive value profiling in memcmpKostya Serebryany2019-05-091-1/+2
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-093-4/+21
* [libFuzzer] simplify value-profile-mem.test a little bitKostya Serebryany2019-05-091-1/+2
* [libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany2019-05-081-2/+2
* [libFuzzer] extend the test for data flow tracer and coverage; also hopefully...Kostya Serebryany2019-05-081-1/+11
* [libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany2019-05-083-25/+44
* [libFuzzer] disable two tests on i386 that are causing timeouts on the botsKostya Serebryany2019-05-082-2/+2
* [libFuzzer] Increase timeouts on fork tests and skip one on aarch64Peter Smith2019-05-073-8/+8
* [libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman2019-05-021-0/+2
* [libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failuresPeter Smith2019-05-012-6/+6