[Webkit-unassigned] [Bug 30657] New: video-played.js uses too short of a timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 18:52:04 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30657

           Summary: video-played.js uses too short of a timeout
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scherkus at chromium.org
                CC: eric.carlson at apple.com


We have issues running LayoutTest/media/video-played-*.html family of tests
because the error timeout is too aggressive.

Since it's based on reaching 10 call counts, tests that use a short delay will
result in a tight window to meet the deadline.  For example:
playForMillisecs(100) -> 100 x 10 = 1 second deadline
playForMillisecs(30) -> 30 x 10 = 300 millisecond deadline

I propose letting call counts go wild while measuring the actual time elapsed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list