[pypy-commit] pypy py3.5: split up more test runs to avoid timeouts

mattip pypy.commits at gmail.com
Thu Jan 3 10:06:48 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.5
Changeset: r95578:f638e10d6074
Date: 2019-01-03 13:19 +0200
http://bitbucket.org/pypy/pypy/changeset/f638e10d6074/

Log:	split up more test runs to avoid timeouts

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -6,6 +6,8 @@
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
     'jit/backend/zarch', 'module/cpyext/test',
+    # python3 slowness ...
+    'module/_cffi_backend/test', 'module/__pypy__/test',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):


More information about the pypy-commit mailing list