Skip to content

Commit

Permalink
Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
tkremenek committed Aug 5, 2011
1 parent 8e68f1c commit c25175c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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'}} \
Expand Down

0 comments on commit c25175c

Please sign in to comment.