[Webkit-unassigned] [Bug 55198] New: LayoutTests/http/tests/media/video-play-suspend is now hanging on chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 17:01:24 PST 2011


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

           Summary: LayoutTests/http/tests/media/video-play-suspend is now
                    hanging on chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sjl at chromium.org
                CC: eric.carlson at apple.com, scherkus at chromium.org,
                    jamesr at chromium.org, jer.noble at apple.com


This just started hanging for chrome due to a cl of mine (http://codereview.chromium.org/6581012/) which causes the MediaPlayer states to transition from 'loading -> loaded ->idle' instead of 'loading -> idle'. This appears to be the correct spec thing to do as a progress event is now fired when the media has completed loading (which it wasn't before), but a side effect is that the 'suspend' event is now not being fired as the network doesn't actually suspend (indicated by a 'loading -> idle' transition).

I ran the test under safari and the test also hangs there too.

So it seems to me that the test is actually not testing for correct behaviour.

Thoughts?

-- 
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