summaryrefslogtreecommitdiff
path: root/test/fuzzer
AgeCommit message (Expand)Author
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz
2018-07-20[libFuzzer] Use separate test directory for each configJoel E. Denny
2018-07-19[libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany
2018-07-19[libFuzzer] quick hack to fix the botKostya Serebryany
2018-07-19[libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany
2018-07-17[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16[libFuzzer] Avoid STL in MSan test.Matt Morehouse
2018-07-16Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz
2018-07-16[cmake][libFuzzer] fixup r337193 to ensure msan/dfsan are not addedAlex Lorenz
2018-07-16[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-16[libFuzzer] Add msan and dfsan to test deps.Matt Morehouse
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-13[fuzzer] [tests] Increase the number of iterations for three-bytes.testGeorge Karpenkov
2018-07-12[SanitizerCoverage] Add associated metadata to 8-bit counters.Matt Morehouse
2018-07-12[libFuzzer] If LLD available, require it to build first.Matt Morehouse
2018-07-12[libFuzzer] Use lld-available for gc-sections.test.Matt Morehouse
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to another compiler-rt testJoel E. Denny
2018-07-10[libFuzzer] Disable dataflow.test on AArch64.Matt Morehouse
2018-07-10Revert "[Fuzzer] Afl driver changing iterations handling"Matt Morehouse
2018-07-10[LibFuzzer] Disable MSan test on Darwin which was added by r336619. The Memor...Dan Liew
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
2018-07-09Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse
2018-07-09[libFuzzer] Mutation tracking and logging implementedMatt Morehouse
2018-07-06Recommit "[CMake] Run libFuzzer tests with check-all."Yvan Roux
2018-07-06[libFuzzer] Disable hanging tests on AArch64Yvan Roux
2018-07-05Revert "[CMake] Run libFuzzer tests with check-all."Yvan Roux
2018-07-03[libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany
2018-07-03[libFuzzer] add a tiny and surprisingly hard puzzleKostya Serebryany
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-28[libFuzzer] [Tests] [NFC] Change seed for reduce_inputs.testGeorge Karpenkov
2018-06-27[libFuzzer] [NFC] [Tests] Mark signal handling tests as UNSUPPORTED on DarwinGeorge Karpenkov
2018-06-26[libFuzzer] Mark several tests UNSUPPORTED for aarch64.Matt Morehouse
2018-06-25[CMake] Run libFuzzer tests with check-all.Matt Morehouse
2018-06-21[libFuzzer] Filter architectures for testing on Apple platforms.George Karpenkov
2018-06-21[libFuzzer] Provide more descriptive names for testing targets.George Karpenkov
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-15[libFuzzer] Avoid -fuse-ld=lld on gc-sections.Matt Morehouse
2018-06-15[SanitizerCoverage] Add associated metadata to pc-tables.Matt Morehouse
2018-06-14[libFuzzer] [NFC] XFAIL one of the tests on iOS.George Karpenkov
2018-06-14[libFuzzer] [NFC] Remaining minor fixes to support testing on devices.George Karpenkov
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-06-14[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov
2018-06-12[libFuzzer] [NFC] Do not use hardcoded relative paths in tests.George Karpenkov
2018-06-12[libFuzzer] [NFC] Make compiler command generation more readable.George Karpenkov
2018-06-12[Fuzzer] Afl driver changing iterations handlingDavid Carlier
2018-06-07[libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany
2018-06-07[libFuzzer] simplify a test, hopefully to fix the botKostya Serebryany