Bug 201509 - [iOS] Layout Test imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek.html is failing
Summary: [iOS] Layout Test imported/w3c/web-platform-tests/html/semantics/embedded-con...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-05 11:27 PDT by Ryan Haddad
Modified: 2019-09-06 05:39 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 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.
Comment 1 Ryan Haddad 2019-09-05 11:29:33 PDT
Updated test expectations in https://trac.webkit.org/changeset/249537/webkit.
Comment 2 Alicia Boya García 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.