<div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 26, 2012 at 9:36 PM, NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: chapuni<br>
Date: Thu Apr 26 23:36:27 2012<br>
New Revision: 155691<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=155691&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=155691&view=rev</a><br>
Log:<br>
test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as.<br></blockquote><div><br></div><div>XFAILing the whole thing doesn't make sense though. Most of this test is checking the interactions of the Clang driver and CC1... What is the actual problem here?</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Modified:<br>
    cfe/trunk/test/Driver/fast-math.c<br>
<br>
Modified: cfe/trunk/test/Driver/fast-math.c<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/fast-math.c?rev=155691&r1=155690&r2=155691&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/fast-math.c?rev=155691&r1=155690&r2=155691&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/test/Driver/fast-math.c (original)<br>
+++ cfe/trunk/test/Driver/fast-math.c Thu Apr 26 23:36:27 2012<br>
@@ -4,6 +4,9 @@<br>
 // LLVM only supports three switches which is more coarse grained than GCC's<br>
 // support.<br>
 //<br>
+// Both of them use gcc driver for as.<br>
+// XFAIL: cygwin,mingw32<br>
+//<br>
 // RUN: %clang -### -fno-honor-infinities -c %s 2>&1 \<br>
 // RUN:   | FileCheck --check-prefix=CHECK-NO-INFS %s<br>
 // CHECK-NO-INFS: "-cc1"<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">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/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>