other platforms.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166151
91177308-0d34-0410-b5e6-
96231b3b80d8
// Ensure that XML we generate is not invalid.
// RUN: FileCheck %s -check-prefix=WRONG < %t/out
// WRONG-NOT: CommentXMLInvalid
+// XFAIL: *
/// Aaa.
void attr_availability_1() __attribute__((availability(macosx,obsoleted=10.0,introduced=8.0,deprecated=9.0, message="use availability_test in <foo.h>")))
// Ensure that XML we generate is not invalid.
// RUN: FileCheck %s -check-prefix=WRONG < %t/out
// WRONG-NOT: CommentXMLInvalid
+// XFAIL: *
/// \tparam
/// \param AAA Blah blah
// Ensure that XML we generate is not invalid.
// RUN: FileCheck %s -check-prefix=WRONG < %t/out
// WRONG-NOT: CommentXMLInvalid
+// XFAIL: *
@protocol P
- (void)METH:(id)PPP;