Kostya Serebryany
|
7de1f1a826
|
[libFuzzer] tests: don't test 64-bit comparison on 32-bit builds
llvm-svn: 299179
|
2017-03-31 03:51:40 +00:00 |
Kostya Serebryany
|
a4b43bf8e8
|
[libFuzzer] make SimpleCmpTest a bit simpler to crack and more verbose
llvm-svn: 289477
|
2016-12-12 22:39:33 +00:00 |
Kostya Serebryany
|
3364f90783
|
[libFuzzer] simplify the code for use_cmp, also use the position hint when available, add a test
llvm-svn: 285049
|
2016-10-25 02:04:43 +00:00 |
Mike Aizatsky
|
f13cbee12e
|
[libfuzzer] adding license headers to cpp files
Differential Revision: http://reviews.llvm.org/D18705
llvm-svn: 265174
|
2016-04-01 18:38:58 +00:00 |
Kostya Serebryany
|
20bb5e71b2
|
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated.
llvm-svn: 249214
|
2015-10-02 23:34:06 +00:00 |
Alexey Samsonov
|
dc324e1644
|
[Fuzzer] Clearly separate regular and DFSan tests. NFC.
llvm-svn: 242850
|
2015-07-21 22:51:49 +00:00 |