]> granicus.if.org Git - clang/commitdiff
test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Mar 2012 16:07:58 +0000 (16:07 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Mar 2012 16:07:58 +0000 (16:07 +0000)
On Win32 hosts, ';' is used for path separator.

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

test/Driver/cpath.c

index 5b3a94a339171a1cc29a812ae4eae12305da6e0c..8fb8a270733d61967de04453df72610d8120ce3c 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: mkdir -p %T/test1 %T/test2 %T/test3
 
+// This could pass on Win32 if separator in pathenv were not ':' but ';'.
+// XFAIL: mingw32,win32
+
 // RUN: env CPATH=%T/test1:%T/test2 %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
 // CPATH: -I {{.*}}/test1
 // CPATH: -I {{.*}}/test2