diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-05-13 18:10:33 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-05-13 18:10:33 +0000 |
| commit | 62895369225eec172fcfd5eea4f1805d2062cf43 (patch) | |
| tree | 246f2df15ab6ae58cf6d95e4a90f1f2244ffc5c9 /llvm/lib/Fuzzer/test/fuzzer.test | |
| parent | 23fa09073873034a081a9edddb3ed51066c756a5 (diff) | |
| download | bcm5719-llvm-62895369225eec172fcfd5eea4f1805d2062cf43.tar.gz bcm5719-llvm-62895369225eec172fcfd5eea4f1805d2062cf43.zip | |
[libFuzzer] print the file name before executing the input so that if there is a crash we know which files has caused it
llvm-svn: 269450
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer.test b/llvm/lib/Fuzzer/test/fuzzer.test index e56597d2d95..bbdcc735115 100644 --- a/llvm/lib/Fuzzer/test/fuzzer.test +++ b/llvm/lib/Fuzzer/test/fuzzer.test @@ -57,8 +57,8 @@ RUN: echo bbb > %tmp/SINGLE_INPUTS/bbb RUN: LLVMFuzzer-SimpleTest %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %s --check-prefix=SINGLE_INPUTS RUN: rm -rf %tmp/SINGLE_INPUTS SINGLE_INPUTS: LLVMFuzzer-SimpleTest: Running 2 inputs 1 time(s) each. -SINGLE_INPUTS: aaa: -SINGLE_INPUTS: bbb: +SINGLE_INPUTS: aaa ... +SINGLE_INPUTS: bbb ... RUN: rm -rf %t/SUB1 RUN: mkdir -p %t/SUB1/SUB2/SUB3 |

