]> granicus.if.org Git - python/commit
Try to get this test to be more stable:
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 25 Mar 2008 07:00:39 +0000 (07:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 25 Mar 2008 07:00:39 +0000 (07:00 +0000)
commitbb89e686e3217b43611854755359cb149c5e2cf6
tree7ee7c03cca1e3e68e926b57fb29b6c8350ab1a3d
parentbe9160b035449b00ff4aee1837c510ec518b08bc
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.
Lib/test/test_signal.py