commit | bef17f985c07fe86c5ef280a0f0d9f981815a515 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Nov 01 00:20:00 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Nov 01 00:20:00 2012 +0000 |
tree | 1280f20d5a94d0abb5c43a6ba34e5c5636fd465d | |
parent | 32f38c11642ddeaeb6c4ffb1e589ab444c825f6e [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
diff --git a/test/Index/code-completion-skip-bodies.cpp b/test/Index/code-completion-skip-bodies.cpp index e6aa458..67b2196 100644 --- a/test/Index/code-completion-skip-bodies.cpp +++ b/test/Index/code-completion-skip-bodies.cpp
@@ -15,3 +15,6 @@ // 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