[pypy-commit] stmgc fix-1: Going back to a pre-major-GC time, found an issue

arigo noreply at buildbot.pypy.org
Tue Jun 18 21:05:49 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: fix-1
Changeset: r187:58dccb421a8c
Date: 2013-06-18 20:27 +0200
http://bitbucket.org/pypy/stmgc/changeset/58dccb421a8c/

Log:	Going back to a pre-major-GC time, found an issue

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
@@ -505,6 +505,6 @@
 
 
 def test_more_multi_thread():
-    py.test.skip("more random tests")
+    #py.test.skip("more random tests")
     for i in range(100):
-        yield test_multi_thread, 1200 + i
+        yield test_multi_thread, 1624 + i


More information about the pypy-commit mailing list