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

Issue 2988063002: Use dart2js_plaform.dill from the sdk. (Closed)

Created:
3 years, 4 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use dart2js_plaform.dill from the sdk. This will enable --use-kernel tests in the dart2js bots. After this change, running our tests will change a little bit, either of these would work: Option A: --use-sdk (host-checked not allowed) python tools/test.py -m release \ -c dart2js -r d8 --dart2js-batch --report \ --dart2js-with-kernel --use-sdk \ language corelib library_2 corelib_2 \ dart2js_native dart2js_extra Option B: pass --library-root, --host-check works here. python tools/test.py -m release \ -c dart2js -r d8 --dart2js-batch --report \ --dart2js-with-kernel --host-checked \ --dart2js_options="--library-root=out/ReleaseX64/dart-sdk/" \ language corelib library_2 corelib_2 \ dart2js_native dart2js_extra In the future, when fasta supports compiling sdk with @patch files, we will be able to remove the --library-root option and simply compile the SDK from sources at that point. BUG= R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/b1065335cdb41ddf12f2dd3d3723bfe20f8e5c14

Patch Set 1 #

Total comments: 2

Patch Set 2 : add comment about why --host-checked and --use-sdk is not supported #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -33 lines) Patch
M pkg/compiler/lib/src/kernel/kernel_strategy.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/library_loader.dart View 4 chunks +7 lines, -12 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/compiler/dart2js_native/dart2js_native.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/corelib/corelib.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/corelib_2/corelib_2.status View 3 chunks +27 lines, -3 lines 0 comments Download
M tests/language/language_dart2js.status View 4 chunks +5 lines, -4 lines 0 comments Download
M tests/language_2/language_2.status View 4 chunks +5 lines, -4 lines 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
Siggi Cherem (dart-lang)
3 years, 4 months ago (2017-07-28 00:56:01 UTC) #5
Johnni Winther
lgtm https://codereview.chromium.org/2988063002/diff/40001/tools/testing/dart/compiler_configuration.dart File tools/testing/dart/compiler_configuration.dart (right): https://codereview.chromium.org/2988063002/diff/40001/tools/testing/dart/compiler_configuration.dart#newcode287 tools/testing/dart/compiler_configuration.dart:287: throw "--host-checked and --use-sdk cannot be used together"; ...
3 years, 4 months ago (2017-07-28 15:54:19 UTC) #6
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2988063002/diff/40001/tools/testing/dart/compiler_configuration.dart File tools/testing/dart/compiler_configuration.dart (right): https://codereview.chromium.org/2988063002/diff/40001/tools/testing/dart/compiler_configuration.dart#newcode287 tools/testing/dart/compiler_configuration.dart:287: throw "--host-checked and --use-sdk cannot be used together"; On ...
3 years, 4 months ago (2017-07-28 16:45:05 UTC) #7
Siggi Cherem (dart-lang)
3 years, 4 months ago (2017-07-28 17:07:15 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:60001) manually as
b1065335cdb41ddf12f2dd3d3723bfe20f8e5c14 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698