clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc.

llvm-svn: 166473
This commit is contained in:
NAKAMURA Takumi 2012-10-23 07:47:51 +00:00
parent a7dfb665e3
commit 500d87159b
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
// RUN: FileCheck -check-prefix=C %s < %t.clog
// RUN: %clang -x c++ -include %t.h -fsyntax-only %s -Xclang -print-stats 2> %t.cpplog
// RUN: FileCheck -check-prefix=CPP %s < %t.cpplog
// FIXME: It doesn't fail on msvc.
// XFAIL: win32
// RUN: not %clang -x c++ -std=c++11 -include %t.h -fsyntax-only %s 2> %t.cpp11log
// RUN: FileCheck -check-prefix=CPP11 %s < %t.cpp11log