RESOLVED FIXED 167396
LayoutTest media/modern-media-controls/media-controller/media-controller-auto-hide-rewind-with-mouse-enter.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=167396
Summary LayoutTest media/modern-media-controls/media-controller/media-controller-auto...
Ryan Haddad
Reported 2017-01-24 16:36:46 PST
LayoutTest media/modern-media-controls/media-controller/media-controller-auto-hide-rewind-with-mouse-enter.html is a flaky failure https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r211112%20(12555)/results.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#tests=media%2Fmodern-media-controls%2Fmedia-controller%2Fmedia-controller-auto-hide-rewind-with-mouse-enter.html --- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/media/modern-media-controls/media-controller/media-controller-auto-hide-rewind-with-mouse-enter-expected.txt +++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/media/modern-media-controls/media-controller/media-controller-auto-hide-rewind-with-mouse-enter-actual.txt @@ -7,7 +7,7 @@ PASS controlsBar.classList.contains('faded') is false Auto-hide timer has elapsed, controls bar should be faded. -PASS controlsBar.classList.contains('faded') is true +FAIL controlsBar.classList.contains('faded') should be true. Was false. Mouse moved over the media, controls bar should be visible. PASS controlsBar.classList.contains('faded') is false
Attachments
Patch (7.65 KB, patch)
2017-03-02 18:15 PST, Antoine Quint
no flags
Ryan Haddad
Comment 1 2017-01-24 16:37:35 PST
When I looked at this test yesterday, it had not failed since the 20th. It has failed 4 times since yesterday night.
Antoine Quint
Comment 2 2017-01-25 05:38:32 PST
This is tricky because this test, and a host of others, is timing-sensitive by design since it's testing the auto-hide timer. The test checks as close as possible to the auto-hide delay that the controls are still visible, and then again as soon as possible after the auto-hide delay has elapsed to check that the controls are no longer visible. So in certain cases, probably where the system is under pressure and timers run late, we get in cases where the check prior to the timer firing fails because we've actually run past auto-hide delay. We're going to have to find a different way to test this.
Jon Lee
Comment 3 2017-01-25 10:10:38 PST
When testing could we set the auto-hide timer to 0?
Ryan Haddad
Comment 4 2017-01-25 12:06:55 PST
Radar WebKit Bug Importer
Comment 5 2017-03-02 18:00:25 PST
Antoine Quint
Comment 6 2017-03-02 18:15:08 PST
WebKit Commit Bot
Comment 7 2017-03-02 19:27:27 PST
Comment on attachment 303281 [details] Patch Clearing flags on attachment: 303281 Committed r213342: <http://trac.webkit.org/changeset/213342>
WebKit Commit Bot
Comment 8 2017-03-02 19:27:32 PST
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.