[Webkit-unassigned] [Bug 137882] REGRESSION(r174823): Several tests fail due to canplaythrough firing before tracks are available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 4 17:57:32 PST 2014


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

--- Comment #5 from Jer Noble <jer.noble at apple.com> ---
(In reply to comment #3)
> media/track/audio-track.html appears to be flaky on Yosemite for the same
> reason.
> 
> Marked it as flaky in https://trac.webkit.org/r175218 (on all OS X versions,
> because the change was not Yosemite specific).

Turns out, it's flakey for a different reason. We're queueing a timer to fire the "addTrack" event, but we're sending the "canplaythrough" event immediately when the KVO fires. This means that they can come slightly out-of-order, but this was always possible, and likely did not have anything to do with the other change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141105/e345e5f7/attachment-0002.html>


More information about the webkit-unassigned mailing list