diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/LLVMC/MultiplePluginPriorities.td | 4 | ||||
| -rw-r--r-- | llvm/test/LLVMC/OutputSuffixHook.td | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/llvm/test/LLVMC/MultiplePluginPriorities.td b/llvm/test/LLVMC/MultiplePluginPriorities.td index 2fe06450eec..f1086418f19 100644 --- a/llvm/test/LLVMC/MultiplePluginPriorities.td +++ b/llvm/test/LLVMC/MultiplePluginPriorities.td @@ -4,10 +4,6 @@ // 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<[]>; diff --git a/llvm/test/LLVMC/OutputSuffixHook.td b/llvm/test/LLVMC/OutputSuffixHook.td index 4ecad2360ba..39c8a8ae884 100644 --- a/llvm/test/LLVMC/OutputSuffixHook.td +++ b/llvm/test/LLVMC/OutputSuffixHook.td @@ -2,7 +2,6 @@ // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: FileCheck -input-file %t %s // RUN: %compile_cxx -fexceptions -x c++ %t -// XFAIL: * include "llvm/CompilerDriver/Common.td" @@ -13,7 +12,7 @@ def OptList : OptionList<[ ]>; def dummy_tool : Tool<[ -(cmd_line "dummy_cmd $INFILE"), +(command "dummy_cmd"), (in_language "dummy_lang"), (out_language "dummy_lang"), (actions (case |

