RESOLVED FIXED 74493
[GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=74493
Summary [GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
Philippe Normand
Reported 2011-12-14 01:59:32 PST
Happens at least on the 64-bit Release bot. Diff: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/platform/gtk/accessibility/unknown-roles-not-exposed-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/platform/gtk/accessibility/unknown-roles-not-exposed-actual.txt @@ -9,7 +9,7 @@ TEST COMPLETE PASS root.role is 'AXRole: scroll pane' PASS webArea.role is 'AXRole: document frame' -PASS iframe.role is 'AXRole: scroll pane' -PASS iframe_body.role is 'AXRole: document frame' -PASS iframe_button.role is 'AXRole: push button' +FAIL iframe.role should be AXRole: scroll pane. Was AXRole: panel. +FAIL iframe_body.role should be AXRole: document frame. Was AXRole: scroll pane. +FAIL iframe_button.role should be AXRole: push button. Was AXRole: document frame. Will update test_expectations accordingly.
Attachments
Patch (6.52 KB, patch)
2015-05-05 12:42 PDT, Joanmarie Diggs
no flags
Mario Sanchez Prada
Comment 1 2012-01-10 06:49:49 PST
(In reply to comment #0) > Happens at least on the 64-bit Release bot. Diff: > > --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/platform/gtk/accessibility/unknown-roles-not-exposed-expected.txt > +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/platform/gtk/accessibility/unknown-roles-not-exposed-actual.txt > @@ -9,7 +9,7 @@ > TEST COMPLETE > PASS root.role is 'AXRole: scroll pane' > PASS webArea.role is 'AXRole: document frame' > -PASS iframe.role is 'AXRole: scroll pane' > -PASS iframe_body.role is 'AXRole: document frame' > -PASS iframe_button.role is 'AXRole: push button' > +FAIL iframe.role should be AXRole: scroll pane. Was AXRole: panel. > +FAIL iframe_body.role should be AXRole: document frame. Was AXRole: scroll pane. > +FAIL iframe_button.role should be AXRole: push button. Was AXRole: document frame. > > Will update test_expectations accordingly. This is strange... I can't reproduce it in my laptop (64 bit release) nor in the 64bit debug bot. Perhaps it got fixed along the way? If that's the case, perhaps unskipping and see how it behaves could be interesting
Martin Robinson
Comment 2 2012-01-10 08:12:20 PST
Sure, no harm in trying to unskip.
Mario Sanchez Prada
Comment 3 2012-01-10 09:41:31 PST
Mario Sanchez Prada
Comment 4 2012-01-10 09:42:23 PST
(In reply to comment #3) > Committed r104590: <http://trac.webkit.org/changeset/104590> Unskipped again. Let's keep and eye on this to reopen this bug if we see the failure happening again in the bots
Mario Sanchez Prada
Comment 5 2012-01-12 06:09:34 PST
Reopening, as it has been randomly failing again in the bots. Added again to test_expectations.txt: http://trac.webkit.org/changeset/104819
Joanmarie Diggs
Comment 6 2015-05-05 12:42:42 PDT
Joanmarie Diggs
Comment 7 2015-05-05 12:44:59 PDT
The attached patch should make this test more reliable and cross-platform friendly. Chris, are you aware of any platform where exposing an object with an unknown role is actually the right thing to do?
WebKit Commit Bot
Comment 8 2015-05-05 16:46:01 PDT
Comment on attachment 252398 [details] Patch Clearing flags on attachment: 252398 Committed r183842: <http://trac.webkit.org/changeset/183842>
WebKit Commit Bot
Comment 9 2015-05-05 16:46:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.