Bug 140639 - [Mac] Skip http/tests/media/video-play-waiting.html
Summary: [Mac] Skip http/tests/media/video-play-waiting.html
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 13:25 PST by Eric Carlson
Modified: 2021-11-25 04:09 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2015-01-19 13:25:09 PST
With "small" files, AVFoundation won't report that a file can play through until the entire file has been loaded. 'waiting' is only fired when the readyState drops below HAVE_ENOUGH_DATA, so this test can not work with our test media.
Comment 1 Eric Carlson 2015-01-19 13:43:25 PST
Correction: 'waiting' is only fired when the readyState drops below HAVE_FUTURE_DATA, not HAVE_ENOUGH_DATA
Comment 2 Enrique Ocaña 2021-11-25 04:08:03 PST
This test was timing out, but after that was solved in bug 142489, it's failing because the "EVENT(timeupdate)" doesn't appear in the test output.

I've flagged it from "[ Pass Timeout ]" to "[ Failure ]", as this problem is out of the scope of bug 142489.