aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/fuzzer
AgeCommit message (Expand)AuthorFilesLines
2019-07-15[libFuzzer] Disable fork.test on AArch64Diana Picus1-1/+1
2019-07-11Use clang driver for libfuzzer tests on WindowsReid Kleckner2-5/+3
2019-07-08Revert "[TSan] Attempt to fix iOS on-device test"Julian Lettner1-4/+7
2019-07-06[TSan] Attempt to fix iOS on-device testJulian Lettner1-4/+4
2019-07-05Remove `XFAIL: ios` from test that passes in CIJulian Lettner1-1/+0
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner4-7/+7
2019-06-21[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany3-4/+7
2019-06-20[libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany2-5/+10
2019-06-19Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg1-9/+2
2019-06-17[CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew1-2/+9
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany1-1/+1
2019-06-14[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany3-48/+96
2019-06-14[libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz1-0/+6
2019-06-14Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg3-96/+48
2019-06-13fix whitespacesKostya Serebryany1-3/+1
2019-06-13[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany3-48/+98
2019-06-11Add FuzzedDataProvider helper class / single header library.Max Moroz1-0/+1
2019-05-24[libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany1-1/+1
2019-05-23[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany1-13/+0
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany1-0/+12
2019-05-22[libFuzzer] Sleep after process exits in merge-sigusr.test.Matt Morehouse1-0/+1
2019-05-21[libFuzzer] Kill by session ID in merge-sigusr.test.Matt Morehouse1-3/+3
2019-05-21[libFuzzer] Ignore exit status of wait in merge-sigusr.test.Matt Morehouse1-1/+1
2019-05-21[libFuzzer] Reduce flakiness of merge-sigusr.test.Matt Morehouse1-3/+10
2019-05-20[libFuzzer] Disable fork-sigusr.test on AArch64.Matt Morehouse1-1/+1
2019-05-17[libFuzzer] Dump input on failure for sigusr tests.Matt Morehouse2-2/+2
2019-05-17[libFuzzer] Use SleepOneSecondTest.cpp for fork-sigusr.test.Matt Morehouse1-2/+2
2019-05-16[libFuzzer] Disable merge-sigusr.test on linux.Matt Morehouse1-1/+2
2019-05-16[libFuzzer] Increase merge-sigusr sleep after sending signal.Matt Morehouse1-1/+1
2019-05-16[libFuzzer] Also kill parent process in merge-siguser.test.Matt Morehouse1-0/+1
2019-05-16[libFuzzer] Fix typo in merge-sigusr.test.Matt Morehouse1-1/+1
2019-05-16[libFuzzer] Use PID to send signals rather than process name.Matt Morehouse2-4/+4
2019-05-15[libFuzzer] Echo fuzzer output on sigusr tests.Matt Morehouse2-2/+2
2019-05-14[libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2-8/+24
2019-05-09[libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse2-0/+33
2019-05-09[libFuzzer] perform more agressive value profiling in memcmpKostya Serebryany1-1/+2
2019-05-09[libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany3-4/+21
2019-05-09[libFuzzer] simplify value-profile-mem.test a little bitKostya Serebryany1-1/+2
2019-05-08[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany1-2/+2
2019-05-08[libFuzzer] extend the test for data flow tracer and coverage; also hopefully...Kostya Serebryany1-1/+11
2019-05-08[libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany3-25/+44
2019-05-08[libFuzzer] disable two tests on i386 that are causing timeouts on the botsKostya Serebryany2-2/+2
2019-05-07[libFuzzer] Increase timeouts on fork tests and skip one on aarch64Peter Smith3-8/+8
2019-05-02[libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman1-0/+2
2019-05-01[libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failuresPeter Smith2-6/+6
2019-04-30[libFuzzer] Fix failing test: sigint.testJonathan Metzman1-3/+1
2019-04-30[libFuzzer] temporarily disable a test on windows, where there is no memmem i...Kostya Serebryany1-0/+2
2019-04-30[libFuzzer] add MagicSeparatorTestKostya Serebryany2-0/+51
2019-04-30[libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman1-0/+24
2019-04-30fix broken testJonathan Metzman1-7/+7