diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 17:31:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 17:31:59 +0000 |
commit | ff99b16637b084dda4bc421a947477f995fe25ef (patch) | |
tree | da1a7d9b5799dbd25d7528dc2cecb66d7f6a1531 | |
parent | f4f43cb5011611d44219ffb1caa988f5adf305bf (diff) |
XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91826 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC++/m64-ptr.cpp | 1 | ||||
-rw-r--r-- | test/LLVMC/MultiplePluginPriorities.td | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC++/m64-ptr.cpp b/test/FrontendC++/m64-ptr.cpp index 7685cfeaa0..f91e2f4f85 100644 --- a/test/FrontendC++/m64-ptr.cpp +++ b/test/FrontendC++/m64-ptr.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx %s -S -o - | FileCheck %s +// XFAIL: powerpc-apple-darwin // Make sure pointers are passed as pointers, not converted to int. // The first load should be of type i8** in either 32 or 64 bit mode. diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td index 721b7ccd0d..b6b55dee34 100644 --- a/test/LLVMC/MultiplePluginPriorities.td +++ b/test/LLVMC/MultiplePluginPriorities.td @@ -1,5 +1,6 @@ // Check that multiple plugin priorities are not allowed. // RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found" +// XFAIL: powerpc-apple-darwin include "llvm/CompilerDriver/Common.td" |