diff options
-rw-r--r-- | test/Driver/output-file-is-dir.c | 1 | ||||
-rw-r--r-- | test/PCH/cxx-typeid.cpp | 1 |
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 |