Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r61002:6d540e777b5b
Date: 2013-02-08 23:07 -0800
http://bitbucket.org/pypy/pypy/changeset/6d540e777b5b/

Log:    test_multiprocessing seems to deadlock the buildbots

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -280,7 +280,7 @@
     RegrTest('test_modulefinder.py'),
     RegrTest('test_msilib.py'),
     RegrTest('test_multibytecodec.py', usemodules='_multibytecodec'),
-    RegrTest('test_multiprocessing.py'),
+    RegrTest('test_multiprocessing.py', skip="XXX: deadlocks the buildbots"),
     RegrTest('test_mutants.py', core="possibly"),
     RegrTest('test_netrc.py'),
     RegrTest('test_nis.py'),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to