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

Issue 598527 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 719030
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug-Regression
Team-Accessibility



Sign in to add a comment

Build failure: DumpAccessibilityEventsTest.AccessibilityEventsInputTypeTextValueChanged fails

Project Member Reported by horo@chromium.org, Mar 29 2016

Issue description

Build is broken:
content_browsertests

Failing builders:
Mac10.11 Tests: https://build.chromium.org/p/chromium.mac/builders/Mac10.11%20Tests

[ RUN      ] DumpAccessibilityEventsTest.AccessibilityEventsInputTypeTextValueChanged
[48406:1295:0328/191448:6410347573468:WARNING:ipc_message_attachment_set.cc(57)] MessageAttachmentSet destroyed with unconsumed descriptors: 0/1
[48405:1295:0328/191448:6410398243053:INFO:dump_accessibility_browsertest_base.cc(202)] Testing: /b/build/slave/Mac10_11_Tests/build/src/content/test/data/accessibility/event/input-type-text-value-changed.html (internal Blink accessibility tree)
[48405:1295:0328/191448:6410398871075:INFO:dump_accessibility_browsertest_base.cc(215)] File not found: /b/build/slave/Mac10_11_Tests/build/src/content/test/data/accessibility/event/input-type-text-value-changed-expected-blink.txt
[48405:1295:0328/191448:6410398904458:INFO:dump_accessibility_browsertest_base.cc(216)] No expectation file present, ignoring test on this platform. To run this test anyway, create /b/build/slave/Mac10_11_Tests/build/src/content/test/data/accessibility/event/input-type-text-value-changed-expected-blink.txt (it can be empty) and then run content_browsertests with the switch: --generate-accessibility-test-expectations
[48405:1295:0328/191448:6410452854721:INFO:dump_accessibility_browsertest_base.cc(202)] Testing: /b/build/slave/Mac10_11_Tests/build/src/content/test/data/accessibility/event/input-type-text-value-changed.html (native accessibility tree for this platform)
../../content/browser/accessibility/dump_accessibility_browsertest_base.cc:356: Failure
Value of: is_different
  Actual: true
Expected: false
[48405:1295:0328/191448:6410510370030:ERROR:dump_accessibility_browsertest_base.cc(381)] Diff:
* Line Expected
- ---- --------
     1 AXValueChanged on AXTextField AXValue="After"
*    2 <-- End-of-file -->

Actual
------
AXValueChanged on AXTextField AXValue="After"
AXValueChanged on AXWebArea
<-- End-of-file -->

Initial accessibility tree (after load complete):
4 AXWebArea AXRoleDescription='HTML content' AXInvalid='false' AXEnabled='1' AXFocused='1' AXLoaded='1' AXURL='http://127.0.0.1:63970/accessibility/event/input-type-text-value-changed.html' AXVisited='0' position=(0, 0) size=(800, 600)
++6 AXGroup AXRoleDescription='group' AXInvalid='false' AXEnabled='1' AXFocused='0' AXVisited='0' position=(8, 8) size=(784, 19)
++++7 AXTextField AXRoleDescription='text field' AXValue='Before' AXInvalid='false' AXEnabled='1' AXFocused='0' AXNumberOfCharacters='6' AXVisibleCharacterRange={"len":6,"loc":0} AXVisited='0' position=(8, 8) size=(131, 19)


Final accessibility tree after events fired:
4 AXWebArea AXRoleDescription='HTML content' AXInvalid='false' AXEnabled='1' AXFocused='1' AXLoaded='1' AXURL='http://127.0.0.1:63970/accessibility/event/input-type-text-value-changed.html' AXVisited='0' position=(0, 0) size=(800, 600)
++6 AXGroup AXRoleDescription='group' AXInvalid='false' AXEnabled='1' AXFocused='0' AXVisited='0' position=(8, 8) size=(784, 19)
++++7 AXTextField AXRoleDescription='text field' AXValue='After' AXInvalid='false' AXEnabled='1' AXFocused='0' AXNumberOfCharacters='5' AXVisibleCharacterRange={"len":5,"loc":0} AXVisited='0' position=(8, 8) size=(131, 19)


[  FAILED  ] DumpAccessibilityEventsTest.AccessibilityEventsInputTypeTextValueChanged, where TypeParam =  and GetParam() =  (436 ms)

 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 29 2016

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

commit 6299a949a39daeef71db36adf2dd1fdd7d75b7bb
Author: horo <horo@chromium.org>
Date: Tue Mar 29 06:05:51 2016

Disable DumpAccessibilityEventsTest.AccessibilityEventsInputTypeTextValueChanged on Mac

This test is flaky on Mac.
https://build.chromium.org/p/chromium.mac/builders/Mac10.11%20Tests

BUG= 598527 
TBR=dmazzoni@chromium.org

Review URL: https://codereview.chromium.org/1838083002

Cr-Commit-Position: refs/heads/master@{#383675}

[modify] https://crrev.com/6299a949a39daeef71db36adf2dd1fdd7d75b7bb/content/browser/accessibility/dump_accessibility_events_browsertest.cc

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

Cc: nek...@chromium.org
Owner: ellyjo...@chromium.org
Hi Elly,
Do you want to take this on together with the combo box work? Seems related to your recent fix concerning the crashes in the combo box tests.
Please assign back to me if you don't want this bug.
Labels: NewComponent-Accessibility NewComponent-Accessibility-Browser
Labels: -newcomponent-accessibility-browser -newcomponent-accessibility
Mergedinto: 719030
Status: Duplicate (was: Assigned)
Merging into 719030

Sign in to add a comment