Bug 72398

Summary: media/track/track-webvtt-tc013-settings.html is flaky
Product: WebKit Reporter: Anna Cavender <annacc>
Component: WebCore Misc.Assignee: Anna Cavender <annacc>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 72215    
Attachments:
Description Flags
guarantees tests will run in order none

Comment 1 Anna Cavender 2011-11-15 10:40:29 PST
Created attachment 115196 [details]
guarantees tests will run in order
Comment 2 Eric Carlson 2011-11-15 11:03:14 PST
Comment on attachment 115196 [details]
guarantees tests will run in order

View in context: https://bugs.webkit.org/attachment.cgi?id=115196&action=review

> LayoutTests/media/track/track-webvtt-tc013-settings.html:14
> +                numberOfTracksLoaded++;

This should be declared and explicitly initialized to 0.
Comment 3 Anna Cavender 2011-11-15 11:05:52 PST
Comment on attachment 115196 [details]
guarantees tests will run in order

View in context: https://bugs.webkit.org/attachment.cgi?id=115196&action=review

>> LayoutTests/media/track/track-webvtt-tc013-settings.html:14
>> +                numberOfTracksLoaded++;
> 
> This should be declared and explicitly initialized to 0.

It is in video-test.js because it is used by all the media/track tests.
Comment 4 WebKit Review Bot 2011-11-15 11:38:15 PST
Comment on attachment 115196 [details]
guarantees tests will run in order

Clearing flags on attachment: 115196

Committed r100300: <http://trac.webkit.org/changeset/100300>
Comment 5 WebKit Review Bot 2011-11-15 11:38:19 PST
All reviewed patches have been landed.  Closing bug.