commit | 7218efc547389447352c6776ec74c72bee855114 | [log] [tgz] |
---|---|---|
author | Vedant Kumar <vsk@apple.com> | Fri Sep 08 20:18:17 2017 +0000 |
committer | Vedant Kumar <vsk@apple.com> | Fri Sep 08 20:18:17 2017 +0000 |
tree | 2d477e550c593e12565ad07c9cca565f57730482 | |
parent | 75448f1d3b5d4d1d62023995d9846074d265db6f [diff] |
[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