commit | bb89e686e3217b43611854755359cb149c5e2cf6 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 25 07:00:39 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 25 07:00:39 2008 +0000 |
tree | 7ee7c03cca1e3e68e926b57fb29b6c8350ab1a3d | |
parent | be9160b035449b00ff4aee1837c510ec518b08bc [diff] |
Try to get this test to be more stable: * disable gc during the test run because we are spawning objects and there was an exception when calling Popen.__del__ * Always set an alarm handler so the process doesn't exit if the test fails (should probably add assertions on the value of hndl_called in more places) * Using a negative time causes Linux to treat it as zero, so disable that test.