Bug 88172 - [chromium] SKIP http/tests/media/video-buffered.html because it requires overly large data
Summary: [chromium] SKIP http/tests/media/video-buffered.html because it requires over...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ami Fischman
URL:
Keywords:
: 88160 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-02 10:28 PDT by Ami Fischman
Modified: 2012-06-02 11:58 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2012-06-02 10:39 PDT, Ami Fischman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ami Fischman 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.
Comment 1 Ami Fischman 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)
Comment 2 Ami Fischman 2012-06-02 10:30:19 PDT
*** Bug 88160 has been marked as a duplicate of this bug. ***
Comment 3 Ami Fischman 2012-06-02 10:39:44 PDT
Created attachment 145455 [details]
Patch
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2012-06-02 11:58:04 PDT
All reviewed patches have been landed.  Closing bug.