Skip to content

Commit

Permalink
Roll src/third_party/dart fdfe40e..754e5f4 (13 commits)
Browse files Browse the repository at this point in the history
754e5f4 Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)."
61e109c Fix typo in Map.values documentation
640bfb4 Mark test as failing due to flutter#35909
5f02f3c Remove tests for removed ARGUMENT_LIST suggestions.
4118d3c [vm/extensions] Fix Loader::ReloadNativeExtensions(...).
a988ed0 [analyzer] Fix off-by-one-error in experiments
de2e7e7 [infra] Update test.py help now that named configurations are implemented.
859c1ff [testing] Allow test.py test list to be specified as string
07f2eba [infra] Remove remnant of analyzer-linux-release-analyzer-new.
473c424 [VM/Decoupling] Follow-up change to decoupling of stub_code: Fix missing "!"
a8e2dfd [vm] Decouple stub code from runtime.
5e48ccb Give more context when initializing from dill fails
a5c53b0 Convert more doc comments from block to line style
  • Loading branch information
bkonyi committed Feb 12, 2019
1 parent d48de7a commit c58f5fe
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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': 'fdfe40ea95d4e91dc9fc0d6e0a1f5215ab7c4b40',
'dart_revision': '754e5f404c7a78510e2b8c52a265f4dc786cf786',

# 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
18 changes: 12 additions & 6 deletions ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 040756bb0b57c047a52c98602ad55b4b
Signature: b0c9cbfed3ecf7fd6279c9c064b15125

UNUSED LICENSES:

Expand Down Expand Up @@ -5653,7 +5653,6 @@ FILE: ../../../third_party/dart/runtime/vm/signal_handler_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_dbc.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/token_position.cc
FILE: ../../../third_party/dart/runtime/vm/token_position.h
Expand Down Expand Up @@ -5709,15 +5708,26 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/relocation.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_api.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_api.h
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_x64.cc
FILE: ../../../third_party/dart/runtime/vm/frame_layout.h
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist.h
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist_test.cc
FILE: ../../../third_party/dart/runtime/vm/longjump.h
FILE: ../../../third_party/dart/runtime/vm/pointer_tagging.h
FILE: ../../../third_party/dart/runtime/vm/static_type_exactness_state.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_list.h
FILE: ../../../third_party/dart/runtime/vm/thread_stack_resource.cc
FILE: ../../../third_party/dart/runtime/vm/thread_stack_resource.h
FILE: ../../../third_party/dart/runtime/vm/thread_state.cc
FILE: ../../../third_party/dart/runtime/vm/thread_state.h
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm.cc
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_x64.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Expand Down Expand Up @@ -6201,10 +6211,7 @@ FILE: ../../../third_party/dart/runtime/vm/simulator_arm.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_ia32.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_x64.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm.cc
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm_test.cc
FILE: ../../../third_party/dart/runtime/vm/stub_code_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/stub_code_x64.cc
FILE: ../../../third_party/dart/runtime/vm/tags.h
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.cc
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.h
Expand Down Expand Up @@ -6466,7 +6473,6 @@ FILE: ../../../third_party/dart/runtime/vm/runtime_entry_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm64.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64_test.cc
FILE: ../../../third_party/dart/runtime/vm/tags.cc
FILE: ../../../third_party/dart/runtime/vm/unibrow-inl.h
Expand Down
29 changes: 29 additions & 0 deletions sky/packages/sky_engine/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3493,6 +3493,35 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
engine

Copyright 2003-2005 Colin Percival. All rights reserved.
Copyright 2013 The Flutter Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
engine
txt

Copyright 2013 The Flutter Authors. All rights reserved.
Expand Down

0 comments on commit c58f5fe

Please sign in to comment.