Bug 158747 - [mac] LayoutTest media/restore-from-page-cache.html is a flaky failure
Summary: [mac] LayoutTest media/restore-from-page-cache.html is a flaky failure
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 12:49 PDT by Ryan Haddad
Modified: 2016-09-29 16:02 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 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.
Comment 1 Ryan Haddad 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
Comment 2 Ryan Haddad 2016-07-05 11:31:52 PDT
Marked test as flaky on El Capitan in <http://trac.webkit.org/projects/webkit/changeset/202824>