[pypy-commit] pypy py3.6: back out 98943a15dbc8: cpyext tests still time out if run in one block

mattip pypy.commits at gmail.com
Wed Dec 25 23:47:42 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.6
Changeset: r98399:eb12398a35eb
Date: 2019-12-26 06:47 +0200
http://bitbucket.org/pypy/pypy/changeset/eb12398a35eb/

Log:	back out 98943a15dbc8: cpyext tests still time out if run in one
	block

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -5,7 +5,7 @@
     'translator/c', 'rlib',
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
-    'jit/backend/zarch',
+    'jit/backend/zarch', 'module/cpyext/test',
     'jit/backend/aarch64',
 ]
 


More information about the pypy-commit mailing list