summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] change the default max_len from 64 to 4096. This will affect case...Kostya Serebryany2017-06-157-5/+12
* Fixing section name for Darwin platforms for sanitizer coverageGeorge Karpenkov2017-06-141-1/+1
* [libFuzzer] really restrict the new test to Linux (fails on Mac/Windows curre...Kostya Serebryany2017-06-141-1/+3
* [libFuzzer] restrict the new test to Linux (fails on Mac currently)Kostya Serebryany2017-06-131-0/+1
* [libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...Kostya Serebryany2017-06-136-4/+30
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0656-73/+72
* [libFuzzer] fix a test to match the new sanitizer run-timeKostya Serebryany2017-05-311-4/+4
* [libFuzzer] Don't replace custom signal handlers.Vitaly Buka2017-05-251-0/+2
* [libFuzzer] fix tests on WindowsKostya Serebryany2017-05-151-0/+1
* [libFuzzer] improve the afl driver and it's tests. Make it possible to run in...Kostya Serebryany2017-05-152-1/+32
* [libFuzzer] make sure the input data is not overwritten in the fuzz target (i...Kostya Serebryany2017-05-093-0/+16
* Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windowsDuncan P. N. Exon Smith2017-04-281-0/+2
* Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."Ahmed Bougacha2017-04-201-1/+0
* [libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...Kostya Serebryany2017-04-173-0/+20
* [libFuzzer] XFAIL fuzzer-oom.test on Darwin.Akira Hatanaka2017-04-121-0/+1
* [Fuzzer] Flush std::cout before aborting in CxxStringEqTestReid Kleckner2017-04-031-0/+1
* [libFuzzer] tests: don't test 64-bit comparison on 32-bit buildsKostya Serebryany2017-03-312-5/+7
* [libFuzzer] ensure that strncmp is not inlined in a testKostya Serebryany2017-03-311-1/+2
* [libFuzzer] try to fix value-profile-strncmp on the Mac botKostya Serebryany2017-03-311-1/+1
* [libFuzzer] remove a stale flag from tests, run value-profile-strncmp.test lo...Kostya Serebryany2017-03-304-4/+4
* [libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentat...Kostya Serebryany2017-03-303-0/+16
* [libfuzzer] Remove XFAIL for OutOfMemory test.Juergen Ributzka2017-03-271-1/+0
* [libFuzzer] Fix test on Windows.Vitaly Buka2017-03-251-1/+1
* [libFuzzer] read asan's dedup_token while minimizing a crash and stop minimiz...Kostya Serebryany2017-03-251-0/+16
* [libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357Kostya Serebryany2017-03-243-0/+21
* [libFuzzer] honor -exact_artifact_path for all intermediate files during cras...Kostya Serebryany2017-03-241-2/+3
* [libFuzzer] split two tests to get more parallelism in test runsKostya Serebryany2017-03-244-12/+13
* [libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...Kostya Serebryany2017-03-241-3/+3
* [libFuzzer] fix non-linux buildKostya Serebryany2017-03-231-0/+2
* [libFuzzer] create experimental support for user-provided coverage signalKostya Serebryany2017-03-234-0/+73
* [libFuzzer] add two experimental flags to make corpus merging more scalable: ...Kostya Serebryany2017-03-222-0/+29
* [libFuzzer] add a test with two different bugsKostya Serebryany2017-03-172-0/+23
* [libFuzzer] remove stale codeKostya Serebryany2017-03-141-1/+1
* [libFuzzer] Reorder includes in testVitaly Buka2017-03-131-2/+2
* [libFuzzer] Fix compilation of CustomCrossOverAndMutateTest on WindowsVitaly Buka2017-03-131-1/+2
* [libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTestKostya Serebryany2017-03-111-1/+1
* [libFuzzer] add test/LargeTest.cpp, mostly for manual experiments with large ...Kostya Serebryany2017-03-111-0/+37
* [libFuzzer] remove fuzzer-jobs.test which is flaky and not very usefulKostya Serebryany2017-03-111-31/+0
* [fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOverVitaly Buka2017-03-073-0/+35
* Un-XFAIL Fuzzer/test/dump_coverage.test. This now passes on Darwin (after r2...Kuba Mracek2017-03-071-2/+0
* [libfuzzer] do not use xargs for shell expansionMike Aizatsky2017-03-061-1/+1
* un-Xfail Fuzzer test that decided to pass on Green DragonMehdi Amini2017-03-031-1/+0
* Mark some libFuzzer tests as XFAIL'd on DarwinMehdi Amini2017-02-284-0/+7
* [libFuzzer] Update traces hooks test after r293741Justin Bogner2017-02-221-5/+3
* [libFuzzer] Mark a test that infinite loops as unsupportedJustin Bogner2017-02-223-5/+11
* [libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950Kostya Serebryany2017-02-143-0/+23
* [libFuzzer] Export external functions on tests.Marcos Pividori2017-02-101-0/+12
* [libFuzzer] Use long long to ensure 64 bits.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Use custom target instead of list of binaries for tests.Marcos Pividori2017-02-084-16/+8
* [libFuzzer] Change Uninstrumented test name.Marcos Pividori2017-02-083-2/+2
OpenPOWER on IntegriCloud