The hppa ubuntu box sometimes hangs forever in these tests. My guess
commit6de064422285bebd8c23e67f7a86392bc677178d
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 18 Jun 2006 19:37:40 +0000 (18 19:37 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 18 Jun 2006 19:37:40 +0000 (18 19:37 +0000)
treea2a432b039b5d09a4e0f50972d66c8b1769a6296
parentb9b858c9cf4f9f9ca85c96354ab545aa0a5f0945
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.

git-svn-id: http://svn.python.org/projects/python/trunk@47014 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/fork_wait.py
Lib/test/test_fork1.py
Lib/test/test_wait3.py
Lib/test/test_wait4.py