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

Issue 26229005: Fixed (currently harmless) bug in test_runner and implemented separate dart2js compilation cache (Closed)

Created:
7 years, 2 months ago by kustermann
Modified:
7 years, 2 months ago
Reviewers:
ricow1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixed (currently harmless) bug in test_runner and implemented separate dart2js compilation cache R=ricow@google.com Committed: https://code.google.com/p/dart/source/detail?r=28634

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -27 lines) Patch
M tools/testing/dart/test_runner.dart View 3 chunks +16 lines, -11 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 5 chunks +32 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kustermann
7 years, 2 months ago (2013-10-15 10:37:54 UTC) #1
ricow1
LGTM (very good :-) ) https://codereview.chromium.org/26229005/diff/3001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/26229005/diff/3001/tools/testing/dart/test_suite.dart#newcode1226 tools/testing/dart/test_suite.dart:1226: var csp = configuration['csp'] ...
7 years, 2 months ago (2013-10-15 11:03:24 UTC) #2
kustermann
https://codereview.chromium.org/26229005/diff/3001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/26229005/diff/3001/tools/testing/dart/test_suite.dart#newcode1226 tools/testing/dart/test_suite.dart:1226: var csp = configuration['csp'] ? '-csp' : ''; On ...
7 years, 2 months ago (2013-10-15 11:50:23 UTC) #3
kustermann
7 years, 2 months ago (2013-10-15 11:50:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r28634 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698