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

Issue 9110031: Enable webdriver component in test.dart (Closed)

Created:
8 years, 11 months ago by Bill Hesse
Modified:
8 years, 11 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Enable webdriver component in test.dart BUG=dart:1046 TEST=tools/test.dart -cwebdriver Committed: https://code.google.com/p/dart/source/detail?r=3082

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -18 lines) Patch
M tools/testing/dart/test_options.dart View 4 chunks +15 lines, -7 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 5 chunks +40 lines, -10 lines 3 comments Download

Messages

Total messages: 2 (0 generated)
Bill Hesse
http://codereview.chromium.org/9110031/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): http://codereview.chromium.org/9110031/diff/1/tools/testing/dart/test_suite.dart#newcode451 tools/testing/dart/test_suite.dart:451: for (var flag in configuration['flag'].split(',')) { Note: we could ...
8 years, 11 months ago (2012-01-06 13:39:09 UTC) #1
Emily Fortuna
8 years, 11 months ago (2012-01-08 18:47:06 UTC) #2
lgtm! Sorry for the delay.

http://codereview.chromium.org/9110031/diff/1/tools/testing/dart/test_suite.dart
File tools/testing/dart/test_suite.dart (right):

http://codereview.chromium.org/9110031/diff/1/tools/testing/dart/test_suite.d...
tools/testing/dart/test_suite.dart:451: for (var flag in
configuration['flag'].split(',')) {
You mean potentially list multiple browsers when calling test.dart? 
This seems good as it is. I wouldn't worry about that use case -- since I'm
doing performance testing, I run them individually.

On 2012/01/06 13:39:09, Bill Hesse wrote:
> Note: we could split configurations with commas in --flag value, so multiple
> runs with different browsers would work, but I don't think it is a good idea,
> especially if we want frog and frog-lib values in --flag as well.

Powered by Google App Engine
This is Rietveld 408576698