[pypy-commit] pypy invalidate-virtualrefs: temporarily run only these tests, trying to understand why they failed

antocuni noreply at buildbot.pypy.org
Mon May 30 09:46:40 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: invalidate-virtualrefs
Changeset: r44587:75c1ede14db1
Date: 2011-05-30 09:59 +0200
http://bitbucket.org/pypy/pypy/changeset/75c1ede14db1/

Log:	temporarily run only these tests, trying to understand why they
	failed

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -17,3 +17,5 @@
 _cherrypick = os.getenv('PYPYCHERRYPICK', '')
 if _cherrypick:
     cherrypick = _cherrypick.split(':')
+
+cherrypick = ['module/thread']


More information about the pypy-commit mailing list