[llvm] r275522 - [llvm-cov] Relax a test for Windows

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 19:11:37 PDT 2016


Author: vedantk
Date: Thu Jul 14 21:11:37 2016
New Revision: 275522

URL: http://llvm.org/viewvc/llvm-project?rev=275522&view=rev
Log:
[llvm-cov] Relax a test for Windows

Attempt to address this bot failure:

  http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/4967

Modified:
    llvm/trunk/test/tools/llvm-cov/double_dots.c

Modified: llvm/trunk/test/tools/llvm-cov/double_dots.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/double_dots.c?rev=275522&r1=275521&r2=275522&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/double_dots.c (original)
+++ llvm/trunk/test/tools/llvm-cov/double_dots.c Thu Jul 14 21:11:37 2016
@@ -19,4 +19,4 @@ int main() {}
 // Check that we get the right error when writing to an invalid path:
 
 // RUN: not llvm-cov show %S/Inputs/double_dots.covmapping -instr-profile=%t.profdata -o /dev/null 2>&1 | FileCheck %s -check-prefix=ERROR-MESSAGE
-// ERROR-MESSAGE: error: Not a directory: Could not create index file!
+// ERROR-MESSAGE: error: {{.*}}: Could not create index file!




More information about the llvm-commits mailing list