Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Issue 2451623006: Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork." (Closed)

Created:
4 years, 1 month ago by Vyacheslav Egorov (Google)
Modified:
4 years, 1 month ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork." R=zra@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/eb8c24e133962eab652347d00759ab03f035fe51

Patch Set 1 #

Patch Set 2 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4986 lines, -140 lines) Patch
M BUILD.gn View 1 3 chunks +3 lines, -0 lines 0 comments Download
M dart.gyp View 3 chunks +4 lines, -0 lines 0 comments Download
M runtime/bin/builtin.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/common_patch.dart View 2 chunks +3 lines, -1 line 0 comments Download
M runtime/bin/eventhandler_patch.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/bin/process_patch.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/stdio_patch.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M runtime/lib/collection_patch.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/lib/collection_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/lib/compact_hash.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/lib/core_patch.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/lib/developer.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/lib/developer_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/lib/errors_patch.dart View 2 chunks +1 line, -3 lines 0 comments Download
M runtime/lib/integers_patch.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/lib_prefix.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/lib/mirrors_patch.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/lib/mirrors_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/lib/null_patch.dart View 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/lib/object_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/profiler.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/regexp_patch.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/timeline.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/lib/uri_patch.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A runtime/tools/concatenate_patches.py View 1 chunk +30 lines, -0 lines 0 comments Download
M runtime/vm/BUILD.gn View 1 3 chunks +179 lines, -22 lines 0 comments Download
M runtime/vm/vm.gypi View 2 chunks +452 lines, -0 lines 0 comments Download
M sdk/lib/html/dartium/nativewrappers.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A tests/co19/co19-kernel.status View 1 chunk +626 lines, -0 lines 0 comments Download
A tests/kernel/kernel.status View 1 chunk +16 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/as_is_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/block_scope_test.dart View 1 chunk +60 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/breakable_statement_test.dart View 1 chunk +81 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/closures_regression_test.dart View 1 chunk +13 lines, -10 lines 0 comments Download
A tests/kernel/unsorted/closures_test.dart View 1 chunk +65 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/conditional_test.dart View 1 chunk +142 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/constant_evaluator_regression_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
A tests/kernel/unsorted/constant_expressions_test.dart View 1 chunk +100 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/expect.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/factory_regression_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/field_dispatcher_test.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/finally_contexts_test.dart View 1 chunk +47 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/for_in_loop_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/getters_and_setters_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/global_field_initializer_test.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/global_function_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/instance_getters_and_setters_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/invocation_errors_test.dart View 1 chunk +6 lines, -7 lines 0 comments Download
A tests/kernel/unsorted/invocation_test.dart View 1 chunk +40 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/klass_field_initializer_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/klass_test.dart View 1 chunk +52 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/let_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
A tests/kernel/unsorted/load_store_test.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/local_function_test.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/loop_test.dart View 1 chunk +91 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/mapliteral_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/mixin_test.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/nsm_dispatcher_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/nullable_operator_test.dart View 1 chunk +6 lines, -3 lines 0 comments Download
A tests/kernel/unsorted/rethrow_test.dart View 1 chunk +67 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/return_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/simple_literal_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/string_buffer_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A + tests/kernel/unsorted/string_concatenation_test.dart View 1 chunk +6 lines, -2 lines 0 comments Download
A tests/kernel/unsorted/super_initializer_test.dart View 1 chunk +48 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/super_mixin_test.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/super_test.dart View 1 chunk +40 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/superclass_test.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/switch_case_test.dart View 1 chunk +174 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/symbol_literal_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A tests/kernel/unsorted/this_capture_test.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A + tests/kernel/unsorted/this_test.dart View 1 chunk +8 lines, -9 lines 0 comments Download
A tests/kernel/unsorted/throw_try_catch_test.dart View 1 chunk +190 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/try_context_test.dart View 1 chunk +91 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/try_finally_test.dart View 1 chunk +158 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/type_args_regression_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A tests/kernel/unsorted/types_test.dart View 1 chunk +202 lines, -0 lines 0 comments Download
A tests/language/language_kernel.status View 1 chunk +715 lines, -0 lines 0 comments Download
A + tools/patch_sdk.dart View 6 chunks +127 lines, -27 lines 0 comments Download
A tools/patch_sdk.py View 1 chunk +17 lines, -0 lines 0 comments Download
M tools/testing/dart/co19_test_config.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 2 chunks +189 lines, -0 lines 0 comments Download
M tools/testing/dart/test_configurations.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tools/testing/dart/test_options.dart View 4 chunks +17 lines, -4 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 5 chunks +65 lines, -0 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 3 chunks +24 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Vyacheslav Egorov (Google)
4 years, 1 month ago (2016-10-27 07:50:21 UTC) #1
Vyacheslav Egorov (Google)
Committed patchset #2 (id:20001) manually as eb8c24e133962eab652347d00759ab03f035fe51 (presubmit successful).
4 years, 1 month ago (2016-10-27 08:09:26 UTC) #3
zra
4 years, 1 month ago (2016-10-27 11:16:29 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698