Author: Armin Rigo <ar...@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(_):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to