summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Let user specify extra stats file.Mike Aizatsky2016-06-302-1/+29
* [libfuzzer] moving is_ascii handler inside mutation dispatcher.Mike Aizatsky2016-06-231-12/+11
* [libFuzzer] Add standard license info and comment header to AFLDriverTest.cppVitaly Buka2016-06-231-0/+4
* [libFuzzer] make the single-run output more reliableKostya Serebryany2016-06-171-2/+2
* [libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...Kostya Serebryany2016-06-161-7/+4
* Fix test from D21194Vitaly Buka2016-06-161-2/+1
* Debugging D21194 issues on botVitaly Buka2016-06-161-0/+1
* Enable libFuzzer's afl_driver to append stderr to a file.Vitaly Buka2016-06-163-0/+35
* [LibFuzzer] Fix ``FuzzerMutate.ShuffleBytes2`` unit test on OSX.Dan Liew2016-06-151-1/+1
* Revert "Enable libFuzzer's afl_driver to append stderr to a file."Vitaly Buka2016-06-143-35/+0
* Enable libFuzzer's afl_driver to append stderr to a file.Vitaly Buka2016-06-143-0/+35
* [LibFuzzer] Disable the ``fuzzer-trace-pc.test`` test on non-linux platforms.Dan Liew2016-06-141-0/+4
* [LibFuzzer] Move tests in ``fuzzer-traces.test`` that require hooks to their ...Dan Liew2016-06-142-17/+23
* [LibFuzzer] Fix some unit test crashes on OSX.Dan Liew2016-06-101-0/+4
* [libFuzzer] add one more OOM test, which we currently don't handle very wellKostya Serebryany2016-06-092-0/+30
* [libFuzzer] add a test that is built w/o coverage instrumentation but has the...Kostya Serebryany2016-06-084-1/+22
* [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``Dan Liew2016-06-071-0/+21
* [LibFuzzer] Split the fuzzer-oom.test into two tests.Dan Liew2016-06-073-1/+14
* [libfuzzer] custom crossover interface function.Mike Aizatsky2016-06-073-0/+68
* [libfuzzer] prune_corpus option for disabling pruning during the load.Mike Aizatsky2016-06-071-0/+13
* [LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/Dan Liew2016-06-071-2/+2
* [LibFuzzer] Disable building and running LSan tests on Apple platforms becaus...Dan Liew2016-06-074-0/+18
* [libfuzzer] splitting fuzzer.testMike Aizatsky2016-06-0311-97/+99
* [LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer te...Dan Liew2016-06-024-1/+19
* [libFuzzer] use __sanitizer_print_memory_profile to print the memory profile ...Kostya Serebryany2016-06-021-0/+1
* [libFuzzer] when an invalid flag is given, warn, but don't crashKostya Serebryany2016-06-011-0/+4
* [libFuzzer] fix a use-after-free (!) in libFuzzer caused by r270905: that CL ...Kostya Serebryany2016-05-291-4/+7
* [libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask. This allows us...Kostya Serebryany2016-05-271-1/+3
* [LibFuzzer] Refactor declaration of tests in CMake.Dan Liew2016-05-276-115/+104
* [libFuzzer] make check-fuzzer a bit fasterKostya Serebryany2016-05-271-3/+2
* [libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...Kostya Serebryany2016-05-271-0/+3
* [libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...Kostya Serebryany2016-05-263-2/+26
* [LibFuzzer] Allow LibFuzzer to be built in modes other than RELEASE.Dan Liew2016-05-266-12/+35
* [libFuzzer] when there is a leak in the existing corpus report the reproducer...Kostya Serebryany2016-05-261-1/+1
* [libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...Kostya Serebryany2016-05-261-0/+3
* [libfuzzer] replacing unittest for truncate_units with functional test.Mike Aizatsky2016-05-254-22/+22
* [libFuzzer] print stats if we crash on empty inputKostya Serebryany2016-05-253-0/+23
* [libfuzzer] Trying random unit prefixes during corpus load.Mike Aizatsky2016-05-241-0/+22
* [libFuzzer] print the file name before executing the input so that if there i...Kostya Serebryany2016-05-131-2/+2
* [libFuzzer] simplify FuzzerInterface.hKostya Serebryany2016-05-131-1/+1
* [libFuzzer] add a test for libFuzzer+ubsan, extend the docs on using libFuzze...Kostya Serebryany2016-05-094-0/+56
* [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...Kostya Serebryany2016-05-063-0/+36
* [libFuzzer] print stats after running individual inputsKostya Serebryany2016-05-041-0/+4
* [libFuzzer] enable detect_leaks=1, add proper docsKostya Serebryany2016-04-291-1/+1
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-271-1/+2
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-272-0/+18
* [libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...Kostya Serebryany2016-04-202-4/+21
* [libFuzzer] try to print correct time in seconds when reporting a timeout. Do...Kostya Serebryany2016-04-181-1/+1
* [libFuzzer] warn if the corpus is emptyKostya Serebryany2016-04-181-0/+1
* [libFuzzer] add a better warning for command line flags with -- (two dashes)Kostya Serebryany2016-04-151-0/+2
OpenPOWER on IntegriCloud