History log of /external/python/cpython2/Lib/test/test_wait4.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c503c2c7f788beb486c3edf8f7232bcff2f3f08 04-Jul-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
/external/python/cpython2/Lib/test/test_wait4.py
840ac926c572caa7656449aa1e815660e69f7713 01-Apr-2009 R. David Murray <rdmurray@bitdance.com> Fix Windows test skip error revealed by buildbot. Also a comment spelling
correction in a previously fixed test.
/external/python/cpython2/Lib/test/test_wait4.py
bec087f29d7dca0aaf8f51be7d7c135e9b84e7f1 26-Mar-2009 Benjamin Peterson <benjamin@python.org> fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
/external/python/cpython2/Lib/test/test_wait4.py
888a39b54c4f47ee25d53b157e2c50402627cd0b 26-Mar-2009 Benjamin Peterson <benjamin@python.org> remove test_support.TestSkipped and just use unittest.SkipTest
/external/python/cpython2/Lib/test/test_wait4.py
84bc19a453905e611dfc5d112a84604929b50cb5 07-Jul-2006 Neal Norwitz <nnorwitz@gmail.com> Restore rev 47014:

The hppa ubuntu box sometimes hangs forever in these tests. My guess
is that the wait is failing for some reason. Use WNOHANG, so we won't
wait until the buildbot kills the test suite.

I haven't been able to reproduce the failure, so I'm not sure if
this will help or not. Hopefully, this change will cause the test
to fail, rather than hang. That will be better since we will get
the rest of the test results. It may also help us debug the real problem.

*** The reason this originally failed was because there were many
zombie children outstanding before rev 47158 cleaned them up.
There are still hangs in test_subprocess that need to be addressed,
but that will take more work. This should close some holes.
/external/python/cpython2/Lib/test/test_wait4.py
b15ac3169d5958e294e09f8daeab0f413e76d0a3 29-Jun-2006 Neal Norwitz <nnorwitz@gmail.com> Add new utility function, reap_children(), to test_support. This should
be called at the end of each test that spawns children (perhaps it
should be called from regrtest instead?). This will hopefully prevent
some of the unexplained failures in the buildbots (hppa and alpha)
during tests that spawn children. The problems were not reproducible.
There were many zombies that remained at the end of several tests.
In the worst case, this shouldn't cause any more problems,
though it may not help either. Time will tell.
/external/python/cpython2/Lib/test/test_wait4.py
0f51cf6e0473919d83da7ce3a7d23cd7d1ea0594 18-Jun-2006 Neal Norwitz <nnorwitz@gmail.com> Revert 47014 until it is more robust
/external/python/cpython2/Lib/test/test_wait4.py
10b835c40155bf3ff79839377a869742970e064f 18-Jun-2006 Neal Norwitz <nnorwitz@gmail.com> The hppa ubuntu box sometimes hangs forever in these tests. My guess
is that the wait is failing for some reason. Use WNOHANG, so we won't
wait until the buildbot kills the test suite.

I haven't been able to reproduce the failure, so I'm not sure if
this will help or not. Hopefully, this change will cause the test
to fail, rather than hang. That will be better since we will get
the rest of the test results. It may also help us debug the real problem.
/external/python/cpython2/Lib/test/test_wait4.py
05a45599d7c7e7584a80d7ef70dc47e984664619 20-Mar-2006 Neal Norwitz <nnorwitz@gmail.com> Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder.

This was a fair amount of rework of the patch. Refactored test_fork1 so it
could be reused by the new tests for wait3/4. Also made them into new style
unittests (derive from unittest.TestCase).
/external/python/cpython2/Lib/test/test_wait4.py