RESOLVED FIXED Bug 88172
[chromium] SKIP http/tests/media/video-buffered.html because it requires overly large data
https://bugs.webkit.org/show_bug.cgi?id=88172
Summary [chromium] SKIP http/tests/media/video-buffered.html because it requires over...
Ami Fischman
Reported 2012-06-02 10:28:55 PDT
Chromium's BufferedResourceLoader de-facto coallesces buffered regions when a seek is less than 2MB away from the current read-head. This makes it impossible to test what http/tests/media/video-buffered.html wants to test with a data file smaller than 2MB. SKIP the test until we either have a bigger data file to test with (checked in to svn) or have a CGI that can both generate media data dynamically *AND* support Range HTTP requests.
Attachments
Patch (1.75 KB, patch)
2012-06-02 10:39 PDT, Ami Fischman
no flags
Ami Fischman
Comment 1 2012-06-02 10:29:47 PDT
http://crbug.com/130843 has a bit of backstory, too. (the test appeared to run correctly on chromium because I had a bug in BufferedDataSource; but fixing that bug makes clear the problem with this test)
Ami Fischman
Comment 2 2012-06-02 10:30:19 PDT
*** Bug 88160 has been marked as a duplicate of this bug. ***
Ami Fischman
Comment 3 2012-06-02 10:39:44 PDT
WebKit Review Bot
Comment 4 2012-06-02 11:57:53 PDT
Comment on attachment 145455 [details] Patch Clearing flags on attachment: 145455 Committed r119326: <http://trac.webkit.org/changeset/119326>
WebKit Review Bot
Comment 5 2012-06-02 11:58:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.