|
Lines 1-3
a/Tools/ChangeLog_sec1
|
|
|
1 |
2011-05-13 Zoltan Herczeg <zherczeg@webkit.org> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
Missing 2nd #EOF if WebProcess is killed. |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=60761 |
| 7 |
|
| 8 |
If the WebProcess is killed, only one #EOF is yielded |
| 9 |
by WebKitTestRunner. However, run-webkit-test wait for |
| 10 |
a second #EOF, which signals the finishing of pixel dump. |
| 11 |
Since this never happens, run-webkit-test waits forever. |
| 12 |
|
| 13 |
* WebKitTestRunner/TestInvocation.cpp: |
| 14 |
(WTR::TestInvocation::dump): |
| 15 |
(WTR::TestInvocation::didReceiveMessageFromInjectedBundle): |
| 16 |
* WebKitTestRunner/TestInvocation.h: |
| 17 |
|
| 1 |
2011-05-12 Ryuan Choi <ryuan.choi@samsung.com> |
18 |
2011-05-12 Ryuan Choi <ryuan.choi@samsung.com> |
| 2 |
|
19 |
|
| 3 |
Reviewed by Antonio Gomes. |
20 |
Reviewed by Antonio Gomes. |