Disable following tests for Hexagon:
authorJyotsna Verma <jverma@codeaurora.org>
Fri, 12 Apr 2013 17:25:02 +0000 (17:25 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Fri, 12 Apr 2013 17:25:02 +0000 (17:25 +0000)
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.

llvm-svn: 179385

clang/test/Driver/output-file-is-dir.c
clang/test/PCH/cxx-typeid.cpp

index c1fec56eac03dbc50cf58a6cc0ee1d2013a185fe..605373159e6599c1a6f21f0805fb8fbc22486f7b 100644 (file)
@@ -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
index d1e0f9ded751e7a727f0a022171325e421c52ca0..d1ad8a33ee69c004026ad11c3919590e834527b8 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // Test this without pch.
 // RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -Xclang -verify %s