summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-02-26 17:16:27 +0000
committerRenato Golin <renato.golin@linaro.org>2013-02-26 17:16:27 +0000
commite57aaf038fe1dd7f96a5c06dce8445b0c3653c63 (patch)
treeb8d40cf85a02491716c7540eacc4209074853d26 /test/ExecutionEngine/MCJIT
parent3a42989d3ddfe30c6b87fe1f3d7f1164e0868a40 (diff)
downloadllvm-e57aaf038fe1dd7f96a5c06dce8445b0c3653c63.tar.gz
llvm-e57aaf038fe1dd7f96a5c06dce8445b0c3653c63.tar.bz2
llvm-e57aaf038fe1dd7f96a5c06dce8445b0c3653c63.tar.xz
Proper XFAILs for ARMv7 / v5
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT')
-rw-r--r--test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll2
-rw-r--r--test/ExecutionEngine/MCJIT/test-call.ll1
-rw-r--r--test/ExecutionEngine/MCJIT/test-data-align-remote.ll2
3 files changed, 3 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll b/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
index 0bc010584f..69f4ec80f5 100644
--- a/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
+++ b/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
@@ -1,6 +1,6 @@
; PR672
; RUN: %lli_mcjit %s
-; XFAIL: mcjit-ia32
+; XFAIL: mcjit-ia32, armv5
define i32 @main() {
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1]
diff --git a/test/ExecutionEngine/MCJIT/test-call.ll b/test/ExecutionEngine/MCJIT/test-call.ll
index 1a0f008416..ed593e33ee 100644
--- a/test/ExecutionEngine/MCJIT/test-call.ll
+++ b/test/ExecutionEngine/MCJIT/test-call.ll
@@ -1,4 +1,5 @@
; RUN: %lli_mcjit %s > /dev/null
+; XFAIL: armv5
declare void @exit(i32)
diff --git a/test/ExecutionEngine/MCJIT/test-data-align-remote.ll b/test/ExecutionEngine/MCJIT/test-data-align-remote.ll
index 5e0bb4076b..9daf1684de 100644
--- a/test/ExecutionEngine/MCJIT/test-data-align-remote.ll
+++ b/test/ExecutionEngine/MCJIT/test-data-align-remote.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -remote-mcjit -O0 %s
-; XFAIL: arm, mips
+; XFAIL: armv7, mips
; Check that a variable is always aligned as specified.