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

Commit e0237a0

Browse files
Manual roll Dart SDK from d0b48a008559 to 10bbb376de7e (8 revisions) (#50172)
Manual roll requested by jacksongardner@google.com https://dart.googlesource.com/sdk.git/+log/d0b48a008559..10bbb376de7e 2024-01-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-90.0.dev 2024-01-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-89.0.dev 2024-01-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-88.0.dev 2024-01-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-87.0.dev 2024-01-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-86.0.dev 2024-01-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-85.0.dev 2024-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-84.0.dev 2024-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-83.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 dart-vm-team@google.com,jacksongardner@google.com,matanl@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
1 parent 845c923 commit e0237a0

File tree

5 files changed

+599
-23
lines changed

5 files changed

+599
-23
lines changed

DEPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ vars = {
6262
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
6363
# You can use //tools/dart/create_updated_flutter_deps.py to produce
6464
# updated revision list of existing dependencies.
65-
'dart_revision': 'd0b48a00855979eb7be9255aec7d8715729bd23e',
65+
'dart_revision': '10bbb376de7e4ec0047d6a949fe69e5dddfb7b97',
6666

6767
# WARNING: DO NOT EDIT MANUALLY
6868
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
6969
'dart_binaryen_rev': 'a51bd6df919a5b79574f0996a760cc20cb05697e',
70-
'dart_boringssl_gen_rev': 'a468ba9fec3f59edf46a7db98caaca893e1e4d96',
71-
'dart_boringssl_rev': '74646566e93de7551bfdfc5f49de7462f13d1d05',
70+
'dart_boringssl_gen_rev': '9c7294fd58261a79794f5afaa26598cf1442ad20',
71+
'dart_boringssl_rev': 'd24a38200fef19150eef00cad35b138936c08767',
7272
'dart_browser_launcher_rev': 'c68ec25e36187b050ac918d2b614f2d6320f0045',
7373
'dart_clock_rev': 'f975668839f45bad561d6227f88297bbbcff03fa',
7474
'dart_collection_rev': '2d57a82ad079fe2d127f5a9b188170de2f5cdedc',
@@ -375,7 +375,7 @@ deps = {
375375
Var('dart_git') + '/csslib.git@1ad2d1ec461fb1836180e917220a5a48fd641897',
376376

377377
'src/third_party/dart/third_party/pkg/dart_style':
378-
Var('dart_git') + '/dart_style.git@8b1f24a8475a0116757172cd9acca4acbf87d973',
378+
Var('dart_git') + '/dart_style.git@633b01cba68f4b42ddc2985c3d521c22149d5ce3',
379379

380380
'src/third_party/dart/third_party/pkg/dartdoc':
381381
Var('dart_git') + '/dartdoc.git@0f13e6443595f8e49cc86d783210d78c93d3502e',

ci/licenses_golden/excluded_files

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,14 +1979,14 @@
19791979
../../../third_party/boringssl/src/crypto/fipsmodule/ec/make_tables.go
19801980
../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_test.cc
19811981
../../../third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc
1982+
../../../third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf_test.cc
19821983
../../../third_party/boringssl/src/crypto/fipsmodule/md5/md5_test.cc
19831984
../../../third_party/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
19841985
../../../third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_test.cc
19851986
../../../third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect_test.cc
19861987
../../../third_party/boringssl/src/crypto/fipsmodule/rand/urandom_test.cc
19871988
../../../third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator_test.cc
19881989
../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha_test.cc
1989-
../../../third_party/boringssl/src/crypto/hkdf/hkdf_test.cc
19901990
../../../third_party/boringssl/src/crypto/hmac_extra/hmac_test.cc
19911991
../../../third_party/boringssl/src/crypto/hpke/hpke_test.cc
19921992
../../../third_party/boringssl/src/crypto/hpke/translate_test_vectors.py
@@ -2004,6 +2004,7 @@
20042004
../../../third_party/boringssl/src/crypto/pkcs8/test
20052005
../../../third_party/boringssl/src/crypto/poly1305/poly1305_test.cc
20062006
../../../third_party/boringssl/src/crypto/pool/pool_test.cc
2007+
../../../third_party/boringssl/src/crypto/rand_extra/getentropy_test.cc
20072008
../../../third_party/boringssl/src/crypto/rand_extra/rand_test.cc
20082009
../../../third_party/boringssl/src/crypto/refcount_test.cc
20092010
../../../third_party/boringssl/src/crypto/rsa_extra/rsa_test.cc
@@ -2025,6 +2026,8 @@
20252026
../../../third_party/boringssl/src/decrepit/ripemd/ripemd_test.cc
20262027
../../../third_party/boringssl/src/decrepit/xts/xts_test.cc
20272028
../../../third_party/boringssl/src/fuzz
2029+
../../../third_party/boringssl/src/pki/README.md
2030+
../../../third_party/boringssl/src/pki/testdata
20282031
../../../third_party/boringssl/src/rust
20292032
../../../third_party/boringssl/src/sources.cmake
20302033
../../../third_party/boringssl/src/ssl/CMakeLists.txt
@@ -2270,7 +2273,6 @@
22702273
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/x448_test.json
22712274
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.json
22722275
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt
2273-
../../../third_party/boringssl/src/tool/CMakeLists.txt
22742276
../../../third_party/boringssl/src/util
22752277
../../../third_party/boringssl/win-aarch64/crypto/test
22762278
../../../third_party/boringssl/win-x86/crypto/test

ci/licenses_golden/licenses_dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 09b31858414571f133b9a727165c29bf
1+
Signature: 1fcd064754227797855c64a9b0bfca79
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4705,7 +4705,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
47054705
This Source Code Form is "Incompatible With Secondary Licenses", as
47064706
defined by the Mozilla Public License, v. 2.0.
47074707

4708-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/141ab6c14cd1b097b38191b379b9da3096595120
4708+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/10bbb376de7e4ec0047d6a949fe69e5dddfb7b97
47094709
/third_party/fallback_root_certificates/
47104710

47114711
====================================================================================================

0 commit comments

Comments
 (0)