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

Issue 8995009: Implement chromium component. (Closed)

Created:
9 years ago by Bill Hesse
Modified:
9 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement chromium component. BUG= TEST=tools/test.dart --component=chromium Committed: https://code.google.com/p/dart/source/detail?r=2695

Patch Set 1 #

Total comments: 11

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -31 lines) Patch
M tools/testing/dart/browser_test.dart View 2 chunks +3 lines, -5 lines 0 comments Download
M tools/testing/dart/test_options.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tools/testing/dart/test_progress.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 11 chunks +166 lines, -22 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
Not quite finished and polished, but it works, also in parallel with dartium and vm ...
9 years ago (2011-12-19 16:18:58 UTC) #1
Mads Ager (google)
LGTM with a couple of comments. http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.dart#newcode438 tools/testing/dart/test_suite.dart:438: testRelativeDir = testRelativePath.substring(0, ...
9 years ago (2011-12-20 09:03:01 UTC) #2
Bill Hesse
9 years ago (2011-12-21 15:33:43 UTC) #3
http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.dart
File tools/testing/dart/test_suite.dart (right):

http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.d...
tools/testing/dart/test_suite.dart:438: testRelativeDir = 
testRelativePath.substring(0, start - 1);
On 2011/12/20 09:03:01, Mads Ager wrote:
> Two spaces after the '='. Remove one of them.

Done.

http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.d...
tools/testing/dart/test_suite.dart:502: String dartcExecutable =
'$dartDir/$buildDir/compiler/bin/dartc';
On 2011/12/20 09:03:01, Mads Ager wrote:
> Use the TestUtils dartc compilation helper to get this so we only have one
place
> to change for the location of dartc.

Done.

http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.d...
tools/testing/dart/test_suite.dart:525: expectations,
optionsFromFile['isNegative']);
On 2011/12/20 09:03:01, Mads Ager wrote:
> Move isNegative to a separate line.

Done.

http://codereview.chromium.org/8995009/diff/1/tools/testing/dart/test_suite.d...
tools/testing/dart/test_suite.dart:531: {'dartium': 'application/dart',
On 2011/12/20 09:03:01, Mads Ager wrote:
> Creating a map every time and performing a lookup seems like a strange way to
do
> an if or a switch. I would rather go with the simpler direct approach.

Done.

Powered by Google App Engine
This is Rietveld 408576698