[pypy-svn] r78099 - pypy/branch/fast-forward/lib-python
afa at codespeak.net
afa at codespeak.net
Tue Oct 19 23:52:16 CEST 2010
Author: afa
Date: Tue Oct 19 23:52:12 2010
New Revision: 78099
Modified:
pypy/branch/fast-forward/lib-python/conftest.py
Log:
Skip test_multiprocessing. It leaves subprocesses around
which swamps the buildbot.
Modified: pypy/branch/fast-forward/lib-python/conftest.py
==============================================================================
--- pypy/branch/fast-forward/lib-python/conftest.py (original)
+++ pypy/branch/fast-forward/lib-python/conftest.py Tue Oct 19 23:52:12 2010
@@ -318,7 +318,7 @@
RegrTest('test_multibytecodec.py', skip="unsupported codecs"),
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'),
More information about the Pypy-commit
mailing list