From 2362bda026388b8db1d8c6eca96d00db6f593e37 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 2 Jul 2024 16:58:41 +0000 Subject: [PATCH] Manual roll Dart SDK from c23e58143793 to ffc8bb004a64 (2 revisions) Manual roll requested by kevinjchisholm@google.com https://dart.googlesource.com/sdk.git/+log/c23e58143793..ffc8bb004a64 2024-07-02 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-323.0.dev 2024-07-02 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-322.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 aaclarke@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 --- DEPS | 74 ++++++++++++++++---------------- ci/licenses_golden/licenses_dart | 4 +- sky/packages/sky_engine/LICENSE | 2 +- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/DEPS b/DEPS index 67d00715a27ba..274e4344ac78e 100644 --- a/DEPS +++ b/DEPS @@ -56,15 +56,15 @@ 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': 'c23e5814379374504ddad4f68c4ded939fcee0a2', + 'dart_revision': 'ffc8bb004a64f6357e3d5d1185e974e966f00931', # 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': '654ee6e2504f11fb0e982a2cf276bafa750f694b', 'dart_boringssl_gen_rev': '9c7294fd58261a79794f5afaa26598cf1442ad20', 'dart_boringssl_rev': 'd24a38200fef19150eef00cad35b138936c08767', - 'dart_browser_launcher_rev': '7348ceae6508e5350771979c2951a54313303416', - 'dart_clock_rev': '7cbf08e36a92f14f22132d255846610c1b065324', + 'dart_browser_launcher_rev': '60126904a26b761d29b4f2d76292ff3c089160de', + 'dart_clock_rev': 'ad428ea8b75fa0d7ba629791552d40478745c54a', 'dart_collection_rev': '9354f386de3c57f5486b01ab4dfa1a2f033307d9', 'dart_devtools_rev': '70375f6c6d81faa8f3069aa6dcf2a98c69445455', 'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb', @@ -72,12 +72,12 @@ vars = { 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', 'dart_protobuf_rev': 'ccf104dbc36929c0f8708285d5f3a8fae206343e', 'dart_pub_rev': 'ea4a1c854690d3abceb92c8cc2c6454470f9d5a7', - 'dart_tools_rev': '4c606868746da309963589e99b39d2017c582975', - 'dart_watcher_rev': 'f312f1f81c5272ad34ed5c40f29ba8599caed3ef', - 'dart_web_rev': '2ae509e7e733c3e752b9524aded3cfffc6f64a2f', + 'dart_tools_rev': '43a8582a85d2220b5f1ca8383d97587792085b36', + 'dart_watcher_rev': '0484625589d8512b36a7ad898a6cc6351d24c556', + 'dart_web_rev': 'e4c4d8126466e28dc137890b8f999da59bdedddd', 'dart_webdev_rev': '75417c09181c97786d9539a662834bed9d2f1e77', - 'dart_webkit_inspection_protocol_rev': '5740cc91eaeb13a02007b77b128fccf4b056db6e', - 'dart_yaml_edit_rev': 'ad3292cd8e893747fae73a7c552d8c858a2be986', + 'dart_webkit_inspection_protocol_rev': '32fffa53df3f54005c742ddf4f859fb585a6b254', + 'dart_yaml_edit_rev': '57a28daea82a3f00f57a90d5ea6df6a458b2f781', 'ocmock_rev': 'c4ec0e3a7a9f56cfdbd0aa01f4f97bb4b75c5ef8', # v3.7.1 @@ -353,19 +353,19 @@ deps = { Var('dart_git') + '/args.git@6a5a2e6b1f0020b873c7ffbdd36a784c4f9ee300', 'src/flutter/third_party/dart/third_party/pkg/async': - Var('dart_git') + '/async.git@d7c0cd5a458308ab5e5a0d0deebdce32c4391ec6', + Var('dart_git') + '/async.git@c0d81f8699682d01d657a9bf827107d11904a247', 'src/flutter/third_party/dart/third_party/pkg/bazel_worker': Var('dart_git') + '/bazel_worker.git@c76d7c86381a6ed594641ba03b55c65b84ee11a6', 'src/flutter/third_party/dart/third_party/pkg/boolean_selector': - Var('dart_git') + '/boolean_selector.git@62f82f6a333b419b457e62cadc17b7a9c0545873', + Var('dart_git') + '/boolean_selector.git@c5468f44fd9ca0ea3435e1a0a84ff9b6fac38261', 'src/flutter/third_party/dart/third_party/pkg/browser_launcher': Var('dart_git') + '/browser_launcher.git' + '@' + Var('dart_browser_launcher_rev'), 'src/flutter/third_party/dart/third_party/pkg/cli_util': - Var('dart_git') + '/cli_util.git@c37d5e14f50e72a268c1ad86149cecfa4b58c494', + Var('dart_git') + '/cli_util.git@64192706344d0598784bebe1abc4a9bfc2608de0', 'src/flutter/third_party/dart/third_party/pkg/clock': Var('dart_git') + '/clock.git' + '@' + Var('dart_clock_rev'), @@ -374,13 +374,13 @@ deps = { Var('dart_git') + '/collection.git' + '@' + Var('dart_collection_rev'), 'src/flutter/third_party/dart/third_party/pkg/convert': - Var('dart_git') + '/convert.git@0c9eab7d4656be97329c4970659afd53a78910e6', + Var('dart_git') + '/convert.git@9035cafefc1da4315f26058734d0c2a19d5ab56a', 'src/flutter/third_party/dart/third_party/pkg/crypto': - Var('dart_git') + '/crypto.git@813e35e913d12e16de67ac57523cd0ff4b07c012', + Var('dart_git') + '/crypto.git@1216790ba704a0ab194f9cd0da2d65e1767f3342', 'src/flutter/third_party/dart/third_party/pkg/csslib': - Var('dart_git') + '/csslib.git@b70fef222c8a98abca39c3f729ec34632089697e', + Var('dart_git') + '/csslib.git@192d720f121792ab05ca157ea280edc7e0410e9c', 'src/flutter/third_party/dart/third_party/pkg/dart_style': Var('dart_git') + '/dart_style.git@a6ad7693555a9add6f98ad6fd94de80d35c89415', @@ -392,16 +392,16 @@ deps = { Var('dart_git') + '/external/github.com/google/file.dart@07cacaed6679a173e29176747e6ce0325742749f', 'src/flutter/third_party/dart/third_party/pkg/fixnum': - Var('dart_git') + '/fixnum.git@a8157d87f17d5184e210403f2ed63d354b854132', + Var('dart_git') + '/fixnum.git@6c19e60366ce3d5edfaed51a7c12c98e7977977e', 'src/flutter/third_party/dart/third_party/pkg/glob': Var('dart_git') + '/glob.git@6d3ba5ec02817e62d17ace040590bb81a3e1242f', 'src/flutter/third_party/dart/third_party/pkg/html': - Var('dart_git') + '/html.git@f6c2c71dd6dc23bda3b4c5ac1290cf7207748071', + Var('dart_git') + '/html.git@0da420ca1e196cda54ede476d0d8d3ecf55375ef', 'src/flutter/third_party/dart/third_party/pkg/http': - Var('dart_git') + '/http.git@bf96551406600a2ec520a4248ff635bfd268edeb', + Var('dart_git') + '/http.git@8d893851904d8cd292a66e39812b59aca2cc4d96', 'src/flutter/third_party/dart/third_party/pkg/http_multi_server': Var('dart_git') + '/http_multi_server.git@25941e260658efb324de857e6022f418faf9bdd1', @@ -419,19 +419,19 @@ deps = { Var('dart_git') + '/leak_tracker.git@f5620600a5ce1c44f65ddaa02001e200b096e14c', 'src/flutter/third_party/dart/third_party/pkg/logging': - Var('dart_git') + '/logging.git@240ec33e23720091e0e5a029d569a3770ddccf1c', + Var('dart_git') + '/logging.git@6c3fb37fecb2e30415072f327b834a3e95517fa9', 'src/flutter/third_party/dart/third_party/pkg/markdown': - Var('dart_git') + '/markdown.git@3d8d7a8f14b74bb646bb6e4ae35e0bf2beb74154', + Var('dart_git') + '/markdown.git@62424376d0b5fe35a2957b3caed4b75db010ba82', 'src/flutter/third_party/dart/third_party/pkg/matcher': - Var('dart_git') + '/matcher.git@0abd4054c47a923486a6c0c04b5c974ba13ad2da', + Var('dart_git') + '/matcher.git@d6d573d0f8d65b36550ce62aad3ce6b5e987b642', 'src/flutter/third_party/dart/third_party/pkg/mime': - Var('dart_git') + '/mime.git@fd7010b00ca028918cbd90abc347f98b88b2d00f', + Var('dart_git') + '/mime.git@11fec7d6df509a4efd554051cc27e3bf82df9c96', 'src/flutter/third_party/dart/third_party/pkg/mockito': - Var('dart_git') + '/mockito.git@9deddcfa4b6b6c1ecb3111891c20cc46c115569d', + Var('dart_git') + '/mockito.git@a7fdf7101fbd31132a59188a6057d21004345927', 'src/flutter/third_party/dart/third_party/pkg/native': Var('dart_git') + '/native.git@fcc783c1d2777555616dfc850f131878ea5d88a9', @@ -440,10 +440,10 @@ deps = { Var('dart_git') + '/package_config.git@903a0e528f91aef90821c8f5eaafbc1ae27198ab', 'src/flutter/third_party/dart/third_party/pkg/path': - Var('dart_git') + '/path.git@04807b61c25f98f328b322ec511451f9f86f98bb', + Var('dart_git') + '/path.git@e969f42ed112dd702a9453beb9df6c12ae2d3805', 'src/flutter/third_party/dart/third_party/pkg/pool': - Var('dart_git') + '/pool.git@832c5ab5eaee444354a8c796f7998bf744f169af', + Var('dart_git') + '/pool.git@924fb04353cec915d927f9f1aed88e2eda92b98a', 'src/flutter/third_party/dart/third_party/pkg/protobuf': Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'), @@ -452,13 +452,13 @@ deps = { Var('dart_git') + '/pub.git' + '@' + Var('dart_pub_rev'), 'src/flutter/third_party/dart/third_party/pkg/pub_semver': - Var('dart_git') + '/pub_semver.git@dfcad38866fb1e94e8ca91bff3dddd5189fb0794', + Var('dart_git') + '/pub_semver.git@d9e5ee68a350fbf4319bd4dfcb895fc016337d3a', 'src/flutter/third_party/dart/third_party/pkg/shelf': - Var('dart_git') + '/shelf.git@2536c15a562cb183dabbc628824a215663830325', + Var('dart_git') + '/shelf.git@9f2dffecbe8f219146a077e401758602752d486a', 'src/flutter/third_party/dart/third_party/pkg/source_map_stack_trace': - Var('dart_git') + '/source_map_stack_trace.git@96a8213dacf7cd42aefb1311491a4169826f98d2', + Var('dart_git') + '/source_map_stack_trace.git@741b6ceb4b6cdb8ff620664337d7ecc63ca52cc1', 'src/flutter/third_party/dart/third_party/pkg/source_maps': Var('dart_git') + '/source_maps.git@caa79c2011015759c6cf3299f299f5cccdf8bb61', @@ -467,34 +467,34 @@ deps = { Var('dart_git') + '/source_span.git@89520f3009e332ce2b6675f71dca166521c36cc4', 'src/flutter/third_party/dart/third_party/pkg/sse': - Var('dart_git') + '/sse.git@7dcde164d5bfe707441f206379ef33e7509e2aac', + Var('dart_git') + '/sse.git@52d042ff9ab2d0e5bc26805d74a03077a67861e1', 'src/flutter/third_party/dart/third_party/pkg/stack_trace': - Var('dart_git') + '/stack_trace.git@ab09060b82c936c38c04eb49c1154b83f6648349', + Var('dart_git') + '/stack_trace.git@4fd3e2a2dc6611febf4cfb9197ebf9e60fc6a34d', 'src/flutter/third_party/dart/third_party/pkg/stream_channel': - Var('dart_git') + '/stream_channel.git@dc620d233e0bea618ee22227d4fd487f055b4ead', + Var('dart_git') + '/stream_channel.git@28a65331aa2d66a5e953205aa462bcdb1e240a5b', 'src/flutter/third_party/dart/third_party/pkg/string_scanner': - Var('dart_git') + '/string_scanner.git@e1cab8f0538b50f6d7180598752cf5a7e07e74db', + Var('dart_git') + '/string_scanner.git@0de03b5279a04aa05052ce306f90fca473c6fd1a', 'src/flutter/third_party/dart/third_party/pkg/tar': Var('dart_git') + '/external/github.com/simolus3/tar.git@552a49d7595e444184d4f91e9afd533aa253a31d', 'src/flutter/third_party/dart/third_party/pkg/term_glyph': - Var('dart_git') + '/term_glyph.git@6c2a9770e786f83bb1a863c6947dde5dcbebdbd2', + Var('dart_git') + '/term_glyph.git@38a158f55006cf30942c928171ea601ee5e0308f', 'src/flutter/third_party/dart/third_party/pkg/test': - Var('dart_git') + '/test.git@329c6dff4dfcb178ba6c7009cf1c1b9215b317aa', + Var('dart_git') + '/test.git@3256c23cc753a184bb3bf27610a7c8410735e3ac', 'src/flutter/third_party/dart/third_party/pkg/test_reflective_loader': - Var('dart_git') + '/test_reflective_loader.git@816942eaeeac30cc59d8699f1e94ad779cc53c06', + Var('dart_git') + '/test_reflective_loader.git@6e648863b39aab8d0204e769d25805eea9db0ac4', 'src/flutter/third_party/dart/third_party/pkg/tools': Var('dart_git') + '/tools.git' + '@' + Var('dart_tools_rev'), 'src/flutter/third_party/dart/third_party/pkg/typed_data': - Var('dart_git') + '/typed_data.git@85299290551297a28202b6e7a177bb787f790ffd', + Var('dart_git') + '/typed_data.git@365468a74251c930a463daf5b8f13227e269111a', 'src/flutter/third_party/dart/third_party/pkg/watcher': Var('dart_git') + '/watcher.git' + '@' + Var('dart_watcher_rev'), @@ -503,7 +503,7 @@ deps = { Var('dart_git') + '/web.git' + '@' + Var('dart_web_rev'), 'src/flutter/third_party/dart/third_party/pkg/web_socket_channel': - Var('dart_git') + '/web_socket_channel.git@bf69990738f173c07e67cf6945551194bc8c2d92', + Var('dart_git') + '/web_socket_channel.git@8e95ea75302180af075295f7dd7ffe922e26f789', 'src/flutter/third_party/dart/third_party/pkg/webdev': Var('dart_git') + '/webdev.git' + '@' + Var('dart_webdev_rev'), @@ -512,7 +512,7 @@ deps = { Var('dart_git') + '/external/github.com/google/webkit_inspection_protocol.dart.git' + '@' + Var('dart_webkit_inspection_protocol_rev'), 'src/flutter/third_party/dart/third_party/pkg/yaml': - Var('dart_git') + '/yaml.git@4cf24ca3bbcb2cd8cbea32fdd355ee5d0a597247', + Var('dart_git') + '/yaml.git@30fd9e0cd49b2e04f74769f9b24a0300e400403e', 'src/flutter/third_party/dart/third_party/pkg/yaml_edit': Var('dart_git') + '/yaml_edit.git' + '@' + Var('dart_yaml_edit_rev'), diff --git a/ci/licenses_golden/licenses_dart b/ci/licenses_golden/licenses_dart index 1a758effa7c98..70d912e6706e0 100644 --- a/ci/licenses_golden/licenses_dart +++ b/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: 6356c8f33f6d603844c3b2ed56745d26 +Signature: 987cab3f3e3a6e4e7248b7606f819b61 ==================================================================================================== LIBRARY: dart @@ -4751,7 +4751,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/+/c23e5814379374504ddad4f68c4ded939fcee0a2 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/ffc8bb004a64f6357e3d5d1185e974e966f00931 /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index 6807ae57ff75d..fe1d2d680f8e1 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -31897,7 +31897,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/+/c23e5814379374504ddad4f68c4ded939fcee0a2 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/ffc8bb004a64f6357e3d5d1185e974e966f00931 /third_party/fallback_root_certificates/ --------------------------------------------------------------------------------