Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to