12016-08-17 Jonathan Bedard <jbedard@apple.com>
2
3 Extra logging for crash reason
4 https://bugs.webkit.org/show_bug.cgi?id=160943
5
6 Reviewed by NOBODY (OOPS!).
7
8 A number of tests have been erroneously marked as crashed, this should help diagnose these false crashes.
9
10 * Scripts/webkitpy/port/server_process.py:
11 (ServerProcess.write): Add extra logging to determine why a process has been marked as crashed.
12 (ServerProcess._wait_for_data_and_update_buffers_using_select): Ditto.
13 (ServerProcess.has_crashed): Ditto.
14