-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Re-enable embedder_unittests. #9482
Conversation
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
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, thanks!
This was disabled in flutter#6798 waiting for a Dart SDK patch to land dart-lang/sdk@e6d3a45 which has long since been addressed.
014db15
to
ad97939
Compare
In my investigation, I could not get to the root cause of the flaky a11y unit-test. I have disabled the one test and re-enabled all others. The issue filed for the same is linked here and in the test file. |
Landing on red as the framework was being manually rolled by @GaryQian when that presubmit fired. All engine test pass. |
flutter/engine@185087a...4aaa1a9 git log 185087a..4aaa1a9 --no-merges --oneline 4aaa1a9 Roll src/third_party/skia 842e92e29216..b851469b8e96 (6 commits) (flutter/engine#9568) 4e48fc4 Switched preprocessor logic for exporting symbols for testing. (NDEBUG (flutter/engine#9562) 50a8e73 Has a binary messenger (flutter/engine#9419) 7483665 Re-enable embedder_unittests. (flutter/engine#9482) 773cf53 Roll fuchsia/sdk/core/linux-amd64 from SuKWYMSXAMq1uTo9eaIdIOQqBb7Ro-zLyNk01GPOiU8C to N9HpdqEHzWZIcSV_3JN4PNlUNeoK-Pism-mc-a7L-IoC (flutter/engine#9560) c2fa689 Roll src/third_party/skia d8f79a27b06b..842e92e29216 (108 commits) (flutter/engine#9558) 00c023b Roll fuchsia/sdk/core/mac-amd64 from dcGnduqJ5C8ozmUHeeboHC76nOv7s4XfCKIfefQlGkQC to 6WJ2NCb9uaOzVw20XC4kJqNcD4EP2VxT-PBocGsA6JsC (flutter/engine#9557) 7b9f59e Run benchmarks on try jobs. (flutter/engine#9493) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
flutter/engine@185087a...4aaa1a9 git log 185087a..4aaa1a9 --no-merges --oneline 4aaa1a9 Roll src/third_party/skia 842e92e29216..b851469b8e96 (6 commits) (flutter/engine#9568) 4e48fc4 Switched preprocessor logic for exporting symbols for testing. (NDEBUG (flutter/engine#9562) 50a8e73 Has a binary messenger (flutter/engine#9419) 7483665 Re-enable embedder_unittests. (flutter/engine#9482) 773cf53 Roll fuchsia/sdk/core/linux-amd64 from SuKWYMSXAMq1uTo9eaIdIOQqBb7Ro-zLyNk01GPOiU8C to N9HpdqEHzWZIcSV_3JN4PNlUNeoK-Pism-mc-a7L-IoC (flutter/engine#9560) c2fa689 Roll src/third_party/skia d8f79a27b06b..842e92e29216 (108 commits) (flutter/engine#9558) 00c023b Roll fuchsia/sdk/core/mac-amd64 from dcGnduqJ5C8ozmUHeeboHC76nOv7s4XfCKIfefQlGkQC to 6WJ2NCb9uaOzVw20XC4kJqNcD4EP2VxT-PBocGsA6JsC (flutter/engine#9557) 7b9f59e Run benchmarks on try jobs. (flutter/engine#9493) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
Removes a TODO implying that the embedder accessibility unittests were disabled due to flakiness. The tests were originally disabled in flutter#9482. The issue tracking re-enabling the tests was flutter/flutter#35218. This issue was resolved, and the tests re-enabled, in flutter#9585.
Removes a TODO implying that the embedder accessibility unittests were disabled due to flakiness. The tests were originally disabled in flutter#9482. The issue tracking re-enabling the tests was flutter/flutter#35218. This issue was resolved, and the tests re-enabled, in flutter#9585.
Removes a TODO implying that the embedder accessibility unittests were disabled due to flakiness. The tests were originally disabled in #9482. The issue tracking re-enabling the tests was flutter/flutter#35218. This issue was resolved, and the tests re-enabled, in #9585.
This was disabled in #6798 waiting for
a Dart SDK patch to land dart-lang/sdk@e6d3a45
which has long since been addressed.