aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-13 02:29:24 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-13 02:29:24 +0000
commit2e027cb6ed715293a3ad7e3315ac81fbf82195c6 (patch)
treed5e221bbed63c43fc278be1f47908637443ea7d5 /test/LLVMC
parent2780d3ca8114ae11fb43f61655a5ddde22518fb8 (diff)
downloadexternal_llvm-2e027cb6ed715293a3ad7e3315ac81fbf82195c6.zip
external_llvm-2e027cb6ed715293a3ad7e3315ac81fbf82195c6.tar.gz
external_llvm-2e027cb6ed715293a3ad7e3315ac81fbf82195c6.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC')
-rw-r--r--test/LLVMC/MultiplePluginPriorities.td4
-rw-r--r--test/LLVMC/OutputSuffixHook.td3
2 files changed, 1 insertions, 6 deletions
diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td
index 2fe0645..f108641 100644
--- a/test/LLVMC/MultiplePluginPriorities.td
+++ b/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/test/LLVMC/OutputSuffixHook.td b/test/LLVMC/OutputSuffixHook.td
index 4ecad23..39c8a8a 100644
--- a/test/LLVMC/OutputSuffixHook.td
+++ b/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