[cfe-commits] r167188 - /cfe/trunk/test/Index/code-completion-skip-bodies.cpp

NAKAMURA Takumi geek4civic at gmail.com
Wed Oct 31 17:20:00 PDT 2012


Author: chapuni
Date: Wed Oct 31 19:20:00 2012
New Revision: 167188

URL: http://llvm.org/viewvc/llvm-project?rev=167188&view=rev
Log:
clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating.

Modified:
    cfe/trunk/test/Index/code-completion-skip-bodies.cpp

Modified: cfe/trunk/test/Index/code-completion-skip-bodies.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/code-completion-skip-bodies.cpp?rev=167188&r1=167187&r2=167188&view=diff
==============================================================================
--- cfe/trunk/test/Index/code-completion-skip-bodies.cpp (original)
+++ cfe/trunk/test/Index/code-completion-skip-bodies.cpp Wed Oct 31 19:20:00 2012
@@ -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





More information about the cfe-commits mailing list