The following tests are flaky in the GTK bots: platform/gtk/accessibility/aria-table-hierarchy.html [ Failure Pass ] platform/gtk/accessibility/aria-toggle-button-role.html [ Failure Pass ] platform/gtk/accessibility/button-accessible-name.html [ Failure Pass ] platform/gtk/accessibility/caret-browsing-text-focus.html [ Failure Pass ] platform/gtk/accessibility/entry-and-password.html [ Failure Pass ] platform/gtk/accessibility/list-items-always-exposed.html [ Failure Pass ] platform/gtk/accessibility/media-controls-panel-title.html [ Failure Pass ] platform/gtk/accessibility/name-from-label.html [ Failure Pass ] platform/gtk/accessibility/object-with-title.html [ Failure Pass ] platform/gtk/accessibility/remapped-aria-crash.html [ Failure Pass ] platform/gtk/accessibility/spans-paragraphs-and-divs.html [ Failure Pass ] platform/gtk/accessibility/spans.html [ Failure Pass ] platform/gtk/accessibility/table-hierarchy.html [ Failure Pass ] Apparently, the problem seems to be that the logging of accessibility events is for some reason being enabled (or maybe never disabled from previous tests) even if the tests do not explicitly ask for it. See for instance this diff for caret-browsing-text-focus: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/platform/gtk/accessibility/caret-browsing-text-focus-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/platform/gtk/accessibility/caret-browsing-text-focus-actual.txt @@ -1,3 +1,21 @@ +Accessibility object emitted "state-change:busy = 1" / Name: "(No name)" / Role: 80 +Accessibility object emitted "property-change:accessible-parent" / Name: "(No name)" / Role: 48 +Accessibility object emitted "property-change:accessible-parent" / Name: "(No name)" / Role: 71 +Accessibility object emitted "property-change:accessible-parent" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 0" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 0" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 0" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 0" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 0" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 0" / Name: "(No name)" / Role: 71 +Accessibility object emitted "focus-event = 1" / Name: "(No name)" / Role: 71 +Accessibility object emitted "state-change:focused = 1" / Name: "(No name)" / Role: 71 A paragraph with a line break in the middle Denis, could you please take a look into this?
<rdar://problem/15087208>
Committed r156459: <http://trac.webkit.org/changeset/156459>
(In reply to comment #2) > Committed r156459: <http://trac.webkit.org/changeset/156459> This is just the tests being marked as flaky in TestExpectations while we investigate the issue.
Sorry, I did not realize this results in [1] are actually from WK2 (that explains why I was not reproducing the error locally), so now renaming the bug to reflec that and moving the test expectations to the right file... [1] http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/41142/steps/layout-test/logs/stdio
Committed r156460: <http://trac.webkit.org/changeset/156460>
Created attachment 212801 [details] Patch
Comment on attachment 212801 [details] Patch So glad you fixed this! Thanks
Comment on attachment 212801 [details] Patch Clearing flags on attachment: 212801 Committed r156541: <http://trac.webkit.org/changeset/156541>
All reviewed patches have been landed. Closing bug.