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

Issue 11280085: Add --checked or --minified to test directory name when generating output. (Closed)

Created:
8 years, 1 month ago by ricow1
Modified:
8 years ago
Reviewers:
ahe, ngeoffray, kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add --checked or --minified to test directory name when generating output. Currently the compiled output will simply be overwritten if you run non-checked mode followed by checked mode. Committed: https://code.google.com/p/dart/source/detail?r=15503

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M tools/testing/dart/test_suite.dart View 1 chunk +7 lines, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
8 years, 1 month ago (2012-11-20 09:14:21 UTC) #1
kustermann
LGTM
8 years, 1 month ago (2012-11-20 09:23:41 UTC) #2
ngeoffray
LGTM https://codereview.chromium.org/11280085/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/11280085/diff/1/tools/testing/dart/test_suite.dart#newcode1039 tools/testing/dart/test_suite.dart:1039: var minified = configuration['minified'] ? '-minified' : ''; ...
8 years, 1 month ago (2012-11-20 10:32:28 UTC) #3
ricow1
8 years ago (2012-11-26 13:27:23 UTC) #4
https://codereview.chromium.org/11280085/diff/1/tools/testing/dart/test_suite...
File tools/testing/dart/test_suite.dart (right):

https://codereview.chromium.org/11280085/diff/1/tools/testing/dart/test_suite...
tools/testing/dart/test_suite.dart:1039: var minified =
configuration['minified'] ? '-minified' : '';
On 2012/11/20 10:32:28, ngeoffray wrote:
> Is configuration the list of flags passed to the compiler? Should you use that
> list then, instead of explicitly using some of the flags?
No it is not, configuration is a ton of stuff

Powered by Google App Engine
This is Rietveld 408576698