media/track/track-cues-cuechange.html has been flaky on all platforms (for chromium at least) since it was introduced by r100064. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Ftrack%2Ftrack-cues-cuechange.html I'm going to mark it flaky for now.
Created attachment 114937 [details] Patch
Committed r100139: <http://trac.webkit.org/changeset/100139>
Created attachment 115003 [details] change tests to check for order rather than timing
Created attachment 115187 [details] Patch for landing
Comment on attachment 115187 [details] Patch for landing Clearing flags on attachment: 115187 Committed r100296: <http://trac.webkit.org/changeset/100296>
All reviewed patches have been landed. Closing bug.
This patch made things worse rather than better, at least for the WebKit Mac 10.6 (CG) canary, where this patch made this test suddenly become much more flaky. I'm going to re-mark this test as flaky.
Good catch. Looks like this test needs to wait for both canplaythrough AND loaded (on <track>) the same way media/track/track-cues-seeking.html does. I'm on it.
Created attachment 115287 [details] make sure both video and track are ready to be tested
Created attachment 115291 [details] Patch for landing
Comment on attachment 115291 [details] Patch for landing Rejecting attachment 115291 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: n/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/origin/master. Updating chromium port dependencies using gclient... ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output: http://queues.webkit.org/results/10361573
Committed r100402: <http://trac.webkit.org/changeset/100402>