aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--test/Driver/output-file-is-dir.c1
-rw-r--r--test/PCH/cxx-typeid.cpp1
2 files changed, 2 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
diff --git a/test/PCH/cxx-typeid.cpp b/test/PCH/cxx-typeid.cpp
index d1e0f9ded7..d1ad8a33ee 100644
--- a/test/PCH/cxx-typeid.cpp
+++ b/test/PCH/cxx-typeid.cpp
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
// Test this without pch.
// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -Xclang -verify %s