Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android_semantics_integration_test is failing: AndroidSemanticsNode with className: android.widget.Button with actions: [AndroidSemanticsAction.click] with flag isChecked: false with flag isEnabled: true with flag isFocusable: true #119759

Closed
jmagman opened this issue Feb 1, 2023 · 3 comments · Fixed by #119832
Labels
a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests framework flutter/packages/flutter repository. See also f: labels. P2 Important issues not at the top of the work list team Infra upgrades, team productivity, code health, technical debt. See also team: labels.

Comments

@jmagman
Copy link
Member

jmagman commented Feb 1, 2023

[android_semantics_integration_test] [STDOUT] stdout: [ +118 ms] 00:14 �[32m+6�[0m�[31m -1�[0m: AccessibilityBridge Popup Controls Popup Menu has correct Android semantics �[1m�[31m[E]�[0m�[0m
[android_semantics_integration_test] [STDOUT] stdout: [        ]   Expected: AndroidSemanticsNode with className: android.widget.Button with actions: [AndroidSemanticsAction.click] with flag isChecked: false with flag isEnabled: true with flag isFocusable: true
[android_semantics_integration_test] [STDOUT] stdout: [        ]     Actual: AndroidSemanticsNode:<{flags: {isEditable: false, isEnabled: true, isDismissible: false, isCheckable: false, isChecked: false, isFocused: false, isLongClickable: true, isFocusable: true, isPassword: false}, id: 33, text: null, rect: {height: 144, width: 144, bottom: 360.0, top: 312.0, left: 77.0, right: 125.0}, actions: [16, 32, 64], className: android.widget.Button, liveRegion: 0, contentDescription: 
[android_semantics_integration_test] [STDOUT] stdout: [        ]             Show menu}>
[android_semantics_integration_test] [STDOUT] stdout: [        ]      Which: Expected actions: [AndroidSemanticsAction.click]
[android_semantics_integration_test] [STDOUT] stdout: [        ]             Actual actions: [AndroidSemanticsAction.accessibilityFocus, AndroidSemanticsAction.click, AndroidSemanticsAction.longClick]
[android_semantics_integration_test] [STDOUT] stdout: [        ]             Unexpected: {AndroidSemanticsAction.accessibilityFocus, AndroidSemanticsAction.longClick}
[android_semantics_integration_test] [STDOUT] stdout: [        ]             Missing: {}

https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8790348733850052145/+/u/run_android_semantics_integration_test/test_stdout

Tree is still open because it had previously been marked flaky: #114360.

Caused by #118796 @esouthren @guidezpl

@jmagman jmagman added team Infra upgrades, team productivity, code health, technical debt. See also team: labels. framework flutter/packages/flutter repository. See also f: labels. labels Feb 1, 2023
@goderbauer goderbauer added a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests P2 Important issues not at the top of the work list labels Feb 1, 2023
@goderbauer
Copy link
Member

@hangyujin @chunhtai Could anybody take a look?

@goderbauer
Copy link
Member

@guidezpl Can we roll back the change that caused this and make sure the test continues to pass when this is re-applied.

@github-actions
Copy link

github-actions bot commented Mar 3, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests framework flutter/packages/flutter repository. See also f: labels. P2 Important issues not at the top of the work list team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants