diff options
author | Matthew Curtis <mcurtis@codeaurora.org> | 2012-12-06 13:06:19 +0000 |
---|---|---|
committer | Matthew Curtis <mcurtis@codeaurora.org> | 2012-12-06 13:06:19 +0000 |
commit | 4a29065eb189b6132b82c071f75af84799ede0e7 (patch) | |
tree | 95766cdfb30c6d2efb35b3e2bfd8ccf9fc234d59 | |
parent | b3489a0d355128f1cc96fdde2a6b11a8361d6740 (diff) |
Disable hexagon toolchain test on windows targets
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169498 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/hexagon-toolchain.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/hexagon-toolchain.c b/test/Driver/hexagon-toolchain.c index a0ae693e13..b1c69b9a6d 100644 --- a/test/Driver/hexagon-toolchain.c +++ b/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 // ----------------------------------------------------------------------------- |