aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/MultiplePluginPriorities.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/MultiplePluginPriorities.td')
-rw-r--r--test/LLVMC/MultiplePluginPriorities.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td
index f1086418f1..2fe06450ee 100644
--- a/test/LLVMC/MultiplePluginPriorities.td
+++ b/test/LLVMC/MultiplePluginPriorities.td
@@ -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<[]>;