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

Issue 9112011: Add standard options to test.dart browser tests compilation command. (Closed)

Created:
8 years, 11 months ago by Bill Hesse
Modified:
8 years, 11 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add standard options to test.dart browser tests compilation command. BUG= TEST=tools/test.dart -cfrogium --checked client/html Committed: https://code.google.com/p/dart/source/detail?r=2999

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M tools/testing/dart/test_suite.dart View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
8 years, 11 months ago (2012-01-05 15:05:00 UTC) #1
Mads Ager (google)
LGTM I think we need more options on the run command as well in the ...
8 years, 11 months ago (2012-01-05 15:16:43 UTC) #2
Bill Hesse
8 years, 11 months ago (2012-01-05 15:24:23 UTC) #3
On 2012/01/05 15:16:43, Mads Ager wrote:
> LGTM
> 
> I think we need more options on the run command as well in the checked mode
> case.

The --dart-flags="..." option is present on all test.py compiler tests, but only
on test.dart dartium tests, because the flag is meaningless except on dartium
tests, so I put a (component == 'dartium') guard on the code that adds it.

Powered by Google App Engine
This is Rietveld 408576698