[pypy-commit] stmgc default: Reset this to False in the check-in version until it passes more reliably.

arigo noreply at buildbot.pypy.org
Sat Jun 22 14:42:42 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r233:c7aa0eeec5b1
Date: 2013-06-22 14:42 +0200
http://bitbucket.org/pypy/stmgc/changeset/c7aa0eeec5b1/

Log:	Reset this to False in the check-in version until it passes more
	reliably.

diff --git a/c4/test/test_random.py b/c4/test/test_random.py
--- a/c4/test/test_random.py
+++ b/c4/test/test_random.py
@@ -5,7 +5,7 @@
 # a default seed that changes every day, but that can be easily recovered
 DEFAULT_SEED = int(time.strftime("%y%m%d", time.gmtime()))
 
-DO_MAJOR_COLLECTS = True
+DO_MAJOR_COLLECTS = False
 
 
 def setup_function(_):


More information about the pypy-commit mailing list