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

Issue 10201005: Reenable test.dart to be invoked from dartium checkout (Closed)

Created:
8 years, 8 months ago by vsm
Modified:
8 years, 8 months ago
Reviewers:
ahe, sra, Bill Hesse
CC:
reviews_dartlang.org, antonm
Visibility:
Public.

Description

Reenable test.dart to be invoked from dartium checkout This will be used to remove the Dartium usage of minfrog. From a dartium enlistment, the following will work. To test with frog: ./dart/tools/test.py --compiler=frog --frog=/usr/local/google/vsm/git/src/dart/frog/frogc.dart --shell=./out/Release/dart --runtime=drt --drt=./out/Release/DumpRenderTree --mode=release client/html To test with dart2js: ./dart/tools/test.py --compiler=dart2js --frog=/usr/local/google/vsm/git/src/dart/frog/frogc.dart --shell=./out/Release/dart --runtime=drt --drt=./out/Release/DumpRenderTree --mode=release client/html Committed: https://code.google.com/p/dart/source/detail?r=6897

Patch Set 1 #

Total comments: 5

Patch Set 2 : Change shell to dart #

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

Messages

Total messages: 8 (0 generated)
vsm
8 years, 8 months ago (2012-04-23 23:25:43 UTC) #1
ahe
LGTM! https://chromiumcodereview.appspot.com/10201005/diff/1/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://chromiumcodereview.appspot.com/10201005/diff/1/tools/testing/dart/test_options.dart#newcode229 tools/testing/dart/test_options.dart:229: ['--shell'], It feels weird calling this argument "shell". ...
8 years, 8 months ago (2012-04-24 08:52:57 UTC) #2
ahe
Perhaps Bill has something to add.
8 years, 8 months ago (2012-04-24 08:53:26 UTC) #3
Bill Hesse
Consider just fixing the build path computation instead - then the shell path is computed ...
8 years, 8 months ago (2012-04-24 09:28:25 UTC) #4
vsm
https://chromiumcodereview.appspot.com/10201005/diff/1/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://chromiumcodereview.appspot.com/10201005/diff/1/tools/testing/dart/test_options.dart#newcode229 tools/testing/dart/test_options.dart:229: ['--shell'], On 2012/04/24 08:52:57, ahe wrote: > It feels ...
8 years, 8 months ago (2012-04-24 16:05:57 UTC) #5
Bill Hesse
OK, well if there is no solution that does more for you automatically, the letting ...
8 years, 8 months ago (2012-04-24 16:10:13 UTC) #6
Bill Hesse
On 2012/04/24 16:10:13, Bill Hesse wrote: > OK, well if there is no solution that ...
8 years, 8 months ago (2012-04-24 16:10:38 UTC) #7
vsm
8 years, 8 months ago (2012-04-24 16:33:06 UTC) #8
Thanks for the reviews.  Landed with the --dart flag.

Powered by Google App Engine
This is Rietveld 408576698