RESOLVED FIXED 138806
media/track/track-in-band-cues-added-once.html fails sometimes
https://bugs.webkit.org/show_bug.cgi?id=138806
Summary media/track/track-in-band-cues-added-once.html fails sometimes
Alexey Proskuryakov
Reported 2014-11-17 13:49:56 PST
I'm seeing these failures again: @@ -24,5 +24,10 @@ EVENT(seeked) EXPECTED (inbandTrack1.cues.length > '0') OK RUN(video.pause()) +Found unexpected cue starting at 0.2 FAIL +Found unexpected cue starting at 1.0008333333333332 FAIL +Found unexpected cue starting at 1.7682333333333333 FAIL +Found unexpected cue starting at 2.4355333333333333 FAIL +Found unexpected cue starting at 2.769233333333333 FAIL END OF TEST
Attachments
Proposed patch. (6.56 KB, patch)
2015-01-29 14:48 PST, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2014-11-17 13:50:29 PST
Alexey Proskuryakov
Comment 2 2014-11-17 13:52:27 PST
Marked as flaky in <http://trac.webkit.org/r176228>.
Eric Carlson
Comment 3 2015-01-29 13:05:11 PST
As with bug 140974, it looks like this happens when AVFoundation doesn't deliver the first cue when playback starts - presumably because of startup latency.
Eric Carlson
Comment 4 2015-01-29 14:48:43 PST
Created attachment 245652 [details] Proposed patch.
Brent Fulgham
Comment 5 2015-01-29 15:02:36 PST
Comment on attachment 245652 [details] Proposed patch. r=me
WebKit Commit Bot
Comment 6 2015-01-29 16:04:37 PST
Comment on attachment 245652 [details] Proposed patch. Clearing flags on attachment: 245652 Committed r179378: <http://trac.webkit.org/changeset/179378>
WebKit Commit Bot
Comment 7 2015-01-29 16:04:41 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.