diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-09-02 23:27:39 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-09-02 23:27:39 +0000 |
| commit | 6ea1b69fcf531836ff4cbb513acc1b9f5a552d0b (patch) | |
| tree | 3e9bc831040b3f341b3562a5a049266f55599921 /llvm/lib/Fuzzer/test/fuzzer.test | |
| parent | b03ea02479c82430b4149609e0ac3e0490d5ca12 (diff) | |
| download | bcm5719-llvm-6ea1b69fcf531836ff4cbb513acc1b9f5a552d0b.tar.gz bcm5719-llvm-6ea1b69fcf531836ff4cbb513acc1b9f5a552d0b.zip | |
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpus with this flag contains encrypted inputs, not the real inputs, which complicates interoperation with other fuzzers. Instead we'll need to implement AFL dictionary support
llvm-svn: 246734
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer.test b/llvm/lib/Fuzzer/test/fuzzer.test index 888e1460059..3b8cf09a9a9 100644 --- a/llvm/lib/Fuzzer/test/fuzzer.test +++ b/llvm/lib/Fuzzer/test/fuzzer.test @@ -21,7 +21,7 @@ RUN: not LLVMFuzzer-CounterTest -use_counters=1 -max_len=6 -seed=1 -timeout=15 2 RUN: not LLVMFuzzer-SimpleCmpTest -use_traces=1 -seed=1 -runs=1000000 -timeout=5 2>&1 | FileCheck %s -RUN: not LLVMFuzzer-CxxTokensTest -seed=1 -timeout=15 -tokens=%S/../cxx_fuzzer_tokens.txt 2>&1 | FileCheck %s +RUN: not LLVMFuzzer-CxxTokensTest -seed=1 -timeout=15 -deprecated_tokens=%S/../cxx_fuzzer_tokens.txt 2>&1 | FileCheck %s RUN: not LLVMFuzzer-UserSuppliedFuzzerTest -seed=1 -timeout=15 2>&1 | FileCheck %s |

