aboutsummaryrefslogtreecommitdiff
path: root/test/Driver
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-04-12 17:25:02 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-04-12 17:25:02 +0000
commit14ca7ceb287baff27d51714570d9719ec45ed5c7 (patch)
treefb2aa6bc114c4a23de76d1fd7510dfef28f4867b /test/Driver
parent4522f63e00fa6f1276b1d29763a9a4f46f46b6a1 (diff)
Disable following tests for Hexagon:
1) Driver/output-file-is-dir.c - Checks for object file which can't be created for Hexagon since assembler is unavailable. 2) PCH/cxx-typeid.cpp - 'typeinfo' include file is unavailable for Hexagon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver')
-rw-r--r--test/Driver/output-file-is-dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/output-file-is-dir.c b/test/Driver/output-file-is-dir.c
index c1fec56eac..605373159e 100644
--- a/test/Driver/output-file-is-dir.c
+++ b/test/Driver/output-file-is-dir.c
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
// RUN: rm -rf %t.dir
// RUN: mkdir -p %t.dir/a.out
// RUN: cd %t.dir && not %clang %s