Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark it XFAIL.  This is a stop gap until the output of the test is deterministic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136984 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/qualified-protocol-method-conflicts.m b/test/SemaObjC/qualified-protocol-method-conflicts.m
index 676a34b..06bf32b 100644
--- a/test/SemaObjC/qualified-protocol-method-conflicts.m
+++ b/test/SemaObjC/qualified-protocol-method-conflicts.m
@@ -1,5 +1,10 @@
 // RUN: %clang_cc1  -fsyntax-only -verify %s
 // rdar://6191214
+// XFAIL: *
+
+// *** Currently marked XFAIL since the output is nondeterministic. ***
+
+int x = "hello"; // *** ADDED TO MAKE THIS TEST ALWAYS FAIL.  WILL REMOVE WHEN OUTPUT IS STABLE. ***
 
 @protocol Xint
 -(void) setX: (int) arg0; // expected-warning 2 {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}} \