On Tue, Jan 14, 2014 at 3:16 AM, NAKAMURA Takumi <[email protected]>wrote:
> David, I didn't understand why you supposed ms-compatibilities stuff > would affect mingw. > You are correct, I will remove mingw from the list. > > 2014/1/14 David Majnemer <[email protected]>: > > Author: majnemer > > Date: Tue Jan 14 02:19:51 2014 > > New Revision: 199196 > > > > URL: http://llvm.org/viewvc/llvm-project?rev=199196&view=rev > > Log: > > Disable this test for windows builders > > > > This test provides definitions of size_t which are at odds with > > -fms-compatibility. Disable this test on those builders (for now). > > > > Modified: > > cfe/trunk/test/Index/recursive-cxx-member-calls.cpp > > > > Modified: cfe/trunk/test/Index/recursive-cxx-member-calls.cpp > > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/recursive-cxx-member-calls.cpp?rev=199196&r1=199195&r2=199196&view=diff > > > ============================================================================== > > --- cfe/trunk/test/Index/recursive-cxx-member-calls.cpp (original) > > +++ cfe/trunk/test/Index/recursive-cxx-member-calls.cpp Tue Jan 14 > 02:19:51 2014 > > @@ -186,6 +186,7 @@ AttributeList::Kind AttributeList::getKi > > } > > > > // 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::getKi > > // 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] > > > > > > _______________________________________________ > > cfe-commits mailing list > > [email protected] > > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
