summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-leak.test
Commit message (Expand)AuthorAgeFilesLines
* Moving libFuzzer from LLVM to compiler-rt.George Karpenkov2017-08-211-37/+0
* [libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer testsKostya Serebryany2017-08-041-13/+13
* Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.George Karpenkov2017-08-041-10/+14
* [libFuzzer] split two tests to get more parallelism in test runsKostya Serebryany2017-03-241-2/+0
* [libFuzzer] fix -error_exitcode=N, now with a test Kostya Serebryany2016-11-031-0/+1
* [libFuzzer] detect leaks after every run when executing fixed inputs (./fuzze...Kostya Serebryany2016-10-181-0/+3
* [libFuzzer] add ThreadedLeakTestKostya Serebryany2016-07-151-0/+5
* [LibFuzzer] Disable building and running LSan tests on Apple platforms becaus...Dan Liew2016-06-071-0/+1
* [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-261-2/+0
* [libFuzzer] when there is a leak in the existing corpus report the reproducer...Kostya Serebryany2016-05-261-1/+1
* [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] added -detect_leaks flag (0 by default for now). When enabled, it...Kostya Serebryany2016-04-201-3/+17
* [libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...Kostya Serebryany2016-03-241-0/+9
OpenPOWER on IntegriCloud