<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 14, 2014 at 12:52 AM, Alp Toker <span dir="ltr"><<a href="mailto:alp@nuanti.com" target="_blank">alp@nuanti.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im"><br>
On 14/01/2014 08:19, David Majnemer wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Author: majnemer<br>
Date: Tue Jan 14 02:19:51 2014<br>
New Revision: 199196<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=199196&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=199196&view=rev</a><br>
Log:<br>
Disable this test for windows builders<br>
<br>
This test provides definitions of size_t which are at odds with<br>
-fms-compatibility.  Disable this test on those builders (for now).<br>
</blockquote>
<br></div>
How come this test getting run with -fms-compatibility for bug-for-bug MSVC compatibility?<br></blockquote><div><br></div><div>I am unsure how the C indexer gets its flags.  I noticed the failure here: <a href="http://bb.pgr.jp/builders/ninja-clang-i686-msc17-R/builds/6918/steps/test-clang">http://bb.pgr.jp/builders/ninja-clang-i686-msc17-R/builds/6918/steps/test-clang</a></div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
I couldn't see the option being passed in anywhere.<br>
<br>
Alp.<div class=""><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Modified:<br>
     cfe/trunk/test/Index/<u></u>recursive-cxx-member-calls.cpp<br>
<br>
Modified: cfe/trunk/test/Index/<u></u>recursive-cxx-member-calls.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/recursive-cxx-member-calls.cpp?rev=199196&r1=199195&r2=199196&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/cfe/trunk/test/Index/<u></u>recursive-cxx-member-calls.<u></u>cpp?rev=199196&r1=199195&r2=<u></u>199196&view=diff</a><br>

==============================<u></u>==============================<u></u>==================<br>
--- cfe/trunk/test/Index/<u></u>recursive-cxx-member-calls.cpp (original)<br>
+++ cfe/trunk/test/Index/<u></u>recursive-cxx-member-calls.cpp Tue Jan 14 02:19:51 2014<br>
@@ -186,6 +186,7 @@ AttributeList::Kind AttributeList::getKi<br>
  }<br>
    // RUN: c-index-test -test-annotate-tokens=%s:1:1:<u></u>186:1 %s 2>&1 | FileCheck -check-prefix=CHECK-tokens %s<br>
+// XFAIL: mingw32,win32<br>
  // CHECK-tokens: Keyword: "typedef" [1:1 - 1:8]<br>
  // CHECK-tokens: Keyword: "long" [1:9 - 1:13]<br>
  // CHECK-tokens: Keyword: "unsigned" [1:14 - 1:22]<br>
@@ -1524,6 +1525,7 @@ AttributeList::Kind AttributeList::getKi<br>
  // CHECK-tokens: Punctuation: "}" [186:1 - 186:2] CompoundStmt=<br>
    // RUN: c-index-test -test-load-source all %s -std=c++98 2>&1 | FileCheck %s<br>
+// XFAIL: mingw32,win32<br>
  // CHECK: 1:27: TypedefDecl=__darwin_size_t:1:<u></u>27 (Definition) Extent=[1:1 - 1:42]<br>
  // CHECK: 2:25: TypedefDecl=size_t:2:25 (Definition) Extent=[2:1 - 2:31]<br>
  // CHECK: 2:9: TypeRef=__darwin_size_t:1:27 Extent=[2:9 - 2:24]<br>
<br>
<br>
______________________________<u></u>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-commits</a><br>
</blockquote>
<br></div></div><span class=""><font color="#888888">
-- <br>
<a href="http://www.nuanti.com" target="_blank">http://www.nuanti.com</a><br>
the browser experts<br>
<br>
</font></span></blockquote></div><br></div></div>