[pypy-commit] pypy s390x-backend: splitting tests in zarch backend, should speed up things quite a bit

plan_rich pypy.commits at gmail.com
Fri Jan 29 04:32:22 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: s390x-backend
Changeset: r82002:986957b12f49
Date: 2016-01-29 10:30 +0100
http://bitbucket.org/pypy/pypy/changeset/986957b12f49/

Log:	splitting tests in zarch backend, should speed up things quite a bit

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -5,6 +5,7 @@
     'translator/c', 'rlib',
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
+    'jit/backend/zarch',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):


More information about the pypy-commit mailing list