]> granicus.if.org Git - llvm/commit
[llvm-cov] Try to appease a Windows bot
authorVedant Kumar <vsk@apple.com>
Fri, 8 Sep 2017 20:18:17 +0000 (20:18 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 8 Sep 2017 20:18:17 +0000 (20:18 +0000)
commit7218efc547389447352c6776ec74c72bee855114
tree2d477e550c593e12565ad07c9cca565f57730482
parent75448f1d3b5d4d1d62023995d9846074d265db6f
[llvm-cov] Try to appease a Windows bot

On a Windows bot, I see a FileCheck error where the source being matched
over no longer exists, i.e it seems like it's FileCheck'ing some stale
output:

http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/4747

You can see "// CHECK: [[@LINE]]|{{ +}Marker at 19:3 = 1" in the
FileCheck stderr, but that CHECK line doesn't exist.

Remove the input file to FileCheck before running the test, to try and
appease the bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312825 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/deferred-region.cpp