forked from OSchip/llvm-project
De-XFAIL some win32 tests that are now passing
llvm-svn: 96759
This commit is contained in:
parent
26c79d13f2
commit
6122e55813
|
@ -14,4 +14,3 @@ void g() { }
|
|||
|
||||
// RUN: c-index-test -code-completion-at=%s:13:12 -pedantic %s 2> %t
|
||||
// RUN: FileCheck -check-prefix=CHECK %s < %t
|
||||
// XFAIL: win32
|
||||
|
|
|
@ -52,4 +52,3 @@ void test_overloaded() {
|
|||
// CHECK-OVERLOAD: NotImplemented:{ResultType int &}{Text overloaded}{LeftParen (}{Text struct Z z}{Comma , }{CurrentParameter int second}{RightParen )}
|
||||
// CHECK-OVERLOAD: NotImplemented:{ResultType float &}{Text overloaded}{LeftParen (}{Text int i}{Comma , }{CurrentParameter long second}{RightParen )}
|
||||
// CHECK-OVERLOAD: NotImplemented:{ResultType double &}{Text overloaded}{LeftParen (}{Text float f}{Comma , }{CurrentParameter int second}{RightParen )}
|
||||
// XFAIL: win32
|
||||
|
|
|
@ -37,4 +37,3 @@
|
|||
// CHECK-CC5: ObjCCategoryDecl:{TypedText Cat1}
|
||||
// CHECK-CC5-NEXT: ObjCCategoryDecl:{TypedText Cat2}
|
||||
// CHECK-CC5-NEXT: ObjCCategoryDecl:{TypedText Cat3}
|
||||
// XFAIL: win32
|
||||
|
|
|
@ -153,4 +153,3 @@ void f(Ellipsis *e) {
|
|||
// CHECK-CCA: {TypedText super}
|
||||
// RUN: c-index-test -code-completion-at=%s:103:6 %s | FileCheck -check-prefix=CHECK-CCB %s
|
||||
// CHECK-CCB: ObjCInstanceMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (int)i}{Placeholder , ...}
|
||||
// XFAIL: win32
|
||||
|
|
|
@ -38,4 +38,3 @@
|
|||
// RUN: c-index-test -code-completion-at=%s:21:10 %s | FileCheck -check-prefix=CHECK-CC4 %s
|
||||
// CHECK-CC4: ObjCPropertyDecl:{ResultType int}{TypedText Prop0}
|
||||
// CHECK-CC4-NEXT: ObjCPropertyDecl:{ResultType id}{TypedText Prop4}
|
||||
// XFAIL: win32
|
||||
|
|
Loading…
Reference in New Issue