diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-23 07:47:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-23 07:47:51 +0000 |
commit | 129dd54349510973c853579b34cf31fa8faad5f8 (patch) | |
tree | c20bc03fe3376c8e8c70cd77b6863675ae1592aa | |
parent | 674b227bc50852b96567428941bc711949529f92 (diff) |
clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166473 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/pch-dir.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/PCH/pch-dir.c b/test/PCH/pch-dir.c index 1c7bf4003a..64c81154bc 100644 --- a/test/PCH/pch-dir.c +++ b/test/PCH/pch-dir.c @@ -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 |