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

Issue 12087130: Added '--package-root' to http_server.dart. (Closed)

Created:
7 years, 10 months ago by kustermann
Modified:
7 years, 10 months ago
Reviewers:
ricow1, ahe, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added '--package-root' to http_server.dart. Committed: https://code.google.com/p/dart/source/detail?r=17968

Patch Set 1 #

Patch Set 2 : #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M tools/testing/dart/http_server.dart View 1 3 chunks +2 lines, -5 lines 2 comments Download
M tools/testing/dart/test_progress.dart View 1 chunk +2 lines, -1 line 1 comment Download
M tools/testing/dart/test_runner.dart View 1 1 chunk +3 lines, -1 line 3 comments Download

Messages

Total messages: 7 (0 generated)
kustermann
7 years, 10 months ago (2013-02-01 10:16:46 UTC) #1
ricow1
LGTM https://codereview.chromium.org/12087130/diff/4001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/12087130/diff/4001/tools/testing/dart/test_runner.dart#newcode1601 tools/testing/dart/test_runner.dart:1601: print('$i. ${TestUtils.dartTestExecutable.toNativePath()} ' The fact that we do ...
7 years, 10 months ago (2013-02-01 10:19:11 UTC) #2
kustermann
https://codereview.chromium.org/12087130/diff/4001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/12087130/diff/4001/tools/testing/dart/test_runner.dart#newcode1601 tools/testing/dart/test_runner.dart:1601: print('$i. ${TestUtils.dartTestExecutable.toNativePath()} ' On 2013/02/01 10:19:12, ricow1 wrote: > ...
7 years, 10 months ago (2013-02-01 10:22:17 UTC) #3
ahe
LGTM. I think we should add a method to TestingServerRunner which prints the information about ...
7 years, 10 months ago (2013-02-01 10:28:59 UTC) #4
kustermann
Agreed, because it is currently broken anyway for "--mode=debug,release", I guess! If we make instances ...
7 years, 10 months ago (2013-02-01 10:45:03 UTC) #5
Emily Fortuna
lgtm once you take out -m and -a options since they're no longer necessary.
7 years, 10 months ago (2013-02-01 17:41:24 UTC) #6
Emily Fortuna
7 years, 10 months ago (2013-02-01 17:43:11 UTC) #7
Message was sent while issue was closed.
On 2013/02/01 10:45:03, kustermann wrote:
> Agreed, because it is currently broken anyway for "--mode=debug,release", I
> guess! 

You can only test one configuration at a time, so for repro-ing tests locally,
you'd have to select the particular mode (debug or release) that you're
interested in. 




> 
> On 2013/02/01 10:28:59, ahe wrote:
> > LGTM.
> > 
> > I think we should add a method to TestingServerRunner which prints the
> > information about how to start it. I'd prefer to turn all the static methods
> > into instance methods and have a TestingServerRunner instance per
> configuration.

Powered by Google App Engine
This is Rietveld 408576698