From 14ca7ceb287baff27d51714570d9719ec45ed5c7 Mon Sep 17 00:00:00 2001 From: Jyotsna Verma Date: Fri, 12 Apr 2013 17:25:02 +0000 Subject: [PATCH] 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 --- test/Driver/output-file-is-dir.c | 1 + test/PCH/cxx-typeid.cpp | 1 + 2 files changed, 2 insertions(+) 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 -- 2.40.0