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

Issue 1902073003: VM: Remove redundant build target dart_product. (Closed)

Created:
4 years, 8 months ago by Florian Schneider
Modified:
4 years, 7 months ago
Reviewers:
Cutch, siva
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: Remove redundant build target dart_product. It has been replaced by out/Product<arch>/dart Building and testing product mode works via the -mproduct flag with build.py/test.py. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/e905d64058cfc07c8f5f8e2c048f8e040774d41e

Patch Set 1 #

Total comments: 2

Patch Set 2 : restored test configuration #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -66 lines) Patch
M dart.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/bin.gypi View 1 chunk +0 lines, -35 lines 0 comments Download
M runtime/bin/main.cc View 6 chunks +7 lines, -13 lines 2 comments Download
M runtime/observatory/tests/service/service.status View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/runtime_configuration.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Florian Schneider
4 years, 8 months ago (2016-04-19 18:37:17 UTC) #2
Cutch
https://codereview.chromium.org/1902073003/diff/1/tools/testing/dart/runtime_configuration.dart File tools/testing/dart/runtime_configuration.dart (left): https://codereview.chromium.org/1902073003/diff/1/tools/testing/dart/runtime_configuration.dart#oldcode235 tools/testing/dart/runtime_configuration.dart:235: augmentedArgs.add("--run-full-snapshot=${artifact.filename}"); In product mode the test harness builds a ...
4 years, 8 months ago (2016-04-19 19:19:28 UTC) #3
Florian Schneider
Ptal https://codereview.chromium.org/1902073003/diff/1/tools/testing/dart/runtime_configuration.dart File tools/testing/dart/runtime_configuration.dart (left): https://codereview.chromium.org/1902073003/diff/1/tools/testing/dart/runtime_configuration.dart#oldcode235 tools/testing/dart/runtime_configuration.dart:235: augmentedArgs.add("--run-full-snapshot=${artifact.filename}"); On 2016/04/19 19:19:28, Cutch wrote: > In ...
4 years, 8 months ago (2016-04-19 20:12:42 UTC) #4
Cutch
lgtm
4 years, 8 months ago (2016-04-19 21:05:47 UTC) #5
Florian Schneider
Committed patchset #2 (id:20001) manually as e905d64058cfc07c8f5f8e2c048f8e040774d41e (presubmit successful).
4 years, 8 months ago (2016-04-20 10:29:11 UTC) #7
siva
https://codereview.chromium.org/1902073003/diff/20001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/1902073003/diff/20001/runtime/bin/main.cc#newcode803 runtime/bin/main.cc:803: } We don't want the service isolate to be ...
4 years, 7 months ago (2016-04-26 01:40:04 UTC) #8
Florian Schneider
4 years, 7 months ago (2016-04-28 11:51:51 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1902073003/diff/20001/runtime/bin/main.cc
File runtime/bin/main.cc (right):

https://codereview.chromium.org/1902073003/diff/20001/runtime/bin/main.cc#new...
runtime/bin/main.cc:803: }
On 2016/04/26 01:40:04, siva wrote:
> We don't want the service isolate to be started in product mode, how do you
> assert that the isolate being started is not a service isolate?

Right now we don't have a product mode with assertions enabled, so we can't.
Maybe we would need something like PRODUCT_ASSERT?

Powered by Google App Engine
This is Rietveld 408576698