summaryrefslogtreecommitdiff
path: root/lib/Fuzzer
AgeCommit message (Expand)Author
2017-04-20Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."Ahmed Bougacha
2017-04-19[libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token...Kostya Serebryany
2017-04-19Revert r300789: There are Windows bot failures.Kuba Mracek
2017-04-19[libFuzzer] Always build libFuzzerKuba Mracek
2017-04-19[libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany
2017-04-19[libFuzzer] update -help: mention -exact_artifact_path in help for -minimize_...Kostya Serebryany
2017-04-17[libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...Kostya Serebryany
2017-04-12[libFuzzer] XFAIL fuzzer-oom.test on Darwin.Akira Hatanaka
2017-04-11[libFuzzer] fix type in signal name.Vitaly Buka
2017-04-03[Fuzzer] Flush std::cout before aborting in CxxStringEqTestReid Kleckner
2017-03-31[libFuzzer] simplify the code a bitKostya Serebryany
2017-03-31[libFuzzer] tests: don't test 64-bit comparison on 32-bit buildsKostya Serebryany
2017-03-31[libFuzzer] ensure that strncmp is not inlined in a testKostya Serebryany
2017-03-31[libFuzzer] make sure we don't execute libFuzzer's mem* and str* hooks while ...Kostya Serebryany
2017-03-31[libFuzzer] try to fix value-profile-strncmp on the Mac botKostya Serebryany
2017-03-30[libFuzzer] remove a stale flag from tests, run value-profile-strncmp.test lo...Kostya Serebryany
2017-03-30[libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentat...Kostya Serebryany
2017-03-27[libfuzzer] Remove XFAIL for OutOfMemory test.Juergen Ributzka
2017-03-25[libFuzzer] Fix test on Windows.Vitaly Buka
2017-03-25[libFuzzer] read asan's dedup_token while minimizing a crash and stop minimiz...Kostya Serebryany
2017-03-24[libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357Kostya Serebryany
2017-03-24[libFuzzer] honor -exact_artifact_path for all intermediate files during cras...Kostya Serebryany
2017-03-24[libFuzzer] split two tests to get more parallelism in test runsKostya Serebryany
2017-03-24[libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...Kostya Serebryany
2017-03-23[libFuzzer] fix non-linux buildKostya Serebryany
2017-03-23[libFuzzer] create experimental support for user-provided coverage signalKostya Serebryany
2017-03-22[libFuzzer] add two experimental flags to make corpus merging more scalable: ...Kostya Serebryany
2017-03-17[libFuzzer] inline the code of __sanitizer_cov_trace_pc_guard into itKostya Serebryany
2017-03-17[libFuzzer] Experimenting with dictionary minimization.Kostya Serebryany
2017-03-17[libFuzzer] add a test with two different bugsKostya Serebryany
2017-03-15[libFuzzer] add a dummy LLVMFuzzerMutate to afl/afl_driver.cpp (https://githu...Kostya Serebryany
2017-03-15[libFuzzer] call __sanitizer_print_memory_profile with two paramsKostya Serebryany
2017-03-15Revert "[libFuzzer] Use ChooseUnitIdxToMutate to pick item for crossover."Vitaly Buka
2017-03-15[libFuzzer] Use ChooseUnitIdxToMutate to pick item for crossover.Vitaly Buka
2017-03-15[libFuzzer] remove even more stale codeKostya Serebryany
2017-03-15[libFuzzer] simplify code a bitKostya Serebryany
2017-03-14[libFuzzer] remove more stale codeKostya Serebryany
2017-03-14[libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will ...Kostya Serebryany
2017-03-14[libFuzzer] remove stale codeKostya Serebryany
2017-03-13[libFuzzer] Reorder includes in testVitaly Buka
2017-03-13[libFuzzer] Fix compilation of CustomCrossOverAndMutateTest on WindowsVitaly Buka
2017-03-11[libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTestKostya Serebryany
2017-03-11[libFuzzer] reduce the number of vector resizes during merge (https://github....Kostya Serebryany
2017-03-11[libFuzzer] print how much memory is consumed by the outer merge process (htt...Kostya Serebryany
2017-03-11[libFuzzer] add test/LargeTest.cpp, mostly for manual experiments with large ...Kostya Serebryany
2017-03-11[libFuzzer] remove fuzzer-jobs.test which is flaky and not very usefulKostya Serebryany
2017-03-07[fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOverVitaly Buka
2017-03-07Un-XFAIL Fuzzer/test/dump_coverage.test. This now passes on Darwin (after r2...Kuba Mracek
2017-03-06[libfuzzer] do not use xargs for shell expansionMike Aizatsky
2017-03-03un-Xfail Fuzzer test that decided to pass on Green DragonMehdi Amini