RESOLVED WONTFIX 89167
[Chromium] Layout Test media/track/track-cue-rendering-snap-to-lines-not-set.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=89167
Summary [Chromium] Layout Test media/track/track-cue-rendering-snap-to-lines-not-set....
Attachments
Simple fix (3.78 KB, patch)
2012-08-30 08:57 PDT, Victor Carbune
no flags
Patch for landing (3.68 KB, patch)
2012-08-30 12:25 PDT, Victor Carbune
no flags
Victor Carbune
Comment 1 2012-08-23 01:13:36 PDT
Not sure how I manage to forget about this bug. However, this rendering case is now broken because of recent TextTrackCue constructor changes. Since other parts of rendering also changed, I think the plan is: 1) Fix the rendering and reactivate this test to see if it still is flaky. 2) If the flakiness remains I suggest converting this to a pixel test, as I don't think the instrospection we are doing here is enough when overlapping avoidance is implemented - so it will anyway need to change.
Victor Carbune
Comment 2 2012-08-30 08:57:51 PDT
Created attachment 161485 [details] Simple fix
WebKit Review Bot
Comment 3 2012-08-30 12:01:58 PDT
Comment on attachment 161485 [details] Simple fix Rejecting attachment 161485 [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: third_party/skia/src --revision 5310 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' 46>At revision 5310. ________ 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... Total errors found: 0 in 0 files Full output: http://queues.webkit.org/results/13690809
Victor Carbune
Comment 4 2012-08-30 12:25:17 PDT
Created attachment 161532 [details] Patch for landing
WebKit Review Bot
Comment 5 2012-08-30 13:06:00 PDT
Comment on attachment 161532 [details] Patch for landing Clearing flags on attachment: 161532 Committed r127176: <http://trac.webkit.org/changeset/127176>
WebKit Review Bot
Comment 6 2012-08-30 13:06:04 PDT
All reviewed patches have been landed. Closing bug.
Victor Carbune
Comment 7 2012-08-31 03:03:40 PDT
Definitely not fixed, but the failures I see are because of rounding issues and the wrong assumption that controls + track container should perfectly cover the video height on all platforms. I'll correct the test and not add a pixel test.
Philip Rogers
Comment 8 2012-08-31 11:45:37 PDT
(In reply to comment #7) > Definitely not fixed, but the failures I see are because of rounding issues and the wrong assumption that controls + track container should perfectly cover the video height on all platforms. > > I'll correct the test and not add a pixel test. I've marked this as PASS TEXT until this is fixed: http://trac.webkit.org/changeset/127296
Anand Chakravarty
Comment 9 2012-10-31 11:59:31 PDT
These tests have been failing consistently recently. Any update on fixing them? Thanks. media/track/track-cue-rendering-snap-to-lines-not-set.html (FAIL PASS) media/track/track-cue-rendering-vertical.html (FAIL) media/track/track-cue-rendering-horizontal.html (FAIL)
Stephen Chenney
Comment 10 2013-04-09 17:06:22 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.
Note You need to log in before you can comment on or make changes to this bug.