[pypy-commit] pypy default: Try to split the run of individual test files in this directory too

arigo pypy.commits at gmail.com
Sun Aug 11 14:32:00 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r97147:872b51a36497
Date: 2019-08-11 20:31 +0200
http://bitbucket.org/pypy/pypy/changeset/872b51a36497/

Log:	Try to split the run of individual test files in this directory too

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,7 @@
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
     'jit/backend/zarch', 'module/cpyext/test',
+    'jit/backend/aarch64',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):


More information about the pypy-commit mailing list