[PATCH] D29417: [libFuzzer] Accept different paths and extensions.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 13:27:24 PST 2017
mpividori created this revision.
https://reviews.llvm.org/D29417
Files:
lib/Fuzzer/test/fuzzer-singleinputs.test
Index: lib/Fuzzer/test/fuzzer-singleinputs.test
===================================================================
--- lib/Fuzzer/test/fuzzer-singleinputs.test
+++ 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.86702.patch
Type: text/x-patch
Size: 788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/96471537/attachment.bin>
More information about the llvm-commits
mailing list