summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer.test
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] add a test that is built w/o coverage instrumentation but has the...Kostya Serebryany2016-06-081-0/+3
* [libfuzzer] splitting fuzzer.testMike Aizatsky2016-06-031-97/+0
* [libFuzzer] when an invalid flag is given, warn, but don't crashKostya Serebryany2016-06-011-0/+4
* [libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask. This allows us...Kostya Serebryany2016-05-271-1/+3
* [libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...Kostya Serebryany2016-05-261-0/+3
* [libFuzzer] print stats if we crash on empty inputKostya Serebryany2016-05-251-0/+3
* [libFuzzer] print the file name before executing the input so that if there i...Kostya Serebryany2016-05-131-2/+2
* [libFuzzer] print stats after running individual inputsKostya Serebryany2016-05-041-0/+4
* [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] don't report memory leaks if we are dying due to a timeout (just ...Kostya Serebryany2016-03-241-4/+0
* [libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...Kostya Serebryany2016-03-181-0/+29
* [libFuzzer] read corpus dirs recursivelyKostya Serebryany2016-03-181-0/+9
* [libFuzzer] deprecate several flagsKostya Serebryany2016-03-171-1/+1
* [libFuzzer] add generic signal handlers so that libFuzzer can report at least...Kostya Serebryany2016-03-011-0/+5
* [libFuzzer] add -print_final_stats=1 flagKostya Serebryany2016-02-261-0/+8
* [libFuzzer] get rid of UserSuppliedFuzzer; NFCKostya Serebryany2016-02-131-0/+1
* [libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).Kostya Serebryany2016-02-131-2/+0
* [libFuzzer] provide a plain C interface for custom mutators (experimental)Kostya Serebryany2016-02-131-0/+4
* [libFuzzer] make -runs=N flag also affect the simple runner (will execute eve...Kostya Serebryany2016-02-121-1/+7
* [libFuzzer] hot fix a testKostya Serebryany2016-02-041-1/+1
* [libFuzzer] don't write the test unit when a leak is detected (since we don't...Kostya Serebryany2016-02-041-0/+3
* [libFuzzer] allow passing 1 or more files as individual inputsKostya Serebryany2016-02-021-0/+12
* [libFuzzer] fail if the corpus dir does not existKostya Serebryany2016-02-021-0/+3
* [libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...Kostya Serebryany2016-01-191-0/+3
* [libFuzzer] introduce LLVMFuzzerInitializeKostya Serebryany2016-01-161-0/+2
* [libFuzzer] make sure we find buffer overflow in the input buffer. Previously...Kostya Serebryany2016-01-131-0/+3
* [libFuzzer] add a position hint to the dictionary-based mutatorKostya Serebryany2016-01-071-4/+2
* [libfuzzer] print_new_cov_pcs experimental option.Mike Aizatsky2016-01-061-0/+6
* [libFuzzer] split the tests to run them in parallel, remove one redundant testKostya Serebryany2015-12-191-40/+1
* [libFuzzer] make CrossOver just one of the other mutationsKostya Serebryany2015-12-191-6/+6
* [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.Mike Aizatsky2015-12-101-2/+2
* [libFuzzer] add a flag -exact_artifact_pathKostya Serebryany2015-11-251-0/+2
* [libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...Kostya Serebryany2015-11-121-1/+5
* [libFuzzer] make libFuzzer link if there is no sanitizer coverage instrumenta...Kostya Serebryany2015-11-091-0/+3
* [libFuzzer] use the indirect caller-callee counter as an independent search h...Kostya Serebryany2015-10-221-0/+3
* [libFuzzer] remove the deprecated 'tokens' featureKostya Serebryany2015-10-221-2/+0
* [libFuzzer] print a stack trace on timeoutKostya Serebryany2015-10-161-0/+5
* [libFuzzer] When -test_single_input crashes the test it is not necessary to w...Kostya Serebryany2015-10-161-1/+6
* [libFuzzer] add -artifact_prefix flagKostya Serebryany2015-10-091-3/+5
* [libFuzzer] remove experimental flag and functionalityKostya Serebryany2015-10-021-2/+2
* [libFuzzer] add a flag -max_total_timeKostya Serebryany2015-10-021-0/+3
* [LibFuzzer] test_single_input option to run a single test case.Ivan Krasin2015-10-011-0/+1
* [libFuzzer]Add a test for defeating a hash sum.Ivan Krasin2015-09-081-0/+3
* [libFuzzer] actually make the dictionaries work (+docs)Kostya Serebryany2015-09-041-0/+3
* [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...Kostya Serebryany2015-09-021-1/+1
* [libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...Kostya Serebryany2015-08-121-3/+3
* [libFuzzer] use data-flow feedback from strcmpKostya Serebryany2015-08-051-0/+3
* [libFuzzer] make sure that 2-byte arguments of switch() are handled properlyKostya Serebryany2015-07-311-1/+1
* [libFuzzer] trace switch statements and apply mutations based on the expected...Kostya Serebryany2015-07-311-0/+3
OpenPOWER on IntegriCloud