summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-12-02 20:20:32 +0000
committerJim Grosbach <grosbach@apple.com>2010-12-02 20:20:32 +0000
commit7ece6027a9934c7282a42303e88458cfa6ad7b1e (patch)
tree59e487226a6532d1ae9b92ef065e74ecd6690ff2 /test/ExecutionEngine
parentfabdafbacb2da6f9dbd36975a39d186dec557a0a (diff)
downloadllvm-7ece6027a9934c7282a42303e88458cfa6ad7b1e.tar.gz
llvm-7ece6027a9934c7282a42303e88458cfa6ad7b1e.tar.bz2
llvm-7ece6027a9934c7282a42303e88458cfa6ad7b1e.tar.xz
XFAIL for now. If someone with access to an ARM/Linux host wants to have a look
that would be great. They're ARM JIT failures, so without that, it's tough. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/2005-12-02-TailCallBug.ll1
-rw-r--r--test/ExecutionEngine/test-call.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/2005-12-02-TailCallBug.ll b/test/ExecutionEngine/2005-12-02-TailCallBug.ll
index 83236888c6..874ce39e66 100644
--- a/test/ExecutionEngine/2005-12-02-TailCallBug.ll
+++ b/test/ExecutionEngine/2005-12-02-TailCallBug.ll
@@ -1,5 +1,6 @@
; PR672
; RUN: lli %s
+; XFAIL: arm
define i32 @main() {
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1]
diff --git a/test/ExecutionEngine/test-call.ll b/test/ExecutionEngine/test-call.ll
index 27e16f0f34..c4131a20f7 100644
--- a/test/ExecutionEngine/test-call.ll
+++ b/test/ExecutionEngine/test-call.ll
@@ -1,4 +1,5 @@
; RUN: lli %s > /dev/null
+; XFAIL: arm
declare void @exit(i32)