NEW 201509
[iOS] Layout Test imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek.html is failing
https://bugs.webkit.org/show_bug.cgi?id=201509
Summary [iOS] Layout Test imported/w3c/web-platform-tests/html/semantics/embedded-con...
Ryan Haddad
Reported 2019-09-05 11:27:10 PDT
The following layout test is failing on iOS Simulator imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek.html Probable cause: This test was a consistent timeout when it was added in r249205. The test stopped timing out and became a consistent failure with/around r249350. Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fembedded-content%2Fthe-video-element%2Fvideo_timeupdate_on_seek.html --- /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek-expected.txt +++ /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek-actual.txt @@ -1,4 +1,3 @@ PASS timeupdate is emitted after a seek before the data is received: mp4. -PASS timeupdate is emitted after a seek before the data is received: ogv.
Attachments
Ryan Haddad
Comment 1 2019-09-05 11:29:33 PDT
Alicia Boya García
Comment 2 2019-09-06 05:39:30 PDT
As far as I could test back then, the test timeouts in Mac (and now in iOS) because the HTMLMediaElement keeps trying to load the source URL even after the "src" property has been changed or the element has been removed from DOM, and the test framework keeps waiting for that, which never happens because the HTTP endpoint used in the test times out on purpose.
Note You need to log in before you can comment on or make changes to this bug.