RESOLVED DUPLICATE of bug 83173 83124
worker-reload.html flakily prints console messages
https://bugs.webkit.org/show_bug.cgi?id=83124
Summary worker-reload.html flakily prints console messages
Yuta Kitamura
Reported 2012-04-04 01:33:36 PDT
http/tests/websocket/tests/hybi/workers/worker-reload.html This test prints the following console messages random number of times on Mac bots: --- /Volumes/Data/slave/lion-intel-release-tests/build/layout-test-results/http/tests/websocket/tests/hybi/workers/worker-reload-expected.txt +++ /Volumes/Data/slave/lion-intel-release-tests/build/layout-test-results/http/tests/websocket/tests/hybi/workers/worker-reload-actual.txt @@ -1,3 +1,21 @@ +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused +CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. Connection refused Reload after WebSocket creation should not cause a crash. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". On GTK Release bots, the test prints the similar message exactly 100 times (as the test reloads the same page 100 times). These messages can be safely ignored (this test only checks for crashes), but we need to figure out a way to prevent these messages.
Attachments
Yuta Kitamura
Comment 1 2012-04-04 18:06:22 PDT
I will fix this issue in bug 83173. *** This bug has been marked as a duplicate of bug 83173 ***
Yuta Kitamura
Comment 2 2012-04-12 03:05:59 PDT
Note You need to log in before you can comment on or make changes to this bug.