Manual roll Dart SDK from 139867e57ba9 to 1a6246225b75 (18 revisions) (flutter/engine#54962)

Manual roll requested by kevinjchisholm@google.com

https://dart.googlesource.com/sdk.git/+log/139867e57ba9..1a6246225b75

2024-09-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-216.0.dev
2024-09-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-215.0.dev
2024-09-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-214.0.dev
2024-09-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-213.0.dev
2024-09-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-212.0.dev
2024-09-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-211.0.dev
2024-09-02 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-210.0.dev
2024-09-02 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-209.0.dev
2024-09-02 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-208.0.dev
2024-09-02 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-207.0.dev
2024-09-01 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-206.0.dev
2024-08-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-205.0.dev
2024-08-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-204.0.dev
2024-08-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-203.0.dev
2024-08-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-202.0.dev
2024-08-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-201.0.dev
2024-08-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-200.0.dev
2024-08-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-199.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 codefu@google.com,dart-vm-team@google.com,kevinjchisholm@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-09-04 19:58:20 -04:00 committed by GitHub
parent 02b8207c9a
commit 34bc9af6d5
4 changed files with 6 additions and 5 deletions

4
DEPS
View File

@ -56,7 +56,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce # You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies. # updated revision list of existing dependencies.
'dart_revision': '139867e57ba92789aa4d649842b503ff1bd041c5', 'dart_revision': '1a6246225b75aae44a5cba2b98ee6d55ecfc89b6',
# WARNING: DO NOT EDIT MANUALLY # WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@ -437,7 +437,7 @@ deps = {
Var('dart_git') + '/mockito.git@eb4d1daa20c105c94ac29689c1975f0850fa18f2', Var('dart_git') + '/mockito.git@eb4d1daa20c105c94ac29689c1975f0850fa18f2',
'src/flutter/third_party/dart/third_party/pkg/native': 'src/flutter/third_party/dart/third_party/pkg/native':
Var('dart_git') + '/native.git@87e8f924f06458ccba11dda7edc26d607c663d60', Var('dart_git') + '/native.git@5e9e4795d1faa39efeb92ae42fc0fa353778308f',
'src/flutter/third_party/dart/third_party/pkg/package_config': 'src/flutter/third_party/dart/third_party/pkg/package_config':
Var('dart_git') + '/package_config.git@76934c2ca25922ec72909bbff7dfbddaf0d02bd9', Var('dart_git') + '/package_config.git@76934c2ca25922ec72909bbff7dfbddaf0d02bd9',

View File

@ -1532,6 +1532,7 @@
../../../flutter/third_party/dart/runtime/vm/heap/freelist_test.cc ../../../flutter/third_party/dart/runtime/vm/heap/freelist_test.cc
../../../flutter/third_party/dart/runtime/vm/heap/heap_test.cc ../../../flutter/third_party/dart/runtime/vm/heap/heap_test.cc
../../../flutter/third_party/dart/runtime/vm/heap/safepoint_test.cc ../../../flutter/third_party/dart/runtime/vm/heap/safepoint_test.cc
../../../flutter/third_party/dart/runtime/vm/heap/splay_test.cc
../../../flutter/third_party/dart/runtime/vm/heap/weak_table_test.cc ../../../flutter/third_party/dart/runtime/vm/heap/weak_table_test.cc
../../../flutter/third_party/dart/runtime/vm/instructions_arm64_test.cc ../../../flutter/third_party/dart/runtime/vm/instructions_arm64_test.cc
../../../flutter/third_party/dart/runtime/vm/instructions_arm_test.cc ../../../flutter/third_party/dart/runtime/vm/instructions_arm_test.cc

View File

@ -1,4 +1,4 @@
Signature: 248715c28461ea4aeb73cd5bcb5bc36e Signature: 2b488f1b7fc93b69b4f89d69211da628
==================================================================================================== ====================================================================================================
LIBRARY: dart LIBRARY: dart
@ -4785,7 +4785,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0. 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/+/139867e57ba92789aa4d649842b503ff1bd041c5 You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/1a6246225b75aae44a5cba2b98ee6d55ecfc89b6
/third_party/fallback_root_certificates/ /third_party/fallback_root_certificates/
==================================================================================================== ====================================================================================================

View File

@ -32054,7 +32054,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0. 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/+/139867e57ba92789aa4d649842b503ff1bd041c5 You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/1a6246225b75aae44a5cba2b98ee6d55ecfc89b6
/third_party/fallback_root_certificates/ /third_party/fallback_root_certificates/
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------