Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r44185:2d71e946a29d
Date: 2011-05-15 18:48 +0200
http://bitbucket.org/pypy/pypy/changeset/2d71e946a29d/

Log:    Revert 96ca8f4d0db0 on multiprocessing. The reason it is skipped is
        because the processes left behind make buildbot hang after it's done
        running the tests.

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -317,7 +317,7 @@
     RegrTest('test_multibytecodec.py'),
     RegrTest('test_multibytecodec_support.py', skip="not a test"),
     RegrTest('test_multifile.py'),
-    RegrTest('test_multiprocessing.py'),
+    RegrTest('test_multiprocessing.py', skip='FIXME leaves subprocesses'),
     RegrTest('test_mutants.py', core="possibly"),
     RegrTest('test_mutex.py'),
     RegrTest('test_netrc.py'),
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to