Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r190:011a0cd9be1e
Date: 2013-06-18 21:07 +0200
http://bitbucket.org/pypy/stmgc/changeset/011a0cd9be1e/

Log:    Skip this again. Moved the problematic iteration into its own test.

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
@@ -504,7 +504,10 @@
     assert fine == [True, True]
 
 
+def test_specific_issue_1():
+    test_multi_thread(1624)
+
 def test_more_multi_thread():
-    #py.test.skip("more random tests")
+    py.test.skip("more random tests")
     for i in range(200):
         yield test_multi_thread, 1624 + i
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to