Roll Dart SDK from a2a9428e761f to 56bbedca60f9 (7 revisions) (flutter/engine#56980)

https://dart.googlesource.com/sdk.git/+log/a2a9428e761f..56bbedca60f9

2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-216.0.dev
2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-215.0.dev
2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-214.0.dev
2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-213.0.dev
2024-12-05 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-212.0.dev
2024-12-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-211.0.dev
2024-12-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-210.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC bdero@google.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
This commit is contained in:
skia-flutter-autoroll 2024-12-05 13:41:21 -05:00 committed by GitHub
parent a3ed100995
commit 5cb8e71fd5
5 changed files with 739 additions and 728 deletions

12
DEPS
View File

@ -56,12 +56,12 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'a2a9428e761f8741f588f605cd5c0c2479acca88',
'dart_revision': '56bbedca60f93176335183129230b9552fc33183',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
'dart_binaryen_rev': '93883fde36ac158fd415dcd6dbd387dcfd928d3c',
'dart_boringssl_rev': 'cd95210465496ac2337b313cf49f607762abe286',
'dart_boringssl_rev': '567289e4bb1958153f428bba52d953f3c080b4d7',
'dart_core_rev': 'abcf992cf9fe1e896ed9dcff15523c0a6c00621d',
'dart_devtools_rev': '3e5327a02693b1405359dc5322d7f0a40151b9b7',
'dart_http_rev': '79470d014b467f01b0e7c5b63ab6c86b22dec8db',
@ -329,7 +329,7 @@ deps = {
Var('dart_git') + '/core.git' + '@' + Var('dart_core_rev'),
'src/flutter/third_party/dart/third_party/pkg/dart_style':
Var('dart_git') + '/dart_style.git@f6d020e48cc531a0967c91fa88028c086fedfbf9',
Var('dart_git') + '/dart_style.git@1de89eb3bd340315f9ff5f2afc319cc1d6131b8d',
'src/flutter/third_party/dart/third_party/pkg/dartdoc':
Var('dart_git') + '/dartdoc.git@c7f11603effa88ddacabfd555993f322fca8b3fe',
@ -371,7 +371,7 @@ deps = {
Var('dart_git') + '/pub_semver.git@8e9fcb9d3f89f06022387f906da4d380688f935c',
'src/flutter/third_party/dart/third_party/pkg/shelf':
Var('dart_git') + '/shelf.git@657ebd359c528a8655b8f6b96ae19254686cd91c',
Var('dart_git') + '/shelf.git@2b5b683e78f5cc84e479a43297fd7b5489d7db02',
'src/flutter/third_party/dart/third_party/pkg/source_maps':
Var('dart_git') + '/source_maps.git@198d32bbde2f5736c04dfbab306a17096fd1648b',
@ -380,7 +380,7 @@ deps = {
Var('dart_git') + '/source_span.git@22a243eb50d926935a8a1300a49af6d2988c3ae6',
'src/flutter/third_party/dart/third_party/pkg/sse':
Var('dart_git') + '/sse.git@befbd6d35118f59525903242db3888942ac34180',
Var('dart_git') + '/sse.git@b97dc3ad9a58a454dc5ffe5b3ec814dadc389e32',
'src/flutter/third_party/dart/third_party/pkg/stack_trace':
Var('dart_git') + '/stack_trace.git@b660cfa444d46bcceb3a0eacbd6a2a7829da11de',
@ -398,7 +398,7 @@ deps = {
Var('dart_git') + '/term_glyph.git@9ed8ed96fdd84cb7b72ee1be3e86010969fa95d4',
'src/flutter/third_party/dart/third_party/pkg/test':
Var('dart_git') + '/test.git@c2a69865be0399e7615da45452d14afe8b6f6a90',
Var('dart_git') + '/test.git@20967732ea9dd30240a6429621ab2f82874bd9f0',
'src/flutter/third_party/dart/third_party/pkg/test_reflective_loader':
Var('dart_git') + '/test_reflective_loader.git@faade6299d1823f0d062eb5e98f3b440ddcea7c6',

View File

@ -947,6 +947,7 @@
../../../flutter/third_party/angle/util
../../../flutter/third_party/benchmark
../../../flutter/third_party/boringssl/src/.bazelrc
../../../flutter/third_party/boringssl/src/.bazelversion
../../../flutter/third_party/boringssl/src/.bcr/README.md
../../../flutter/third_party/boringssl/src/.clang-format
../../../flutter/third_party/boringssl/src/.git
@ -1068,6 +1069,7 @@
../../../flutter/third_party/boringssl/src/gen/sources.bzl
../../../flutter/third_party/boringssl/src/gen/sources.cmake
../../../flutter/third_party/boringssl/src/gen/test_support
../../../flutter/third_party/boringssl/src/infra/config/README.md
../../../flutter/third_party/boringssl/src/pki/README.md
../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static_unittest.cc
../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_sync_unittest.h
@ -1107,6 +1109,7 @@
../../../flutter/third_party/boringssl/src/rust
../../../flutter/third_party/boringssl/src/ssl/span_test.cc
../../../flutter/third_party/boringssl/src/ssl/ssl_c_test.c
../../../flutter/third_party/boringssl/src/ssl/ssl_internal_test.cc
../../../flutter/third_party/boringssl/src/ssl/ssl_test.cc
../../../flutter/third_party/boringssl/src/ssl/test
../../../flutter/third_party/boringssl/src/third_party/fiat/METADATA

View File

@ -1,4 +1,4 @@
Signature: 056116a9fe82097da9811ba9dcdf9939
Signature: e8ded71d356b24956e436610bedf344b
====================================================================================================
LIBRARY: dart
@ -4807,7 +4807,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/470117150f34d712ee6d8c4558b3c656d973f656
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/56bbedca60f93176335183129230b9552fc33183
/third_party/fallback_root_certificates/
====================================================================================================

File diff suppressed because it is too large Load Diff

View File

@ -32269,7 +32269,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/a2a9428e761f8741f588f605cd5c0c2479acca88
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/56bbedca60f93176335183129230b9552fc33183
/third_party/fallback_root_certificates/
--------------------------------------------------------------------------------