Bug 140639
Summary: | [Mac] Skip http/tests/media/video-play-waiting.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eocanha |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=142489 |
Eric Carlson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Carlson
Correction: 'waiting' is only fired when the readyState drops below HAVE_FUTURE_DATA, not HAVE_ENOUGH_DATA
Enrique OcaƱa
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.