3 Reviewed by NOBODY (OOPS!).
4
5 nrwt: should clean up stale server processes from a previous run
6 https://bugs.webkit.org/show_bug.cgi?id=62615
7
8 This change fixes cases where NRWT might start a server and then
9 exit, leaving the server still running. Now NRWT should detect
10 this case and clean up on the next run, without shutting down
11 any processes it didn't start.
12
13 This change also fixes a bug in executive.kill_process on UNIX
14 where zombies weren't being handled properly.
15
16 * Scripts/webkitpy/common/system/executive.py:
17 * Scripts/webkitpy/layout_tests/port/apache_http_server.py:
18 * Scripts/webkitpy/layout_tests/port/base.py:
19 * Scripts/webkitpy/layout_tests/port/http_server.py:
20 * Scripts/webkitpy/layout_tests/port/http_server_base.py:
21 * Scripts/webkitpy/layout_tests/port/port_testcase.py:
22 * Scripts/webkitpy/layout_tests/port/websocket_server.py:
23
242011-06-13 Dirk Pranke <dpranke@chromium.org>
25