mirror of https://github.com/microsoft/clang.git
De-XFAIL some win32 tests that are now passing
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f8e1be5b5
commit
fdf321bfde
|
@ -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