[PATCH] D29417: [libFuzzer] Accept different paths and extensions.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 14:51:51 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL293826: [libFuzzer] Accept different extensions. (authored by mpividori).
Changed prior to commit:
https://reviews.llvm.org/D29417?vs=86702&id=86726#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29417
Files:
llvm/trunk/lib/Fuzzer/test/fuzzer-singleinputs.test
Index: llvm/trunk/lib/Fuzzer/test/fuzzer-singleinputs.test
===================================================================
--- llvm/trunk/lib/Fuzzer/test/fuzzer-singleinputs.test
+++ llvm/trunk/lib/Fuzzer/test/fuzzer-singleinputs.test
@@ -8,7 +8,7 @@
RUN: LLVMFuzzer-SimpleTest %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %s --check-prefix=SINGLE_INPUTS
RUN: LLVMFuzzer-SimpleTest -max_len=2 %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: LLVMFuzzer-SimpleTest{{.*}}: Running 2 inputs 1 time(s) each.
SINGLE_INPUTS: aaa in
SINGLE_INPUTS: bbb in
SINGLE_INPUTS: NOTE: fuzzing was not performed, you have only
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29417.86726.patch
Type: text/x-patch
Size: 815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/a486331c/attachment.bin>
More information about the llvm-commits
mailing list