]> granicus.if.org Git - llvm/commitdiff
[llvm-cov] Try to fix a test on Windows
authorVedant Kumar <vsk@apple.com>
Mon, 11 Sep 2017 23:32:30 +0000 (23:32 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 11 Sep 2017 23:32:30 +0000 (23:32 +0000)
Failing bot:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/4791

This looks like another stderr redirection issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312975 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cov/ifdef.c

index 9fd73db97435c41ebffad2f384cdf923d5f1a755..87cb6eb299d7c44ac7d6d4aa92c04afc792cb5f3 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: llvm-cov show -instr-profile %S/Inputs/ifdef.profdata %S/Inputs/ifdef.covmapping -dump -path-equivalence=/tmp,%S %s > %t.out 2>&1
+// RUN: llvm-cov show -instr-profile %S/Inputs/ifdef.profdata %S/Inputs/ifdef.covmapping -dump -path-equivalence=/tmp,%S %s > %t.out 2> %t.err.out
 // RUN: FileCheck %s -input-file %t.out -check-prefix=LINE
-// RUN: FileCheck %s -input-file %t.out -check-prefix=HIGHLIGHT
+// RUN: FileCheck %s -input-file %t.err.out -check-prefix=HIGHLIGHT
 
 
 int main() {