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

Issue 11360028: Only start http server for browser tests. (Closed)

Created:
8 years, 1 month ago by Mads Ager (google)
Modified:
8 years, 1 month ago
Reviewers:
ricow1, ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Only start http server for browser tests. This reduces the annoyance of the fixed port number used and allows non-browser test configurations to be run in parallel (or one browser configuration in parallel with a bunch of non-browser configurations). R=ahe@google.com,ricow@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=14403

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -10 lines) Patch
M tools/ddbg.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/test.dart View 2 chunks +8 lines, -4 lines 0 comments Download
M tools/test-runtime.dart View 1 1 chunk +7 lines, -1 line 0 comments Download
M tools/testing/dart/browser_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/testing/dart/http_server.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Mads Ager (google)
8 years, 1 month ago (2012-11-01 07:50:20 UTC) #1
ricow1
https://codereview.chromium.org/11360028/diff/1/tools/test-runtime.dart File tools/test-runtime.dart (right): https://codereview.chromium.org/11360028/diff/1/tools/test-runtime.dart#newcode101 tools/test-runtime.dart:101: print(runningBrowserTests); debug print? https://codereview.chromium.org/11360028/diff/1/tools/test.dart File tools/test.dart (right): https://codereview.chromium.org/11360028/diff/1/tools/test.dart#newcode144 tools/test.dart:144: ...
8 years, 1 month ago (2012-11-01 09:48:55 UTC) #2
Mads Ager (google)
https://codereview.chromium.org/11360028/diff/1/tools/test-runtime.dart File tools/test-runtime.dart (right): https://codereview.chromium.org/11360028/diff/1/tools/test-runtime.dart#newcode101 tools/test-runtime.dart:101: print(runningBrowserTests); On 2012/11/01 09:48:55, ricow1 wrote: > debug print? ...
8 years, 1 month ago (2012-11-01 10:12:57 UTC) #3
ricow1
LGTM
8 years, 1 month ago (2012-11-01 12:56:20 UTC) #4
ahe
8 years, 1 month ago (2012-11-01 13:06:40 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698