OSDN Git Service

[libFuzzer] Fix test because cmd prompt does not expand wildcard.
authorMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 22:39:55 +0000 (22:39 +0000)
committerMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 22:39:55 +0000 (22:39 +0000)
commit1d98b650efef8f18eb69b56535d6b9eb2456ce11
tree174ce41e46fe1bd78e66e8191605832f2619d5c6
parent153a261a828a27f5a6fa2aeca7652a565ae47bab
[libFuzzer] Fix test because cmd prompt does not expand wildcard.

Commands should expand the wildcards on Windows, the cmd prompt doesn't.
Because of that sancov was not finding the needed file.
To deal with this, we use ls and xargs from gnu win utils.

Differential Revision: https://reviews.llvm.org/D29374

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293825 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/test/dump_coverage.test