Author: Armin Rigo <[email protected]>
Branch:
Changeset: r51745:29a811af16dc
Date: 2012-01-24 22:13 +0100
http://bitbucket.org/pypy/pypy/changeset/29a811af16dc/
Log: Deadlocks occasionally -- why???
diff --git a/pypy/module/thread/test/test_ll_thread.py
b/pypy/module/thread/test/test_ll_thread.py
--- a/pypy/module/thread/test/test_ll_thread.py
+++ b/pypy/module/thread/test/test_ll_thread.py
@@ -164,6 +164,9 @@
def getcompiled(self, f, argtypes):
return f
+ def test_start_new_thread(self):
+ py.test.skip("deadlocks occasionally -- why???")
+
class TestUsingBoehm(AbstractThreadTests):
gcpolicy = 'boehm'
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit