RESOLVED FIXED Bug 177930
Layout Test media/modern-media-controls/scrubber-support/scrubber-support-click.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=177930
Summary Layout Test media/modern-media-controls/scrubber-support/scrubber-support-cli...
Antoine Quint
Reported 2017-10-05 04:03:50 PDT
The following layout test is flaky on Apple Sierra Debug WK1 media/modern-media-controls/scrubber-support/scrubber-support-click.html
Attachments
Patch (3.72 KB, patch)
2017-10-05 04:05 PDT, Antoine Quint
no flags
Antoine Quint
Comment 1 2017-10-05 04:05:56 PDT
Dean Jackson
Comment 2 2017-10-05 09:49:16 PDT
Comment on attachment 322819 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=322819&action=review > LayoutTests/ChangeLog:10 > + In cases where this test failed, it actually worked as expected but the "timeupdate" event would be fired > + twice, most likely because it was registered twice. We now use an asynchronous expectation to run the test > + which should only register the event listener once and make the test more reliable. You could probably just pass in a { once: true } to the event listener registration. Or are you saying it was actually registered twice?
Antoine Quint
Comment 3 2017-10-05 11:28:13 PDT
(In reply to Dean Jackson from comment #2) > Comment on attachment 322819 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=322819&action=review > > > LayoutTests/ChangeLog:10 > > + In cases where this test failed, it actually worked as expected but the "timeupdate" event would be fired > > + twice, most likely because it was registered twice. We now use an asynchronous expectation to run the test > > + which should only register the event listener once and make the test more reliable. > > You could probably just pass in a { once: true } to the event listener > registration. Or are you saying it was actually registered twice? It was registered twice.
WebKit Commit Bot
Comment 4 2017-10-05 11:51:50 PDT
Comment on attachment 322819 [details] Patch Clearing flags on attachment: 322819 Committed r222923: <http://trac.webkit.org/changeset/222923>
WebKit Commit Bot
Comment 5 2017-10-05 11:51:51 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-10-05 11:52:49 PDT
Note You need to log in before you can comment on or make changes to this bug.