summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-12-03 08:39:15 +0000
committerRenato Golin <renato.golin@linaro.org>2013-12-03 08:39:15 +0000
commit07fc4841b1e438db1cfb0d24fb06556cd99aa14b (patch)
treeacb1e62bd2fc246b7568a53c63eb01dcb58960e1 /test
parentee4dd7c8d4cc9fd5f4d75f727c814ae551d2bf78 (diff)
downloadllvm-07fc4841b1e438db1cfb0d24fb06556cd99aa14b.tar.gz
llvm-07fc4841b1e438db1cfb0d24fb06556cd99aa14b.tar.bz2
llvm-07fc4841b1e438db1cfb0d24fb06556cd99aa14b.tar.xz
Disable Remote MCJIT tests on ARM
The communication protocol is unstable on ARM when compiled with Clang, which is disrupting the self-hosting buildbots that are going to be added this week. I'm working on a solution, but remote MCJIT is not high-priority for ARM at the moment, so it might take a while. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/lit.local.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
index 6b192ae44b..e811339957 100644
--- a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
@@ -1,3 +1,2 @@
-if 'armv4' in config.root.target_triple or \
- 'armv5' in config.root.target_triple:
+if 'arm' in config.root.target_triple:
config.unsupported = True