From b69d3da00bbf3b6bef61dd03df571b5bb7682869 Mon Sep 17 00:00:00 2001 From: Matthew Curtis Date: Thu, 6 Dec 2012 13:06:19 +0000 Subject: [PATCH] Disable hexagon toolchain test on windows targets llvm-svn: 169498 --- clang/test/Driver/hexagon-toolchain.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/test/Driver/hexagon-toolchain.c b/clang/test/Driver/hexagon-toolchain.c index a0ae693..b1c69b9 100644 --- a/clang/test/Driver/hexagon-toolchain.c +++ b/clang/test/Driver/hexagon-toolchain.c @@ -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 // ----------------------------------------------------------------------------- -- 2.7.4