Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b0d8663

Browse files
Roll Dart SDK from 3c45f68cd7c2 to 529fcd5bdffc (3 revisions) (#47655)
https://dart.googlesource.com/sdk.git/+log/3c45f68cd7c2..529fcd5bdffc 2023-11-03 [email protected] Version 3.3.0-94.0.dev 2023-11-03 [email protected] Version 3.3.0-93.0.dev 2023-11-02 [email protected] Version 3.3.0-92.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 [email protected],[email protected] 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
1 parent 6844143 commit b0d8663

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

DEPS

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ vars = {
5757
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5858
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5959
# updated revision list of existing dependencies.
60-
'dart_revision': '3c45f68cd7c27440c7bf5f177c27ecf5f1243c64',
60+
'dart_revision': '529fcd5bdffce0a7a288f70bf7472c42a6ab8bda',
6161

6262
# WARNING: DO NOT EDIT MANUALLY
6363
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -66,18 +66,18 @@ vars = {
6666
'dart_boringssl_rev': '74646566e93de7551bfdfc5f49de7462f13d1d05',
6767
'dart_browser_launcher_rev': '4f9e7843b683c9e9357aaf263a929ec6ecf959c8',
6868
'dart_clock_rev': 'f975668839f45bad561d6227f88297bbbcff03fa',
69-
'dart_collection_rev': 'd27bfaf7994ee690be6ed424b8ee288c7aa672f6',
69+
'dart_collection_rev': 'e8d7e925cc3d48d16d7455de6ac8484ecad46bda',
7070
'dart_devtools_rev': 'f73b42303c9715f5659130f8f1b6dc91fa12d82f',
7171
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
7272
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
7373
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
7474
'dart_protobuf_rev': 'dcec2eda9db4e6728e900928aa2e46944ba4fa6f',
7575
'dart_pub_rev': 'fca927ae2662204805e1646c0c0687369001a41a',
7676
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
77-
'dart_tools_rev': 'dd91cb6a2c09c9c499be74ccb8a83cd6f50484bb',
77+
'dart_tools_rev': '6ad36915197ef7f57a1046cad7d43c730e27d310',
7878
'dart_watcher_rev': 'b2b278ae4198b4c431a145ddcfdab1460d5f9ec5',
7979
'dart_webdev_rev': '5ad79c240b000a50057612d6af4573f6e649f65c',
80-
'dart_webkit_inspection_protocol_rev': '2c6f8b6b7dbcbd207d345ebaa0337a3b8de70244',
80+
'dart_webkit_inspection_protocol_rev': '667c55e6f65638592768e0325b75420e39b01d2e',
8181
'dart_yaml_edit_rev': '9b9d33c5255798c950e843efe19e6f81a225ad28',
8282
'dart_zlib_rev': '14dd4c4455602c9b71a1a89b5cafd1f4030d2e3f',
8383

@@ -331,13 +331,13 @@ deps = {
331331
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:f73b42303c9715f5659130f8f1b6dc91fa12d82f'}]},
332332

333333
'src/third_party/dart/third_party/pkg/args':
334-
Var('dart_git') + '/args.git@df9b428e53e889835257c8475538e09834ffd022',
334+
Var('dart_git') + '/args.git@46d5033377d277d70bc6ec68504730b9384b1db1',
335335

336336
'src/third_party/dart/third_party/pkg/async':
337337
Var('dart_git') + '/async.git@992457079da78dede35a56257d698288c467dc91',
338338

339339
'src/third_party/dart/third_party/pkg/bazel_worker':
340-
Var('dart_git') + '/bazel_worker.git@b1b6a6605f0255eb1bf4aaf5aaf36f0d635e1b20',
340+
Var('dart_git') + '/bazel_worker.git@3d9cd5823fc96872b7275fe99a4fabc4dcfe57c8',
341341

342342
'src/third_party/dart/third_party/pkg/boolean_selector':
343343
Var('dart_git') + '/boolean_selector.git@7f523c392056bea55176530a7b1434aa99549e0f',
@@ -373,13 +373,13 @@ deps = {
373373
Var('dart_git') + '/ffi.git@c926657618443ff4821411ede01684096b503f84',
374374

375375
'src/third_party/dart/third_party/pkg/file':
376-
Var('dart_git') + '/external/github.com/google/file.dart@e7c03aa61789cf57063660b99e6310a1f96a3553',
376+
Var('dart_git') + '/external/github.com/google/file.dart@cd3a9324f6483f313ba1f0f3ff382ea4e6982ef2',
377377

378378
'src/third_party/dart/third_party/pkg/fixnum':
379379
Var('dart_git') + '/fixnum.git@3279f5d2a7b01eb315dc0f6cbae57cae8cee35e4',
380380

381381
'src/third_party/dart/third_party/pkg/glob':
382-
Var('dart_git') + '/glob.git@00465333cc4110e077cb256b4fa7eff4797bc856',
382+
Var('dart_git') + '/glob.git@7c9a121e92687b7ac6456ec0796eb1e5c0373d90',
383383

384384
'src/third_party/dart/third_party/pkg/html':
385385
Var('dart_git') + '/html.git@06bc148600b1d1a70f2256bdf788c213f1f60f55',
@@ -388,16 +388,16 @@ deps = {
388388
Var('dart_git') + '/http.git@b9389fea7e52b5b783912f80b17cee429d3b2d62',
389389

390390
'src/third_party/dart/third_party/pkg/http_multi_server':
391-
Var('dart_git') + '/http_multi_server.git@03041aabc9ffa4c730c4221bf6ff1ef8bcd27cef',
391+
Var('dart_git') + '/http_multi_server.git@2238a6baac24af12a3fcef6185493e5aa1c2a2a4',
392392

393393
'src/third_party/dart/third_party/pkg/http_parser':
394-
Var('dart_git') + '/http_parser.git@c557f570fd53fed11914fe98c9dc20872e6eeca6',
394+
Var('dart_git') + '/http_parser.git@1cf5b7c556fa76f10b1d5e8576b54bb2d6b67e24',
395395

396396
'src/third_party/dart/third_party/pkg/intl':
397397
Var('dart_git') + '/intl.git@5d65e3808ce40e6282e40881492607df4e35669f',
398398

399399
'src/third_party/dart/third_party/pkg/json_rpc_2':
400-
Var('dart_git') + '/json_rpc_2.git@0521afb58b9aeb90beda8fa5b00b98b998ec9ba6',
400+
Var('dart_git') + '/json_rpc_2.git@460545c62d12c2cd4635054e327846628288cb7e',
401401

402402
'src/third_party/dart/third_party/pkg/leak_tracker':
403403
Var('dart_git') + '/leak_tracker.git@098bafcf99a5220e3c352d895d991e163568ee03',
@@ -415,19 +415,19 @@ deps = {
415415
Var('dart_git') + '/mime.git@8ebf9463a7a230213cee0adc3c019dad78d364ac',
416416

417417
'src/third_party/dart/third_party/pkg/mockito':
418-
Var('dart_git') + '/mockito.git@b7d752e7f696ac0a1b1567a7abb8073b9d581a07',
418+
Var('dart_git') + '/mockito.git@fcb9779f8e8a15b2ca1757611b3e32a84e24c7ed',
419419

420420
'src/third_party/dart/third_party/pkg/native':
421-
Var('dart_git') + '/native.git@de9d59e4dbdd25321ab59ad5e60a55b197c573e4',
421+
Var('dart_git') + '/native.git@c72ed169fe46bf1859326b3c8461ee7ad9c01c4b',
422422

423423
'src/third_party/dart/third_party/pkg/package_config':
424-
Var('dart_git') + '/package_config.git@100533d2f836583f281c9dfa11a00d6842c176d4',
424+
Var('dart_git') + '/package_config.git@33dd24659147bd7ed2fa87aeacc52d199be766b4',
425425

426426
'src/third_party/dart/third_party/pkg/path':
427427
Var('dart_git') + '/path.git@18ec71f7dde21d8518702d77215fb0b2fa45e970',
428428

429429
'src/third_party/dart/third_party/pkg/pool':
430-
Var('dart_git') + '/pool.git@c78cef414f86f41879e9eef22caeaf97520a01fe',
430+
Var('dart_git') + '/pool.git@3c1bd422da311d95b65a04a5f28de2c0e8193692',
431431

432432
'src/third_party/dart/third_party/pkg/protobuf':
433433
Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'),
@@ -481,7 +481,7 @@ deps = {
481481
Var('dart_git') + '/typed_data.git@0b16bd26c90bc9ac08e8b4b259aa3d7bead34feb',
482482

483483
'src/third_party/dart/third_party/pkg/usage':
484-
Var('dart_git') + '/usage.git@d7d2964433f26b9a3c60dc9c6677f00c005ee9fb',
484+
Var('dart_git') + '/usage.git@e99690ae6d5fa9ec24ac5218bcd3621e8e3ae8a9',
485485

486486
'src/third_party/dart/third_party/pkg/watcher':
487487
Var('dart_git') + '/watcher.git' + '@' + Var('dart_watcher_rev'),

ci/licenses_golden/excluded_files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,7 @@
18111811
../../../third_party/dart/runtime/tools/create_snapshot_bin.py
18121812
../../../third_party/dart/runtime/tools/create_snapshot_file.py
18131813
../../../third_party/dart/runtime/tools/create_string_literal.py
1814+
../../../third_party/dart/runtime/tools/dart_codesign.py
18141815
../../../third_party/dart/runtime/tools/dart_profiler_symbols.py
18151816
../../../third_party/dart/runtime/tools/dartfuzz/README.md
18161817
../../../third_party/dart/runtime/tools/dartfuzz/README_minimize.md
@@ -1821,6 +1822,7 @@
18211822
../../../third_party/dart/runtime/tools/dartfuzz/pubspec.yaml
18221823
../../../third_party/dart/runtime/tools/dartfuzz/update_spreadsheet.py
18231824
../../../third_party/dart/runtime/tools/embedder_layering_check.py
1825+
../../../third_party/dart/runtime/tools/entitlements/README.md
18241826
../../../third_party/dart/runtime/tools/gen_library_src_paths.py
18251827
../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.css
18261828
../../../third_party/dart/runtime/tools/heapsnapshot/CHANGELOG.md

ci/licenses_golden/licenses_dart

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 2dc685e6d11b4532d44929ab582acbeb
1+
Signature: 4ea22925f2ddd2e68e326d4a891e9bae
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4283,6 +4283,12 @@ FILE: ../../../third_party/dart/runtime/observatory/web/favicon.ico
42834283
FILE: ../../../third_party/dart/runtime/observatory/web/index.html
42844284
FILE: ../../../third_party/dart/runtime/observatory/web/third_party/trace_viewer_full.html
42854285
FILE: ../../../third_party/dart/runtime/observatory/web/timeline.html
4286+
FILE: ../../../third_party/dart/runtime/tools/entitlements/dart.plist
4287+
FILE: ../../../third_party/dart/runtime/tools/entitlements/dart_precompiled_runtime.plist
4288+
FILE: ../../../third_party/dart/runtime/tools/entitlements/dart_precompiled_runtime_product.plist
4289+
FILE: ../../../third_party/dart/runtime/tools/entitlements/gen_snapshot.plist
4290+
FILE: ../../../third_party/dart/runtime/tools/entitlements/gen_snapshot_product.plist
4291+
FILE: ../../../third_party/dart/runtime/tools/entitlements/run_vm_tests.plist
42864292
FILE: ../../../third_party/dart/runtime/tools/wiki/styles/style.scss
42874293
FILE: ../../../third_party/dart/runtime/tools/wiki/templates/includes/auto-refresh.html
42884294
FILE: ../../../third_party/dart/runtime/tools/wiki/templates/page.html

0 commit comments

Comments
 (0)