]> granicus.if.org Git - clang/commitdiff
Disable this test for windows builders
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 14 Jan 2014 08:19:51 +0000 (08:19 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 14 Jan 2014 08:19:51 +0000 (08:19 +0000)
This test provides definitions of size_t which are at odds with
-fms-compatibility.  Disable this test on those builders (for now).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199196 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/recursive-cxx-member-calls.cpp

index 2cd8d138e9aceb80a047d9ab1a6391eb649ee6e4..daa9ccf022f0e63fa68d94071eb662bee25cb9ab 100644 (file)
@@ -186,6 +186,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) {
 }
 
 // RUN: c-index-test -test-annotate-tokens=%s:1:1:186:1 %s 2>&1 | FileCheck -check-prefix=CHECK-tokens %s
+// XFAIL: mingw32,win32
 // CHECK-tokens: Keyword: "typedef" [1:1 - 1:8]
 // CHECK-tokens: Keyword: "long" [1:9 - 1:13]
 // CHECK-tokens: Keyword: "unsigned" [1:14 - 1:22]
@@ -1524,6 +1525,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) {
 // CHECK-tokens: Punctuation: "}" [186:1 - 186:2] CompoundStmt=
 
 // RUN: c-index-test -test-load-source all %s -std=c++98 2>&1 | FileCheck %s
+// XFAIL: mingw32,win32
 // CHECK: 1:27: TypedefDecl=__darwin_size_t:1:27 (Definition) Extent=[1:1 - 1:42]
 // CHECK: 2:25: TypedefDecl=size_t:2:25 (Definition) Extent=[2:1 - 2:31]
 // CHECK: 2:9: TypeRef=__darwin_size_t:1:27 Extent=[2:9 - 2:24]