NEW 158747
[mac] LayoutTest media/restore-from-page-cache.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=158747
Summary [mac] LayoutTest media/restore-from-page-cache.html is a flaky failure
Ryan Haddad
Reported 2016-06-14 12:49:42 PDT
LayoutTest media/restore-from-page-cache.html is a flaky failure <https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/builds/5938> <https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Frestore-from-page-cache.html> --- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/restore-from-page-cache-expected.txt +++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/restore-from-page-cache-actual.txt @@ -9,8 +9,7 @@ *** Changing volume just before going into cache, to schedule a volumechange event. *** Page returned from cache EXPECTED (loadCount == '1') OK -EXPECTED (videoComputedStyle.width == '320px') OK -EXPECTED (videoComputedStyle.height == '240px') OK +EXPECTED (videoComputedStyle.width == '320px'), OBSERVED '300px' FAIL +EXPECTED (videoComputedStyle.height == '240px'), OBSERVED '150px' FAIL *** ratechange event fired. This should happen AFTER returning from cache. -*** volumechange event fired. This should happen AFTER returning from cache.
Attachments
Ryan Haddad
Comment 1 2016-06-14 12:55:01 PDT
Diff from another failing run: --- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/restore-from-page-cache-expected.txt +++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/restore-from-page-cache-actual.txt @@ -9,8 +9,10 @@ *** Changing volume just before going into cache, to schedule a volumechange event. *** Page returned from cache EXPECTED (loadCount == '1') OK -EXPECTED (videoComputedStyle.width == '320px') OK -EXPECTED (videoComputedStyle.height == '240px') OK +EXPECTED (videoComputedStyle.width == '320px'), OBSERVED '300px' FAIL +EXPECTED (videoComputedStyle.height == '240px'), OBSERVED '150px' FAIL *** ratechange event fired. This should happen AFTER returning from cache. -*** volumechange event fired. This should happen AFTER returning from cache. +EVENT(loadstart) +EVENT(canplaythrough) +EXPECTED (loadCount == '0'), OBSERVED '1' FAIL
Ryan Haddad
Comment 2 2016-07-05 11:31:52 PDT
Marked test as flaky on El Capitan in <http://trac.webkit.org/projects/webkit/changeset/202824>
Note You need to log in before you can comment on or make changes to this bug.