Bug 162308 - LayoutTest imported/w3c/web-platform-tests/media-source/mediasource-duration.html is a flaky failure
Summary: LayoutTest imported/w3c/web-platform-tests/media-source/mediasource-duration....
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 11:05 PDT by Ryan Haddad
Modified: 2016-09-25 17:47 PDT (History)
2 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-09-20 11:05:53 PDT
LayoutTest imported/w3c/web-platform-tests/media-source/mediasource-duration.html is a flaky failure

https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/9575

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fmedia-source%2Fmediasource-duration.html

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/media-source/mediasource-duration-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/media-source/mediasource-duration-actual.txt
@@ -1,7 +1,9 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS Test seek starts on duration truncation below currentTime 
 PASS Test appendBuffer completes previous seek to truncated duration 
-PASS Test endOfStream completes previous seek to truncated duration 
+TIMEOUT Test endOfStream completes previous seek to truncated duration Test timed out
 PASS Test setting same duration multiple times does not fire duplicate durationchange 
 PASS Test setting the duration to less than the highest starting presentation timestamp will throw 
 PASS Truncating the duration throws an InvalidStateError exception when new duration is less than the highest buffered range start time of one of the track buffers
Comment 1 Ryan Haddad 2016-09-22 11:33:05 PDT
Marked test as flaky in http://trac.webkit.org/projects/webkit/changeset/206264
Comment 2 Alexey Proskuryakov 2016-09-25 17:47:23 PDT
There were many changes breaking or fixing this test on different platforms. On the Mac, this test has started to fail after r206032 ([media-source] fix imported/w3c/web-platform-tests/media-source/mediasource-duration.html).