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