RESOLVED FIXED 62609
fast/workers/worker-close.html is flaky on slower machines.
https://bugs.webkit.org/show_bug.cgi?id=62609
Summary fast/workers/worker-close.html is flaky on slower machines.
Attachments
Patch (1.76 KB, patch)
2011-06-13 16:57 PDT, David Levin
no flags
David Levin
Comment 1 2011-06-13 16:57:52 PDT
Dmitry Titov
Comment 2 2011-06-13 17:05:13 PDT
Comment on attachment 97036 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=97036&action=review > LayoutTests/fast/workers/worker-close.html:46 > + timeout = setTimeout(testErrorAfterClose, 1000); Do we need a 1000ms delay now?
David Levin
Comment 3 2011-06-13 17:11:17 PDT
(In reply to comment #2) > (From update of attachment 97036 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=97036&action=review > > > LayoutTests/fast/workers/worker-close.html:46 > > + timeout = setTimeout(testErrorAfterClose, 1000); > > Do we need a 1000ms delay now? The delay wasn't about waiting for this response. It was about waiting to see if it got back a response to the "worker.postMessage("ping");" message.
Dmitry Titov
Comment 4 2011-06-13 17:33:54 PDT
Comment on attachment 97036 [details] Patch Thanks!
WebKit Review Bot
Comment 5 2011-06-13 18:15:39 PDT
Comment on attachment 97036 [details] Patch Clearing flags on attachment: 97036 Committed r88746: <http://trac.webkit.org/changeset/88746>
WebKit Review Bot
Comment 6 2011-06-13 18:15:43 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.