[PATCH] D29417: [libFuzzer] Accept different paths and extensions.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 13:43:14 PST 2017


kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.

LGTM with a nit



================
Comment at: lib/Fuzzer/test/fuzzer-singleinputs.test:11
 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
----------------

no need for the first {{.*}}


https://reviews.llvm.org/D29417





More information about the llvm-commits mailing list