[llvm-commits] [llvm] r96781 - /llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
Daniel Dunbar
daniel at zuster.org
Sun Feb 21 21:55:32 PST 2010
Author: ddunbar
Date: Sun Feb 21 23:55:32 2010
New Revision: 96781
URL: http://llvm.org/viewvc/llvm-project?rev=96781&view=rev
Log:
LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is
still failing during (one) llvm-gcc powerpc build, and is also failing on my
x86_64-apple-darwin10.
Modified:
llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
Modified: llvm/trunk/test/LLVMC/MultiplePluginPriorities.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LLVMC/MultiplePluginPriorities.td?rev=96781&r1=96780&r2=96781&view=diff
==============================================================================
--- llvm/trunk/test/LLVMC/MultiplePluginPriorities.td (original)
+++ llvm/trunk/test/LLVMC/MultiplePluginPriorities.td Sun Feb 21 23:55:32 2010
@@ -4,6 +4,10 @@
// Disable for Darwin PPC: <rdar://problem/7598390>
// XFAIL: powerpc-apple-darwin
+// Generally XFAIL'ed for now, this is (sometimes?) failing on x86_64-apple-darwin10.
+// RUN: false
+// XFAIL: *
+
include "llvm/CompilerDriver/Common.td"
def Graph : CompilationGraph<[]>;
More information about the llvm-commits
mailing list