[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:16:19 PDT 2012


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





--- Comment #2 from Anna Cavender <annacc at chromium.org>  2012-08-16 13:16:53 PST ---
(In reply to comment #1)
> (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.

Huh.  Why then do we need to findMediaElement() in bodyLoaded()?

Can't think of another reason why this test might timeout because it looks like it is guaranteed to end when the 'ended' event is fired.  Any other guesses?

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