NEW 89663
[GTK] editing/deleting/delete-3800834-fix.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=89663
Summary [GTK] editing/deleting/delete-3800834-fix.html is flaky
Simon Pena
Reported 2012-06-21 07:43:07 PDT
Diff: --- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/editing/deleting/delete-3800834-fix-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/editing/deleting/delete-3800834-fix-actual.txt @@ -1,3 +1,5 @@ +EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 4 of BODY > HTML > #document +EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification The test passes when run alone (Tools/Scripts/run-webkit-tests --gtk editing/deleting/delete-3800834-fix.html), but gets flaky as soon as you ask it to run more than once (run-webkit-tests --gtk --iterations=10 editing/deleting/delete-3800834-fix.html)
Attachments
Simon Pena
Comment 1 2012-06-21 08:50:49 PDT
Running the tests with --run-singly (so each one has a a separate DumpRenderTree) avoids the flakyness.
Simon Pena
Comment 2 2012-06-22 10:04:21 PDT
When the same DumpRenderTree is used for running the test more than once, there's a focus event which triggers the shouldBeginEditing signal.
Note You need to log in before you can comment on or make changes to this bug.