[llvm-commits] [llvm] r91826 - in /llvm/trunk/test: FrontendC++/m64-ptr.cpp LLVMC/MultiplePluginPriorities.td
Daniel Dunbar
daniel at zuster.org
Mon Dec 21 09:32:00 PST 2009
Author: ddunbar
Date: Mon Dec 21 11:31:59 2009
New Revision: 91826
URL: http://llvm.org/viewvc/llvm-project?rev=91826&view=rev
Log:
XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix.
Modified:
llvm/trunk/test/FrontendC++/m64-ptr.cpp
llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
Modified: llvm/trunk/test/FrontendC++/m64-ptr.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/m64-ptr.cpp?rev=91826&r1=91825&r2=91826&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/m64-ptr.cpp (original)
+++ llvm/trunk/test/FrontendC++/m64-ptr.cpp Mon Dec 21 11:31:59 2009
@@ -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.
Modified: llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LLVMC/MultiplePluginPriorities.td?rev=91826&r1=91825&r2=91826&view=diff
==============================================================================
--- llvm/trunk/test/LLVMC/MultiplePluginPriorities.td (original)
+++ llvm/trunk/test/LLVMC/MultiplePluginPriorities.td Mon Dec 21 11:31:59 2009
@@ -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"
More information about the llvm-commits
mailing list