summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-23 07:47:51 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-23 07:47:51 +0000
commit500d87159bd2c1fc16c25a53530fcf8b82d97c78 (patch)
treee5c1f55307e62bb788bf08cf259f795496fabb61
parenta7dfb665e31dfcaba37c0680c5057ae478fbdca2 (diff)
downloadbcm5719-llvm-500d87159bd2c1fc16c25a53530fcf8b82d97c78.tar.gz
bcm5719-llvm-500d87159bd2c1fc16c25a53530fcf8b82d97c78.zip
clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc.
llvm-svn: 166473
-rw-r--r--clang/test/PCH/pch-dir.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/PCH/pch-dir.c b/clang/test/PCH/pch-dir.c
index 1c7bf4003a6..64c81154bc4 100644
--- a/clang/test/PCH/pch-dir.c
+++ b/clang/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
OpenPOWER on IntegriCloud