RESOLVED FIXED 94059
[Chromium] editing/selection/move-by-line-001.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=94059
Summary [Chromium] editing/selection/move-by-line-001.html is flaky
Yuta Kitamura
Reported 2012-08-14 19:14:23 PDT
The following layout test is failing on debug bots of all platforms: editing/selection/move-by-line-001.html http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=editing%2Fselection%2Fmove-by-line-001.html Strangely, this test always fails in the first pass (running all tests), and then passes in the second pass (running only unexpected failures). Diffs look like the following (one or two extra "EDITING DELEGATE" lines appear): --- /b/build/slave/Webkit_Linux__dbg_/build/layout-test-results/editing/selection/move-by-line-001-expected.txt +++ /b/build/slave/Webkit_Linux__dbg_/build/layout-test-results/editing/selection/move-by-line-001-actual.txt @@ -1,3 +1,4 @@ +EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
Attachments
Adam Klein
Comment 1 2012-12-10 17:32:27 PST
It's also flaky on non-debug bots. Expanding expectations. Seems like the test could use some work.
Adam Klein
Comment 2 2012-12-11 09:04:30 PST
Somehow this got way less flaky yesterday, attempting to rebaseline and remove expectations....
Note You need to log in before you can comment on or make changes to this bug.