Skip to content

Commit 1addfb5

Browse files
authored
Roll src/third_party/dart 5e9df35a57..cabaa78cc5 (36 commits) (flutter#8244)
cabaa78cc5 [VM] Generalize generic bounds check elimination 16eefa4b75 [VM] Infer ranges for truncating divisions with positive divisor & Fix missing deopt env bug 46e0a87008 Add summary support for "for each" elements with declarations. 915b35e463 Add summary support for "for each" elements with identifiers. 3019a8873a Check for completeness of test_all in analysis server and analyzer plugin 9b5a956a0e Remove AstTestFactory.forStatement2 a7ab99dd84 [vm/kernel] Index all source and line starts before using them 1f10174891 [vm/service] Test collecting coverage for a concatenated dill file 0cacd6c28d [CFE] Compile if map entries in map literals 7dd4259d87 Handle ir constants in inferrer 8915407f2c Support computation of NativeData directly from IrAnnotationData eb344e2072 Keep live libraries and uri to source in sync 2805a376b2 Added tests for superinterface variance constraints 34af8b95e5 Revert "[vm] Free readonly header bit so it can be used for other uses." 59931e3340 [vm] Free readonly header bit so it can be used for other uses. cb4b6157a2 fix flutter#36205, static calls in dart:html should directly call the DOM e3d6fc974f [dart/vm] fix off-by-a-lot error in DAG test ecb1bff326 Add summary support for `for` elements with declarations. 7d277c4a32 Introduce methods and classes to replace "2" variants left over from "UI as code" work. 973a4d0b2e [vm] Drop 'testonly = true' from gen_kernel_bytecode_dill GN rule c79927fdd7 Change type of `Expression.precedence` to the Precedence class. b10ac42527 [VM] Parentenvironment for Macos and Android 9f00d1b384 [VM] Ensure Top level class is finalized for loadedscripts in library 24e5f9142a Revise ElementResolver postfix NNBD bang processing 2919b5577f [Analyzer] move usage of mostSpecificTypeArgument in resolver d9371f206d Integration test for AstBinaryWriter and AstBinaryReader. 137171af71 [VM runtime] Disable dual mapping code in AOT runtime (fixes flutter#36260). d14dfc5d8a [vm] Support FFI on ARM64 and Android. b032f1b284 [vm] Support FFI on 32-bit Intel. b78e386bbb Remove ConstantUseKind enum e2c577333c [testing] Mark an uncatchable flaky test as Skip. a2d7227a76 [vm] Never give DBC instructions executable permissions. 6135a81d51 Separate type reference resolution and types building. 8556e97218 Remove ResultProvider and its implementations. 495c319574 Reland "Add hints to check the SDK constraints for both set literals and for the ui-as-code features" 416649250f Rework tracking of variables in scope while summarizing expressions.
1 parent 13e3b71 commit 1addfb5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': '5e9df35a5794413202fbcaf0c41f6d4c5d2e7b81',
34+
'dart_revision': 'cabaa78cc57d08bcfcd75bfe99a42c19ed497d26',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: d8611addc54dd5fe85355e2e888206d4
1+
Signature: 0f3631374103b2f9512fd6180a904a7e
22

33
UNUSED LICENSES:
44

@@ -5167,8 +5167,9 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm64.cc
51675167
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_dbc.cc
51685168
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_ia32.cc
51695169
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_x64.cc
5170+
FILE: ../../../third_party/dart/runtime/vm/constants_arm64.cc
5171+
FILE: ../../../third_party/dart/runtime/vm/constants_ia32.cc
51705172
FILE: ../../../third_party/dart/runtime/vm/constants_x64.cc
5171-
FILE: ../../../third_party/dart/runtime/vm/ffi_trampoline_stubs_x64.cc
51725173
FILE: ../../../third_party/dart/runtime/vm/frame_layout.h
51735174
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist.h
51745175
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist_test.cc

0 commit comments

Comments
 (0)