summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [libfuzzer] adding license headers to cpp filesMike Aizatsky2016-04-0127-0/+81
* [libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...Kostya Serebryany2016-03-244-4/+24
* [libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...Kostya Serebryany2016-03-183-0/+48
* [libFuzzer] read corpus dirs recursivelyKostya Serebryany2016-03-181-0/+9
* [libFuzzer] improve -merge functionalityKostya Serebryany2016-03-182-15/+16
* [libFuzzer] deprecate several flagsKostya Serebryany2016-03-172-2/+2
* [libfuzzer] adding std:string to allowed adaptable argument.Mike Aizatsky2016-03-041-0/+9
* [libfuzzer] arbitrary function adapter.Mike Aizatsky2016-03-034-0/+124
* [libFuzzer] add generic signal handlers so that libFuzzer can report at least...Kostya Serebryany2016-03-012-1/+5
* [libFuzzer] fixing the botKostya Serebryany2016-02-271-1/+1
* [libFuzzer] speedup path coverage handlingKostya Serebryany2016-02-271-0/+1
OpenPOWER on IntegriCloud