summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-dfsan.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] remove dfsan support and some related stale code. This is not ↵Kostya Serebryany2016-10-041-16/+0
| | | | | | being used and as is is pretty weak anyway llvm-svn: 283187
* [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ↵Kostya Serebryany2016-09-091-8/+0
| | | | | | better llvm-svn: 281007
* [LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer ↵Dan Liew2016-06-021-0/+1
| | | | | | | | | | | tests on Apple platforms. This fixes a broken part of the build on OSX as the dataflow sanitizer is not supported on OSX yet. Differential Revision: http://reviews.llvm.org/D20894 llvm-svn: 271492
* [libFuzzer] get rid of UserSuppliedFuzzer; NFCKostya Serebryany2016-02-131-1/+1
| | | | llvm-svn: 260798
* [libFuzzer] suggest a dictionary to the user of some of the trace-based ↵Kostya Serebryany2016-01-141-1/+1
| | | | | | dictionary entries were successful llvm-svn: 257736
* [libFuzzer] don't limit memcmp tracing with 8 bytesKostya Serebryany2016-01-091-3/+4
| | | | llvm-svn: 257245
* [libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the ↵Kostya Serebryany2015-08-121-1/+1
| | | | | | trace-based-mutations are applied llvm-svn: 244712
* [libFuzzer] use data-flow feedback from strcmpKostya Serebryany2015-08-051-0/+3
| | | | llvm-svn: 244084
* [libFuzzer] start refactoring the Mutator and adding tests to itKostya Serebryany2015-08-011-5/+9
| | | | llvm-svn: 243817
* [libFuzzer] support switch interception in dfsan modeKostya Serebryany2015-07-311-0/+4
| | | | llvm-svn: 243760
* [libFuzzer] fix the strncmp interceptor -- it should respect short strings. Kostya Serebryany2015-07-301-1/+1
| | | | llvm-svn: 243691
* [libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o ↵Kostya Serebryany2015-07-301-0/+2
| | | | | | dfsan), add a test llvm-svn: 243611
* [libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), ↵Kostya Serebryany2015-07-301-1/+1
| | | | | | extend the memcmp fuzzer test llvm-svn: 243603
* [libFuzzer] ensure that the dfsan tracing hooks actually run (using ↵Kostya Serebryany2015-07-281-0/+3
| | | | | | -verbosity=3 in tests) llvm-svn: 243365
* [Fuzzer] Rely on $PATH expansion instead of hardcoding paths in tests. NFC.Alexey Samsonov2015-07-211-2/+2
| | | | llvm-svn: 242851
* [Fuzzer] Clearly separate regular and DFSan tests. NFC.Alexey Samsonov2015-07-211-0/+6
llvm-svn: 242850
OpenPOWER on IntegriCloud