New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 610744 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 617146
Owner: ----
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

DumpAccessibilityTreeTest.AccessibilityIframePresentational is flaky on Windows 7

Project Member Reported by iclell...@chromium.org, May 10 2016

Issue description

This test has been failing intermittently on Windows 7 builders, and I don't see any recent changes that are clearly responsible for it.

Example failures:
https://uberchromegw.corp.google.com/i/chromium.win/builders/Win7%20Tests%20%281%29/builds/52424
https://uberchromegw.corp.google.com/i/chromium.win/builders/Win%207%20Tests%20x64%20%281%29/builds/13454

The test output differs from the expected output (ROLE_SYSTEM_DOCUMENT vs ROLE_SYSTEM_GROUP).

Test output:

DumpAccessibilityTreeTest.AccessibilityIframePresentational (run #1):
[ RUN      ] DumpAccessibilityTreeTest.AccessibilityIframePresentational
c:uild\slave\win_x64_builderuild\src\contentrowserccessibility\dump_accessibility_browsertest_base.cc(356): error: Value of: is_different
  Actual: true
Expected: false
[4328:2648:0510/094208:11827262:ERROR:dump_accessibility_browsertest_base.cc(381)] Diff:
* Line Expected
- ---- --------
     1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
     2 ++IA2_ROLE_SECTION
     3 ++++ROLE_SYSTEM_GROUPING FOCUSABLE
*    4 ++++++ROLE_SYSTEM_GROUPING READONLY FOCUSABLE
     5 <-- End-of-file -->

Actual
------
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
++IA2_ROLE_SECTION
++++ROLE_SYSTEM_GROUPING FOCUSABLE
++++++ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
<-- End-of-file -->
[  FAILED  ] DumpAccessibilityTreeTest.AccessibilityIframePresentational, where TypeParam =  and GetParam() =  (199 ms)
 

Comment 1 by mek@chromium.org, May 23 2016

Since this is still failing flakily (https://build.chromium.org/p/chromium.win/builders/Win%207%20Tests%20x64%20%281%29/builds/13739) , I'm going to be disabling the test.
Project Member

Comment 2 by bugdroid1@chromium.org, May 23 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f7d0d224dea4b7169a2163dd0d79c9263946c5e2

commit f7d0d224dea4b7169a2163dd0d79c9263946c5e2
Author: mek <mek@chromium.org>
Date: Mon May 23 22:06:21 2016

Disable DumpAccessibilityTreeTest.AccessibilityIframePresentational on windows.

This test has been failing intermittently on windows 7 for several weeks.

BUG= 610744 
TBR=aboxhall

Review-Url: https://codereview.chromium.org/2003183002
Cr-Commit-Position: refs/heads/master@{#395429}

[modify] https://crrev.com/f7d0d224dea4b7169a2163dd0d79c9263946c5e2/content/browser/accessibility/dump_accessibility_tree_browsertest.cc

Comment 3 by mek@chromium.org, May 23 2016

Components: Tests>Disabled

Comment 4 by nek...@chromium.org, Nov 14 2016

Cc: nek...@chromium.org dmazz...@chromium.org
Owner: ----
Status: Available (was: Assigned)
Labels: NewComponent-Accessibility-Internals NewComponent-Accessibility
Components: Internals>Accessibility
Components: -UI>Accessibility
Labels: -newcomponent-accessibility-internals -newcomponent-accessibility
Labels: triage-lpalmaro
Labels: triage-dougt

Comment 10 by dougt@chromium.org, Aug 11 2017

Mergedinto: 617146
Status: Duplicate (was: Available)
Components: Tests>Disabled
Labels: Test-Disabled
Project Member

Comment 12 by bugdroid1@chromium.org, Feb 26 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e75e6e61ab51ee3ff5b5a65ca10de4e3ff4fbd1a

commit e75e6e61ab51ee3ff5b5a65ca10de4e3ff4fbd1a
Author: Dominic Mazzoni <dmazzoni@chromium.org>
Date: Mon Feb 26 22:25:12 2018

Re-enable DumpAccessibilityTreeTest.AccessibilityIframePresentational

Bug:  610744 
Change-Id: If7f3c8c5c3d7c2aaa5ae3608b52101dc55529676
Tbr: aboxhall@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/938361
Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539289}
[modify] https://crrev.com/e75e6e61ab51ee3ff5b5a65ca10de4e3ff4fbd1a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc

Sign in to add a comment