Skip to content

Commit

Permalink
Roll to dart 91d7c69 (flutter#25022)
Browse files Browse the repository at this point in the history
* Roll Dart SDK from b7e02a7 to 91d7c69

Update const_finder_test expectations to accommodate daae24b.

Changes since last roll:
```
91d7c69 Version 2.13.0-143.0.dev
88c24ef Roll benchmarks-internal 354c978979c5..076df10d9b77
b250a58 Implement `int.>>>` for DDC.
7e2cc73 Revert "[infra] Make worktrees work (again?)"
a531b78 [infra] Make worktrees work (again?)
945ac84 Version 2.13.0-142.0.dev
e8f57b6 [vm/aot] Handle FieldInitializer pointing to a Field's Reference which is reused for a getter
1cb203d Remove unused code and files from analysis_server:
3162957 (origin/base) [gardening] Add explicit type to ensure templated function applies.
7b35c1e (tag: 2.13.0-141.0.dev) Version 2.13.0-141.0.dev
829ef92 [vm] Expand compressed heap to 4GB.
2472db0 [vm] Inform the OS that it can reclaim free'd portions of the compressed heap.
e2baf16 Support ddc module format in expression compilation in ddc.
8e7c8c9 Roll icu dependency to 81d656878ec611cb0b42d52c82e9dae93920d9ba.
52fccfb Version 2.13.0-140.0.dev
6b575c7 Prepare to publish analyzer 1.2.0 and _fe_analyzer_shared 18.0.0.
c0b800c Issue 45318. Check for dynamic bounded and Function bounded.
daae24b [vm/aot] Retain fields used in constants
369c36e Issue 45299. Fix yield type check for function expressions.
c9e10c9 [vm, compiler] Predicate boolean loads.
87bfe9e (tag: 2.13.0-139.0.dev) Version 2.13.0-139.0.dev
cf3dcc4 [analyzer] Prevent MOVE_FILE using absolute URIs when moving files out of lib
c906133 [cfe] Multi-call const function tests to existing behavior.
16beb34 [vm/aot] Remove special cases of dynamic function lookups from precompiler
55522f9 Fix a bug in completion when a setter does not have a corresponding getter
d42de4e [vm] Crash on impossible GDT null errors
69ec098 [vm] On Android set abort message before aborting
b72e7b8 (tag: 2.13.0-138.0.dev) Version 2.13.0-138.0.dev
d6b79da [cfe] Correct argument count in extension member errors
b5da327 [parser] Parse and skip metadata according to spec
```

* Update const_finder_test expectations

* Update license

* Update expectations
  • Loading branch information
aam authored Mar 16, 2021
1 parent 1b62b47 commit 525271d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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': 'b7e02a713eab46e86dd3aef7da1abf09f773dce8',
'dart_revision': '91d7c69ed7eaadb67322b659eae7e77db92b46ca',

# 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/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: c88f81fe0444faef798d5c48955c1f3c
Signature: 9ca573855e8f22447a0ac6e7738af730

UNUSED LICENSES:

Expand Down
5 changes: 3 additions & 2 deletions tools/const_finder/test/const_finder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ void _checkNonConsts() {
<String, dynamic>{
'constantInstances': <dynamic>[
<String, dynamic>{'stringValue': '1', 'intValue': 1, 'targetValue': null},
<String, dynamic>{'stringValue': '4', 'intValue': 4, 'targetValue': null},
<String, dynamic>{'stringValue': '6', 'intValue': 6, 'targetValue': null},
<String, dynamic>{'stringValue': '8', 'intValue': 8, 'targetValue': null},
<String, dynamic>{'stringValue': '10', 'intValue': 10, 'targetValue': null},
Expand All @@ -140,12 +141,12 @@ void _checkNonConsts() {
<String, dynamic>{
'file': 'file://$fixtures/lib/consts_and_non.dart',
'line': 17,
'column': 41,
'column': 26,
},
<String, dynamic>{
'file': 'file://$fixtures/lib/consts_and_non.dart',
'line': 17,
'column': 26,
'column': 41,
},
<String, dynamic>{
'file': 'file://$fixtures/lib/consts_and_non.dart',
Expand Down

0 comments on commit 525271d

Please sign in to comment.