XFAIL these tests on powerpc, under the assumption that no one cares. If you care...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 17:31:59 +0000 (17:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 17:31:59 +0000 (17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91826 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/m64-ptr.cpp
test/LLVMC/MultiplePluginPriorities.td

index 7685cfeaa026c48f76d82ebe7e09526bae36d492..f91e2f4f858d47ea1193f66febdb71dc3a3e777c 100644 (file)
@@ -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.
index 721b7ccd0d2094a206710847ac3212d518a23b5b..b6b55dee34f12b50d27779a4f2c394877ae3f328 100644 (file)
@@ -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"