-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Roll Dart to 3.9.0-196.1.beta #170285
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
Roll Dart to 3.9.0-196.1.beta #170285
Conversation
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
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
autosubmit label was removed for flutter/flutter/170285, because - The status or check suite Mac tool_integration_tests_5_5 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Looks like there are some legit failures of the
variety, e.g. https://ci.chromium.org/ui/p/flutter/builders/try/Windows%20tool_integration_tests_7_9/10115/overview. |
The test that is failing ( Thinking we need to cherry-pick the revert. |
Cherry picks #170034, as I think this is causing failures in #170285, which bumps the Dart revision for the initial 3.34 beta release. As of today, this initial beta cut includes #169273, which was reverted in #170034 because of the failing `test/integration.shard/isolated/dart_data_asset_test.dart` test that is failing in #170285. FYI @mosuem
8ed9edb
into
flutter:flutter-3.34-candidate.0
As part of steps for creating initial beta release, rolls Dart to
3.9.0-196.1.beta
(dart-lang/sdk@b81ec2c).Part of #170067.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.