summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-03-02 19:34:11 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-03-02 19:34:11 +0000
commit41fe3a495d803278284d381b48225f79ea350637 (patch)
tree5e21e2db076130119c82a4f467d242d928e6567a /llvm/test/CodeGen
parent3e40703ab563aaf58ecb02c37422310cd57b580f (diff)
downloadbcm5719-llvm-41fe3a495d803278284d381b48225f79ea350637.tar.gz
bcm5719-llvm-41fe3a495d803278284d381b48225f79ea350637.zip
Change SystemZ large tests to use the existing long_tests property
(this is already used in Clang for a couple of tests) Reviewers: uweigand Differential Revision: http://reviews.llvm.org/D7965 llvm-svn: 230998
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/SystemZ/Large/lit.local.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg b/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
index 4f22a970c3a..d9d46472613 100644
--- a/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
+++ b/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
@@ -1,8 +1,8 @@
config.suffixes = ['.py']
# These tests take on the order of seconds to run, so skip them unless
-# running natively.
-if config.root.host_arch not in ['SystemZ']:
+# we're running long tests.
+if 'long_tests' not in config.available_features:
config.unsupported = True
if not 'SystemZ' in config.root.targets:
OpenPOWER on IntegriCloud