Bug 94059
Summary: | [Chromium] editing/selection/move-by-line-001.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuta Kitamura <yutak> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adamk, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Yuta Kitamura
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Klein
It's also flaky on non-debug bots. Expanding expectations. Seems like the test could use some work.
Adam Klein
Somehow this got way less flaky yesterday, attempting to rebaseline and remove expectations....