提交 3e10d92b 编写于 作者: B Ben Konyi

Roll src/third_party/dart 0e201edeeb..9f13d07670 (27 commits)

dart-lang/sdk@9f13d07670 Revert "[dartdevc] Remove explicit calls of the constant evaluator in DDC."
dart-lang/sdk@6e987b6eb5 [vm, service] Add requestHeapSnapshot.
dart-lang/sdk@8a9448138a [vm/compiler] Ensure the class check we insert is based on the same CidTargets we made the HasSingleTarget decision on
dart-lang/sdk@11910a0c9c [vm] Add --verbose-stack-overflow option to simplify investigation of stack overflow errors
dart-lang/sdk@3568f78fe7 ensure super constructor invocation param list not null during recovery
dart-lang/sdk@0537c9d326 [dart2js] Fix DartType.subst
dart-lang/sdk@0f109da0d1 Updating the package:js README
dart-lang/sdk@a984c5ce57 improve invalid string literal recovery to fix crash
dart-lang/sdk@bdd77cd0b2 Ensure function type param has non-null identifier
dart-lang/sdk@ed69e2dc35 Add a hint if extension methods are used with an sdk version constraint that does not support them
dart-lang/sdk@89c4f94b60 Trigger dependency on exporting a library.
dart-lang/sdk@d22fd240ca When building summary1 for SDK, set 'useSummary2' to false.
dart-lang/sdk@547a83ddbd Remove ExecutableMember.from3() and use from2() instead.
dart-lang/sdk@9b80826f84 Don't record dependencies on arguments if the instantiated class is not generic.
dart-lang/sdk@0681cc2d36 Migration: extract a common method for doing null checks.
dart-lang/sdk@203038ffc6 Migration: integrate flow analysis of do and continue statements.
dart-lang/sdk@0ff0cc1229 Flow analysis: remove unnecessary argument to doStatement_end.
dart-lang/sdk@ee37965e49 [cfe] Handle static access of static extension members
dart-lang/sdk@208c8dd0c0 [benchmark] Remove SIMDBC benchmark test coverage.
dart-lang/sdk@2706114f4d Revert "[infra] Remove non-essential test expectations from kernel status files"
dart-lang/sdk@e64738ffbc [vm/ffi] DynamicLibrary.process() and DynamicLibrary.executable()
dart-lang/sdk@2891ec679b [CFE/VM] Fix merge/typo for bump to kernel version 29
dart-lang/sdk@a04a567801 Restore "Crash" status to test in status file, accidentally removed.
dart-lang/sdk@5c438c8d25 Upgrade tflite_native to v0.2.1 for silent tflite dynamic library
dart-lang/sdk@966b7de1ff [infra] status file clean up tool: also remove sections with comments
dart-lang/sdk@c010458732 [infra] Remove non-essential test expectations from kernel status files
dart-lang/sdk@fb8df61606 [dartdevc] Remove explicit calls of the constant evaluator in DDC.
上级 4003fbc3
......@@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '0e201edeeb235533292c569f2fcd0388849f3841',
'dart_revision': '9f13d07670ac27597538309954d3e21b49752748',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......
Signature: af7e69d1833139bb32039ff653e04843
Signature: c8b14d4559bda4f646507775a134f9f7
UNUSED LICENSES:
......@@ -8963,11 +8963,6 @@ FILE: ../../../third_party/dart/runtime/lib/async.cc
FILE: ../../../third_party/dart/runtime/lib/bigint_patch.dart
FILE: ../../../third_party/dart/runtime/lib/class_id_fasta.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/search_bar.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/allocations.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/dashboard.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/graph.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/reload.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/singletargetcache_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/singletargetcache_view.dart
......@@ -9280,7 +9275,6 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/vm_menu
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/retaining_path.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_link.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/top_retaining_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_connect_target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/heap_snapshot/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/exceptions.dart
......@@ -9358,7 +9352,6 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/script.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/top_retaining_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/breakpoint.dart
......@@ -9392,7 +9385,6 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/script.
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/settings.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/top_retaining_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/web/timeline_message_handler.js
FILE: ../../../third_party/dart/runtime/platform/atomic_fuchsia.h
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册