Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll Dart SDK from 366eb1b4b308 to be6b533e07e7 (1 revision)
https://dart.googlesource.com/sdk.git/+log/366eb1b4b308..be6b533e07e7

2024-06-20 [email protected] Version 3.5.0-284.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
  • Loading branch information
skia-flutter-autoroll committed Jun 20, 2024
commit 9e60fe407c1e5afe8505c18a89c245fe25a3e623
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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': '366eb1b4b3085e3b866bbfb65d8d932efa534bc1',
'dart_revision': 'be6b533e07e786026478715ef7f4472b77674898',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,6 @@
../../../flutter/third_party/dart/runtime/bin/process_test.cc
../../../flutter/third_party/dart/runtime/bin/secure_socket_utils_test.cc
../../../flutter/third_party/dart/runtime/bin/snapshot_utils_test.cc
../../../flutter/third_party/dart/runtime/bin/uri_test.cc
../../../flutter/third_party/dart/runtime/codereview.settings
../../../flutter/third_party/dart/runtime/docs
../../../flutter/third_party/dart/runtime/observatory/.gitignore
Expand All @@ -1403,6 +1402,7 @@
../../../flutter/third_party/dart/runtime/observatory/tests
../../../flutter/third_party/dart/runtime/observatory/update_sources.py
../../../flutter/third_party/dart/runtime/observatory/web/third_party/README.md
../../../flutter/third_party/dart/runtime/platform/uri_test.cc
../../../flutter/third_party/dart/runtime/tests
../../../flutter/third_party/dart/runtime/tools/.gitignore
../../../flutter/third_party/dart/runtime/tools/android_finder.py
Expand Down
12 changes: 6 additions & 6 deletions ci/licenses_golden/licenses_dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 0e36e72eea2e2e508744a6e463a9445f
Signature: 05cae451c5e2baa8b661083e0380c586

====================================================================================================
LIBRARY: dart
Expand Down Expand Up @@ -4079,9 +4079,9 @@ LIBRARY: dart
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.cc + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.h + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/native_assets_api_impl.cc + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/uri.cc + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/uri.h + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/include/bin/native_assets_api.h + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/platform/uri.cc + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/platform/uri.h + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/tools/dartfuzz/flag_fuzzer.dart + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.cc + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.h + ../../../flutter/third_party/dart/LICENSE
Expand All @@ -4097,9 +4097,9 @@ TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.cc
FILE: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.h
FILE: ../../../flutter/third_party/dart/runtime/bin/native_assets_api_impl.cc
FILE: ../../../flutter/third_party/dart/runtime/bin/uri.cc
FILE: ../../../flutter/third_party/dart/runtime/bin/uri.h
FILE: ../../../flutter/third_party/dart/runtime/include/bin/native_assets_api.h
FILE: ../../../flutter/third_party/dart/runtime/platform/uri.cc
FILE: ../../../flutter/third_party/dart/runtime/platform/uri.h
FILE: ../../../flutter/third_party/dart/runtime/tools/dartfuzz/flag_fuzzer.dart
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.cc
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.h
Expand Down Expand Up @@ -4749,7 +4749,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/+/366eb1b4b3085e3b866bbfb65d8d932efa534bc1
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/be6b533e07e786026478715ef7f4472b77674898
/third_party/fallback_root_certificates/

====================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion sky/packages/sky_engine/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -31865,7 +31865,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/+/366eb1b4b3085e3b866bbfb65d8d932efa534bc1
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/be6b533e07e786026478715ef7f4472b77674898
/third_party/fallback_root_certificates/

--------------------------------------------------------------------------------
Expand Down