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

Matthew Curtis mcurtis at codeaurora.org
Thu Dec 6 05:06:19 PST 2012


Author: mcurtis
Date: Thu Dec  6 07:06:19 2012
New Revision: 169498

URL: http://llvm.org/viewvc/llvm-project?rev=169498&view=rev
Log:
Disable hexagon toolchain test on windows targets

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=169498&r1=169497&r2=169498&view=diff
==============================================================================
--- cfe/trunk/test/Driver/hexagon-toolchain.c (original)
+++ cfe/trunk/test/Driver/hexagon-toolchain.c Thu Dec  6 07:06:19 2012
@@ -1,5 +1,8 @@
 // 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
+
 // -----------------------------------------------------------------------------
 // Test standard include paths
 // -----------------------------------------------------------------------------





More information about the cfe-commits mailing list