-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Skip test temporarily until headingLevel is added in engine (issue 41… #135077
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
Skip test temporarily until headingLevel is added in engine (issue 41… #135077
Conversation
chunhtai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a similar test in custom_painter you need to skip
|
(triage) Hi @victorgalo are you planning on returning to this change? @chunhtai mentioned one more test case, and it looks like there is a merge conflict that need resolving. |
Hi @Piinks sure!, I will. Sorry for taking so long to deal with this. |
Hi @chunhtai, sorry to ask this but which test?, I tried to find a similar conflicting test but couldn't find any. As far as I can see the branch for the engine change is only throwing failure in the tests that I skipped. |
|
I think it is one of these test
I think the engine smoke test would have failed the test, if not, I think it should be fine then |
Hi @chunhtai, oh ok, but I think neither of those will fail, we can leave them. Thank you! |
chunhtai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Hi @yjbanov, can you take a look to this please?, I need your approval to get this landed, and this PR is currently blocking these other PR's: Thank you! |
|
Please look at the suggestions @victorgalo ! |
|
@FrancescoAbbondo – please see the suggestions!!! |
Co-authored-by: chunhtai <[email protected]>
Co-authored-by: chunhtai <[email protected]>
stupid me, sorry for overlooking the suggestions! now they are added. |
|
auto label is removed for flutter/flutter/135077, due to This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.
|
|
auto label is removed for flutter/flutter/135077, due to - The status or check suite Linux web_canvaskit_tests_3 has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
a715746 to
1456183
Compare
|
auto label is removed for flutter/flutter/135077, due to - The status or check suite Linux framework_tests_misc has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Manual roll requested by [email protected] flutter/flutter@3bb2e59...1ca8873 2024-03-12 [email protected] Update integration tests regexes. (flutter/flutter#144847) 2024-03-11 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Fail tests on exceptions raised after test completed (#144706)" (flutter/flutter#144970) 2024-03-11 [email protected] Make TabController communicating creation in constructor. (flutter/flutter#144912) 2024-03-11 [email protected] Fail tests on exceptions raised after test completed (flutter/flutter#144706) 2024-03-11 [email protected] Refactoring `if` chains into `switch` statements (flutter/flutter#144905) 2024-03-11 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Expose build mode in environment of asset transformer processes (#144752)" (flutter/flutter#144957) 2024-03-11 [email protected] Expose build mode in environment of asset transformer processes (flutter/flutter#144752) 2024-03-11 [email protected] Roll Flutter Engine from 9196947bc687 to 6745955bb49e (2 revisions) (flutter/flutter#144946) 2024-03-11 [email protected] Skip test temporarily until headingLevel is added in engine (issue 41� (flutter/flutter#135077) 2024-03-11 [email protected] Roll Flutter Engine from 3b0b59bb224d to 9196947bc687 (1 revision) (flutter/flutter#144934) 2024-03-11 [email protected] Roll Packages from 0badb43 to d489d84 (3 revisions) (flutter/flutter#144931) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
The purpose of this PR is to temporarily skip one integration test that is blocking the changes indicated below:
(This change adds a new property in Semantics widget that would take an integer corresponding to the heading levels defined by the ARIA heading role. This is necessary in order to get proper accessibility and usability in a website for users who rely on screen readers and other assistive technologies.)
Issue fixed by this PR:
#97894
Engine part:
flutter/engine#41435
Framework part:
#125771
Pre-launch Checklist
///).