diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-12-02 20:20:32 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-12-02 20:20:32 +0000 |
commit | 7ece6027a9934c7282a42303e88458cfa6ad7b1e (patch) | |
tree | 59e487226a6532d1ae9b92ef065e74ecd6690ff2 /test | |
parent | fabdafbacb2da6f9dbd36975a39d186dec557a0a (diff) | |
download | external_llvm-7ece6027a9934c7282a42303e88458cfa6ad7b1e.zip external_llvm-7ece6027a9934c7282a42303e88458cfa6ad7b1e.tar.gz external_llvm-7ece6027a9934c7282a42303e88458cfa6ad7b1e.tar.bz2 |
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')
-rw-r--r-- | test/ExecutionEngine/2005-12-02-TailCallBug.ll | 1 | ||||
-rw-r--r-- | test/ExecutionEngine/test-call.ll | 1 |
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 8323688..874ce39 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 27e16f0..c4131a2 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) |