aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-01 00:20:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-01 00:20:00 +0000
commitbef17f985c07fe86c5ef280a0f0d9f981815a515 (patch)
tree1280f20d5a94d0abb5c43a6ba34e5c5636fd465d
parent32f38c11642ddeaeb6c4ffb1e589ab444c825f6e (diff)
clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167188 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Index/code-completion-skip-bodies.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/code-completion-skip-bodies.cpp b/test/Index/code-completion-skip-bodies.cpp
index e6aa4580bf..67b2196396 100644
--- a/test/Index/code-completion-skip-bodies.cpp
+++ b/test/Index/code-completion-skip-bodies.cpp
@@ -15,3 +15,6 @@ void func(S *s) {
// CHECK-NOT: error: use of undeclared identifier 'undeclared1'
// CHECK: error: use of undeclared identifier 'undeclared2'
// CHECK: FieldDecl:{ResultType int}{TypedText x}
+
+// FIXME: Investigating
+// XFAIL: cygwin,mingw32,win32