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

Issue 234673003: Reduce test.dart memory usage. (Closed)

Created:
6 years, 8 months ago by Bill Hesse
Modified:
6 years, 8 months ago
Reviewers:
ricow1, kustermann
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Reduce test.dart memory usage. BUG=dartbug.com/18084 R=ricow@google.com Committed: https://code.google.com/p/dart/source/detail?r=35313

Patch Set 1 #

Patch Set 2 : Improve #

Total comments: 2

Patch Set 3 : Remove test output deletion. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -29 lines) Patch
M tools/test.py View 1 1 chunk +1 line, -1 line 2 comments Download
M tools/testing/dart/compiler_configuration.dart View 1 chunk +1 line, -2 lines 0 comments Download
M tools/testing/dart/http_server.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 19 chunks +21 lines, -24 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Bill Hesse
6 years, 8 months ago (2014-04-11 14:55:44 UTC) #1
kustermann
https://codereview.chromium.org/234673003/diff/20001/tools/testing/dart/test_progress.dart File tools/testing/dart/test_progress.dart (right): https://codereview.chromium.org/234673003/diff/20001/tools/testing/dart/test_progress.dart#newcode535 tools/testing/dart/test_progress.dart:535: } I think you shouldn't do that. If two ...
6 years, 8 months ago (2014-04-11 15:17:37 UTC) #2
Bill Hesse
On 2014/04/11 15:17:37, kustermann wrote: > https://codereview.chromium.org/234673003/diff/20001/tools/testing/dart/test_progress.dart > File tools/testing/dart/test_progress.dart (right): > > https://codereview.chromium.org/234673003/diff/20001/tools/testing/dart/test_progress.dart#newcode535 > ...
6 years, 8 months ago (2014-04-11 15:35:11 UTC) #3
Bill Hesse
Removed the test output deletion. All that is left is changing TestUtils.dartDir to a getter, ...
6 years, 8 months ago (2014-04-23 14:52:40 UTC) #4
ricow1
LGTM except I don't think we should remove the checked mode https://codereview.chromium.org/234673003/diff/40001/tools/test.py File tools/test.py (right): ...
6 years, 8 months ago (2014-04-23 14:58:34 UTC) #5
Bill Hesse
Committed patchset #3 manually as r35313 (presubmit successful).
6 years, 8 months ago (2014-04-23 15:07:54 UTC) #6
Bill Hesse
6 years, 8 months ago (2014-04-23 15:08:06 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/234673003/diff/40001/tools/test.py
File tools/test.py (right):

https://codereview.chromium.org/234673003/diff/40001/tools/test.py#newcode22
tools/test.py:22: command = [utils.DartBinary(), dart_test_script] + args
On 2014/04/23 14:58:34, ricow1 wrote:
> I don't like this, this is catching issues for us before submitting, and I
don't
> see the test.dart being the bottleneck

Agreed.  Removed.

Powered by Google App Engine
This is Rietveld 408576698