[Webkit-unassigned] [Bug 94242] media/track/track-cues-sorted-before-dispatch.html flakily times out on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 13:09:01 PDT 2012


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.carlson at apple.com




--- Comment #1 from Eric Carlson <eric.carlson at apple.com>  2012-08-16 13:09:34 PST ---
(In reply to comment #0)
> track-cues-sorted-before-dispatch.html has been flakily timing out on Linux.
> http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=track-cues-sorted-before-dispatch
> 
> My guess is that occasionally the line
> 
> waitForEvent('ended', logEndTest);
> 
> gets executed before the bodyLoaded() function at which point 'video' has not been defined and the event listener never gets attached and the test then never ends.

  "waitForEvent('ended', logEndTest)" should *always* execute before bodyLoaded(), but it just registers an event handler so that should be fine. "video" is defined by code in video-test.js that is executed when it loads, so that should not be an issue here.

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