RESOLVED FIXED71098
WebSocket: iframe in reload-crash.html reloads forever
https://bugs.webkit.org/show_bug.cgi?id=71098
Summary WebSocket: iframe in reload-crash.html reloads forever
Yuta Kitamura
Reported 2011-10-28 01:36:35 PDT
If you manually open http/tests/websocket/tests/{hixie76,hybi}/reload-crash.html from a browser, iframe in the test reloads repeatedly and the test doesn't stop even after finishJSTest() is called. My hypothesis is that this issue affects the subsequent tests and is the source of test flakiness of http://code.google.com/p/chromium/issues/detail?id=73094.
Attachments
Patch (4.49 KB, patch)
2011-10-28 02:24 PDT, Yuta Kitamura
no flags
Patch v2 (4.89 KB, patch)
2011-10-28 07:29 PDT, Yuta Kitamura
no flags
Yuta Kitamura
Comment 1 2011-10-28 02:24:53 PDT
Kent Tamura
Comment 2 2011-10-28 02:32:44 PDT
Comment on attachment 112837 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112837&action=review > LayoutTests/http/tests/websocket/tests/hixie76/reload-crash.html:26 > - return; > + return originalReloadCount; We can write "return 1;" > LayoutTests/http/tests/websocket/tests/hixie76/reload-crash.html:29 > reloadCount += 1; > + return originalReloadCount; We can write "return 0;" and can remove originalReloadCount.
Yuta Kitamura
Comment 3 2011-10-28 07:29:31 PDT
Created attachment 112861 [details] Patch v2
Yuta Kitamura
Comment 4 2011-10-28 07:33:25 PDT
Comment on attachment 112837 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112837&action=review >> LayoutTests/http/tests/websocket/tests/hixie76/reload-crash.html:26 >> + return originalReloadCount; > > We can write "return 1;" I rewrote the code around here; patch v2 should be much cleaner. originalReloadCount was removed.
WebKit Review Bot
Comment 5 2011-10-30 19:50:46 PDT
Comment on attachment 112861 [details] Patch v2 Clearing flags on attachment: 112861 Committed r98835: <http://trac.webkit.org/changeset/98835>
WebKit Review Bot
Comment 6 2011-10-30 19:50:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.