[cfe-commits] r147929 - /cfe/trunk/test/Driver/debug-options-as.c
NAKAMURA Takumi
geek4civic at gmail.com
Tue Jan 10 23:50:51 PST 2012
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"
More information about the cfe-commits
mailing list