From 7ece6027a9934c7282a42303e88458cfa6ad7b1e Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 2 Dec 2010 20:20:32 +0000 Subject: 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 --- test/ExecutionEngine/2005-12-02-TailCallBug.ll | 1 + test/ExecutionEngine/test-call.ll | 1 + 2 files changed, 2 insertions(+) (limited to 'test') 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* ; [#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) -- cgit v1.2.3