[pypy-svn] r80013 - pypy/branch/fast-forward/lib-python/modified-2.7.0/test
afa at codespeak.net
afa at codespeak.net
Mon Dec 13 00:19:34 CET 2010
Author: afa
Date: Mon Dec 13 00:19:32 2010
New Revision: 80013
Modified:
pypy/branch/fast-forward/lib-python/modified-2.7.0/test/test_threading.py
Log:
Unskip this test, It does not block any more.
It fails for another reason, maybe our buffered streams are
broken after a fork()
Modified: pypy/branch/fast-forward/lib-python/modified-2.7.0/test/test_threading.py
==============================================================================
--- pypy/branch/fast-forward/lib-python/modified-2.7.0/test/test_threading.py (original)
+++ pypy/branch/fast-forward/lib-python/modified-2.7.0/test/test_threading.py Mon Dec 13 00:19:32 2010
@@ -468,7 +468,6 @@
"""
self._run_and_join(script)
- @unittest.skip("FIXME: pypy should have an 'after_fork' hook")
def test_3_join_in_forked_from_thread(self):
# Like the test above, but fork() was called from a worker thread
# In the forked process, the main Thread object must be marked as stopped.
More information about the Pypy-commit
mailing list