[pypy-commit] pypy py3k: test_multiprocessing seems to deadlock the buildbots

pjenvey noreply at buildbot.pypy.org
Sat Feb 9 08:07:47 CET 2013


Author: Philip Jenvey <pjenvey at underboss.org>
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'),


More information about the pypy-commit mailing list