test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now.

On Win32 hosts, ';' is used for path separator.

llvm-svn: 153037
This commit is contained in:
NAKAMURA Takumi 2012-03-19 16:07:58 +00:00
parent b2f52bb982
commit 7fc219f713
1 changed files with 3 additions and 0 deletions

View 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