summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-synthesized.m
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-10-02 09:52:36 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-10-02 09:52:36 +0000
commit4768b9c7712ca1442bb7a565fedd16adce55cbd9 (patch)
tree978d9de3ea6aeb3fe1a6ca3afcf921a809e59247 /test/Index/complete-synthesized.m
parenta9402e4b433d79037fabe96fd6ca2a890d47f426 (diff)
Temporarily XFAIL this test until John or someone else who works on ObjC
can look at it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/complete-synthesized.m')
-rw-r--r--test/Index/complete-synthesized.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/complete-synthesized.m b/test/Index/complete-synthesized.m
index e6e49fb778..335a10b4ea 100644
--- a/test/Index/complete-synthesized.m
+++ b/test/Index/complete-synthesized.m
@@ -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)