[cfe-commits] r169509 - /cfe/trunk/test/Driver/hexagon-toolchain.c

NAKAMURA Takumi geek4civic at gmail.com
Thu Dec 6 06:42:56 PST 2012


Author: chapuni
Date: Thu Dec  6 08:42:56 2012
New Revision: 169509

URL: http://llvm.org/viewvc/llvm-project?rev=169509&view=rev
Log:
test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system.

Modified:
    cfe/trunk/test/Driver/hexagon-toolchain.c

Modified: cfe/trunk/test/Driver/hexagon-toolchain.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/hexagon-toolchain.c?rev=169509&r1=169508&r2=169509&view=diff
==============================================================================
--- cfe/trunk/test/Driver/hexagon-toolchain.c (original)
+++ cfe/trunk/test/Driver/hexagon-toolchain.c Thu Dec  6 08:42:56 2012
@@ -1,7 +1,7 @@
 // REQUIRES: hexagon-registered-target
 
 // Tests disabled for now in non-Unix-like systems where we can't seem to find hexagon-as
-// XFAIL: cygwin,mingw32,win32
+// XFAIL: mingw32,win32
 
 // -----------------------------------------------------------------------------
 // Test standard include paths





More information about the cfe-commits mailing list