Skip to content

Commit eceb722

Browse files
authored
* Roll Dart to 760a9690c2 760a9690c2 Remove tests irrelevant for Dart 2 185eec12a6 Avoid crash on falsely enqueued .call methods. 3ea3b21e3c Deprecate summary field PackageBundle.unlinkedUnitHashes. 1b8f3026bf Remove most of isStrongModeError: false, update language_2 tests. c6d786a3e7 [vm/bytecode] Take environment defines into account when generating bytecode cc62869910 [Status files] Update status for passing corelib_2 tests in bytecode mode 0789ab8b0e Add clarification for broadcast stream.first 68e66d4ef5 Parser test cleanup 34963476ed Clarify behavior of sublist with end == start bb382f3c81 Drop _CastQueueMixin 38b9a544df Call our error events in StreamTransform.bind doc 1b13583ba8 [vm/bytecode] Keep original declaration order of named parameters in native wrappers
1 parent be9d8ff commit eceb722

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
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': '3e0631761c84d9fb86c237cc57dca7b878f5800f',
34+
'dart_revision': '760a9690c22ec3f3d163173737f9949f97e6e02a',
3535

3636
'dart_args_tag': '1.4.4',
3737
'dart_async_tag': '2.0.8',

ci/licenses_golden/licenses_third_party

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: ff60dd095e2456af074915ace0492342
1+
Signature: 018879b823c0d21625f109959a471893
22

33
UNUSED LICENSES:
44

@@ -16698,6 +16698,50 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1669816698
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1669916699
====================================================================================================
1670016700

16701+
====================================================================================================
16702+
LIBRARY: tonic
16703+
ORIGIN: ../../../garnet/LICENSE
16704+
TYPE: LicenseType.bsd
16705+
FILE: ../../../third_party/tonic/dart_list.cc
16706+
FILE: ../../../third_party/tonic/dart_list.h
16707+
FILE: ../../../third_party/tonic/file_loader/file_loader_fuchsia.cc
16708+
FILE: ../../../third_party/tonic/file_loader/file_loader_posix.cc
16709+
FILE: ../../../third_party/tonic/file_loader/file_loader_win.cc
16710+
FILE: ../../../third_party/tonic/filesystem/filesystem/path_win.cc
16711+
FILE: ../../../third_party/tonic/filesystem/filesystem/portable_unistd.h
16712+
FILE: ../../../third_party/tonic/platform/platform_utils.h
16713+
FILE: ../../../third_party/tonic/platform/platform_utils_posix.cc
16714+
FILE: ../../../third_party/tonic/platform/platform_utils_win.cc
16715+
----------------------------------------------------------------------------------------------------
16716+
Copyright 2017 The Fuchsia Authors. All rights reserved.
16717+
16718+
Redistribution and use in source and binary forms, with or without
16719+
modification, are permitted provided that the following conditions are
16720+
met:
16721+
16722+
* Redistributions of source code must retain the above copyright
16723+
notice, this list of conditions and the following disclaimer.
16724+
* Redistributions in binary form must reproduce the above
16725+
copyright notice, this list of conditions and the following disclaimer
16726+
in the documentation and/or other materials provided with the
16727+
distribution.
16728+
* Neither the name of Google Inc. nor the names of its
16729+
contributors may be used to endorse or promote products derived from
16730+
this software without specific prior written permission.
16731+
16732+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16733+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16734+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
16735+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
16736+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
16737+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
16738+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
16739+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
16740+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
16741+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
16742+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16743+
====================================================================================================
16744+
1670116745
====================================================================================================
1670216746
LIBRARY: tonic
1670316747
ORIGIN: ../../../third_party/tonic/LICENSE
@@ -16797,50 +16841,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1679716841
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1679816842
====================================================================================================
1679916843

16800-
====================================================================================================
16801-
LIBRARY: tonic
16802-
ORIGIN: ../../../third_party/tonic/file_loader/file_loader_fuchsia.cc + ../../../third_party/tonic/LICENSE
16803-
TYPE: LicenseType.bsd
16804-
FILE: ../../../third_party/tonic/dart_list.cc
16805-
FILE: ../../../third_party/tonic/dart_list.h
16806-
FILE: ../../../third_party/tonic/file_loader/file_loader_fuchsia.cc
16807-
FILE: ../../../third_party/tonic/file_loader/file_loader_posix.cc
16808-
FILE: ../../../third_party/tonic/file_loader/file_loader_win.cc
16809-
FILE: ../../../third_party/tonic/filesystem/filesystem/path_win.cc
16810-
FILE: ../../../third_party/tonic/filesystem/filesystem/portable_unistd.h
16811-
FILE: ../../../third_party/tonic/platform/platform_utils.h
16812-
FILE: ../../../third_party/tonic/platform/platform_utils_posix.cc
16813-
FILE: ../../../third_party/tonic/platform/platform_utils_win.cc
16814-
----------------------------------------------------------------------------------------------------
16815-
Copyright 2017 The Fuchsia Authors. All rights reserved.
16816-
16817-
Redistribution and use in source and binary forms, with or without
16818-
modification, are permitted provided that the following conditions are
16819-
met:
16820-
16821-
* Redistributions of source code must retain the above copyright
16822-
notice, this list of conditions and the following disclaimer.
16823-
* Redistributions in binary form must reproduce the above
16824-
copyright notice, this list of conditions and the following disclaimer
16825-
in the documentation and/or other materials provided with the
16826-
distribution.
16827-
* Neither the name of Google Inc. nor the names of its
16828-
contributors may be used to endorse or promote products derived from
16829-
this software without specific prior written permission.
16830-
16831-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16832-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16833-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
16834-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
16835-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
16836-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
16837-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
16838-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
16839-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
16840-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
16841-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16842-
====================================================================================================
16843-
1684416844
====================================================================================================
1684516845
LIBRARY: tonic
1684616846
ORIGIN: ../../../third_party/tonic/typed_data/dart_byte_data.cc + ../../../third_party/tonic/LICENSE

0 commit comments

Comments
 (0)