Author: chapuni
Date: Wed Jan 11 01:50:51 2012
New Revision: 147929

URL: http://llvm.org/viewvc/llvm-project?rev=147929&view=rev
Log:
test/Driver/debug-options-as.c: Mark this as XFAIL:cygwin.

Also cygwin has not supported integrated-as yet.

Modified:
    cfe/trunk/test/Driver/debug-options-as.c

Modified: cfe/trunk/test/Driver/debug-options-as.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/debug-options-as.c?rev=147929&r1=147928&r2=147929&view=diff
==============================================================================
--- cfe/trunk/test/Driver/debug-options-as.c (original)
+++ cfe/trunk/test/Driver/debug-options-as.c Wed Jan 11 01:50:51 2012
@@ -3,8 +3,8 @@
 // RUN: touch %t.s
 // RUN: %clang -### -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
 //
-// mingw has not supported integrated-as yet.
-// XFAIL: mingw32
+// cygming have not supported integrated-as yet.
+// XFAIL: cygwin,mingw32
 //
 // S: "-cc1as"
 // S: "-g"


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to