RESOLVED FIXED 168935
LayoutTest media/modern-media-controls/volume-down-support/volume-down-support.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=168935
Summary LayoutTest media/modern-media-controls/volume-down-support/volume-down-suppor...
Ryan Haddad
Reported 2017-02-27 14:29:38 PST
LayoutTest media/modern-media-controls/volume-down-support/volume-down-support.html is flaky https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/r213089%20(4021)/results.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fmodern-media-controls%2Fvolume-down-support%2Fvolume-down-support.html It looks like this test is frequently timing out or failing on macOS. Here is the diff from the most recent failure: --- /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/media/modern-media-controls/volume-down-support/volume-down-support-expected.txt +++ /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/media/modern-media-controls/volume-down-support/volume-down-support-actual.txt @@ -6,7 +6,7 @@ PASS media.volume is 1 Pressing on the volume down button -PASS media.volume is 0 +FAIL media.volume should be 0. Was 0.009. PASS successfullyParsed is true
Attachments
Patch (4.81 KB, patch)
2017-03-01 18:06 PST, Antoine Quint
no flags
Ryan Haddad
Comment 1 2017-02-27 14:31:33 PST
This one seems to be affecting EWS results.
Radar WebKit Bug Importer
Comment 2 2017-03-01 17:39:27 PST
Antoine Quint
Comment 3 2017-03-01 18:06:42 PST
Dean Jackson
Comment 4 2017-03-01 19:17:40 PST
Comment on attachment 303153 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303153&action=review > LayoutTests/ChangeLog:11 > + Use asynchronous assertions to guarantee we've entered fullscreen and the volume down button > + is present and leave a little room for error when checking the volume since we would sometime > + see a value of 0.009 rather than 0. This is a long sentence. Why do we see this value? > LayoutTests/media/modern-media-controls/volume-down-support/volume-down-support.html:25 > + shouldBeCloseTo("media.volume", 0, 0.1); Maybe add a comment explaining why the fudge factor.
WebKit Commit Bot
Comment 5 2017-03-01 19:44:57 PST
Comment on attachment 303153 [details] Patch Clearing flags on attachment: 303153 Committed r213258: <http://trac.webkit.org/changeset/213258>
WebKit Commit Bot
Comment 6 2017-03-01 19:45:02 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.