diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-13 02:29:24 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-13 02:29:24 +0000 |
commit | d2cc5fb97178c80c82526d64c25a75f39d1d7e73 (patch) | |
tree | a05c8a610b0171c0b0241707d041bc0eaf3ca8b6 /llvm/test | |
parent | dcc7140f8667f91d176310a2073faf22d25ec139 (diff) | |
download | bcm5719-llvm-d2cc5fb97178c80c82526d64c25a75f39d1d7e73.tar.gz bcm5719-llvm-d2cc5fb97178c80c82526d64c25a75f39d1d7e73.zip |
llvmc: fix two tests, remove XFAILs.
Tested on Linux and Darwin; please add platform-specific XFAILs/mail me a bug
report if this still fails.
llvm-svn: 110998
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 |