Commit 4023d962 authored by Jason Madden's avatar Jason Madden

Enable test_kill_dead and related on Python 3.4+ as well.

parent 9f4b3702
...@@ -521,16 +521,6 @@ if sys.version_info[:2] >= (3, 4): ...@@ -521,16 +521,6 @@ if sys.version_info[:2] >= (3, 4):
# In any event, this test hangs forever # In any event, this test hangs forever
'test_subprocess.POSIXProcessTestCase.test_terminate_dead',
'test_subprocess.POSIXProcessTestCase.test_send_signal_dead',
'test_subprocess.POSIXProcessTestCase.test_kill_dead',
# With our monkey patch in place,
# they fail because the process they're looking for has been allowed to exit.
# Our monkey patch waits for the process with a watcher and so detects
# the exit before the normal polling mechanism would
'test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes', 'test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes',
# Subclasses Popen, and overrides _execute_child. Expects things to be done # Subclasses Popen, and overrides _execute_child. Expects things to be done
# in a particular order in an exception case, but we don't follow that # in a particular order in an exception case, but we don't follow that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment