[cfe-commits] r140968 - /cfe/trunk/test/Index/complete-synthesized.m

Chandler Carruth chandlerc at gmail.com
Sun Oct 2 02:52:37 PDT 2011


Author: chandlerc
Date: Sun Oct  2 04:52:36 2011
New Revision: 140968

URL: http://llvm.org/viewvc/llvm-project?rev=140968&view=rev
Log:
Temporarily XFAIL this test until John or someone else who works on ObjC
can look at it.

Modified:
    cfe/trunk/test/Index/complete-synthesized.m

Modified: cfe/trunk/test/Index/complete-synthesized.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-synthesized.m?rev=140968&r1=140967&r2=140968&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-synthesized.m (original)
+++ cfe/trunk/test/Index/complete-synthesized.m Sun Oct  2 04:52:36 2011
@@ -38,6 +38,9 @@
 // RUN: c-index-test -code-completion-at=%s:24:1 -Xclang -fobjc-nonfragile-abi -fobjc-default-synthesize-properties %s | FileCheck %s
 // RUN: c-index-test -code-completion-at=%s:30:2 -Xclang -fobjc-nonfragile-abi -fobjc-default-synthesize-properties %s | FileCheck %s
 // RUN: c-index-test -code-completion-at=%s:34:2 -Xclang -fobjc-nonfragile-abi -fobjc-default-synthesize-properties %s | FileCheck %s
+//
+// FIXME: Failing since r140957, needs to be investigated.
+// XFAIL: *
 
 // CHECK: NotImplemented:{TypedText _Bool} (50)
 // CHECK: ObjCIvarDecl:{ResultType float}{TypedText _prop2} (35)





More information about the cfe-commits mailing list