summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-01-15 09:09:39 +0000
committerRenato Golin <renato.golin@linaro.org>2014-01-15 09:09:39 +0000
commitfdd4da1f8bda791468e16746e76d1cfbb5a3349f (patch)
treec89e1ba3f8e5614f2aa5486c05d4a8e8e3cd3ddd /test
parent7871309054746839709da56fa956ebf4b490a88f (diff)
downloadllvm-fdd4da1f8bda791468e16746e76d1cfbb5a3349f.tar.gz
llvm-fdd4da1f8bda791468e16746e76d1cfbb5a3349f.tar.bz2
llvm-fdd4da1f8bda791468e16746e76d1cfbb5a3349f.tar.xz
Re-disable MCJIT remote tests on ARM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/lit.local.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
index bd5c68eef6..b161331a2b 100644
--- a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
@@ -1,3 +1,8 @@
if 'armv4' in config.root.target_triple or \
'armv5' in config.root.target_triple:
config.unsupported = True
+
+# This is temporary, until Remote MCJIT works on ARM
+# See http://llvm.org/bugs/show_bug.cgi?id=18057
+if 'armv7' in root.host_arch:
+ config.unsupported = False