New issue
Advanced search Search tips

Issue 595283 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 596514
Owner:
Closed: Apr 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Intermittent failures on DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeClosed

Project Member Reported by peconn@chromium.org, Mar 16 2016

Issue description

DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeClosed is occasionally failing on yakju-clang-clankium, eg:

https://chromegw.corp.google.com/i/internal.client.clank/builders/yakju-clang-clankium/builds/2561
https://chromegw.corp.google.com/i/internal.client.clank/builders/yakju-clang-clankium/builds/2562
https://chromegw.corp.google.com/i/internal.client.clank/builders/yakju-clang-clankium/builds/2565
https://chromegw.corp.google.com/i/internal.client.clank/builders/yakju-clang-clankium/builds/2571
https://chromegw.corp.google.com/i/internal.client.clank/builders/yakju-clang-clankium/builds/2574
https://chromegw.corp.google.com/i/internal.client.clank/builders/yakju-clang-clankium/builds/2579

The logs contain:

../../content/browser/accessibility/dump_accessibility_browsertest_base.cc:339: Failure
Value of: is_different
  Actual: true
Expected: false
[ERROR:dump_accessibility_browsertest_base.cc(364)] Diff:
* Line Expected
- ---- --------
     1 android.webkit.WebView focusable focused scrollable
     2 ++android.view.View
     3 ++++android.view.View clickable name='Test for modal dialog closed in an iframe. '
     4 ++++android.view.View
*    5 ++++++android.view.View focusable scrollable
     6 ++++++++android.view.View
     7 ++++++++++android.widget.Button role_description='button' clickable focusable name='I am a non-inert button!'
     8 <-- End-of-file -->

Actual
------
android.webkit.WebView focusable focused scrollable
++android.view.View
++++android.view.View clickable name='Test for modal dialog closed in an iframe. '
++++android.view.View
<-- End-of-file -->
 

Comment 1 by peconn@chromium.org, Mar 16 2016

Cc: dmazz...@chromium.org apaci...@chromium.org
Flakiness makes it hard to tell, I think the offending commit could be one of:

https://chromium.googlesource.com/chromium/src.git/+/740c4109f954a11c544c02132a89fabab767e7ab
https://chromium.googlesource.com/chromium/src.git/+/f27bf8991392753e2a53d9869bffaeb827b5a4eb

I'm cc'ing their authors.
Cc: -apaci...@chromium.org
My change should not be related; it only affects Mac.

Comment 3 by grt@chromium.org, Mar 30 2016

 Issue 598974  has been merged into this issue.

Comment 4 by grt@chromium.org, Mar 30 2016

Cc: -dmazz...@chromium.org
Owner: dmazz...@chromium.org
Status: Assigned (was: Untriaged)
dmazzoni: could you investigate these flakes?

Comment 5 by dgn@chromium.org, Apr 22 2016

Mergedinto: 596514
Status: Duplicate (was: Assigned)

Sign in to add a comment