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

Issue 10897016: Testrunner for 3rd parties. (Closed)

Created:
8 years, 3 months ago by gram
Modified:
8 years, 3 months ago
Reviewers:
Siggi Cherem (dart-lang), financecoding
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Testrunner for 3rd parties. Committed: https://code.google.com/p/dart/source/detail?r=11648

Patch Set 1 #

Patch Set 2 : #

Total comments: 42

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Total comments: 19

Patch Set 8 : #

Total comments: 31

Patch Set 9 : #

Total comments: 3

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1669 lines, -24 lines) Patch
M pkg/unittest/config.dart View 1 1 chunk +1 line, -5 lines 0 comments Download
M pkg/unittest/test_case.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/unittest/unittest.dart View 1 2 3 4 5 6 7 8 8 chunks +31 lines, -19 lines 0 comments Download
A utils/testrunner/configuration.dart View 1 2 3 4 5 6 7 8 9 1 chunk +94 lines, -0 lines 0 comments Download
A utils/testrunner/dart2js_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +26 lines, -0 lines 0 comments Download
A utils/testrunner/dart_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +17 lines, -0 lines 0 comments Download
A utils/testrunner/dart_wrap_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +443 lines, -0 lines 0 comments Download
A utils/testrunner/delete_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -0 lines 0 comments Download
A utils/testrunner/drt_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
A utils/testrunner/html_wrap_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +143 lines, -0 lines 0 comments Download
A utils/testrunner/macros.dart View 1 2 3 4 5 6 7 1 chunk +36 lines, -0 lines 0 comments Download
A utils/testrunner/options.dart View 1 2 3 4 5 6 7 8 9 1 chunk +244 lines, -0 lines 0 comments Download
A utils/testrunner/pipeline_runner.dart View 1 2 3 4 5 6 7 1 chunk +80 lines, -0 lines 0 comments Download
A utils/testrunner/pipeline_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +51 lines, -0 lines 0 comments Download
A utils/testrunner/run_process_task.dart View 1 2 3 4 5 6 7 8 9 1 chunk +75 lines, -0 lines 0 comments Download
A utils/testrunner/testrunner.dart View 1 2 3 4 5 6 7 8 9 1 chunk +290 lines, -0 lines 0 comments Download
A utils/testrunner/utils.dart View 1 2 3 4 5 6 7 1 chunk +102 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
gram
From the main comment: * testrunner is a program to run Dart unit tests. Unlike ...
8 years, 3 months ago (2012-08-28 23:22:18 UTC) #1
gram
Sorry, made a few changes - I'll stop tweaking it now. The changes were to ...
8 years, 3 months ago (2012-08-29 00:37:29 UTC) #2
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10897016/diff/3001/pkg/unittest/test/mock_test.dart File pkg/unittest/test/mock_test.dart (right): https://chromiumcodereview.appspot.com/10897016/diff/3001/pkg/unittest/test/mock_test.dart#newcode6 pkg/unittest/test/mock_test.dart:6: #import('../unittest.dart'); I rather have you keep it like you ...
8 years, 3 months ago (2012-08-29 01:05:54 UTC) #3
gram
PTAL https://chromiumcodereview.appspot.com/10897016/diff/3001/pkg/unittest/test/mock_test.dart File pkg/unittest/test/mock_test.dart (right): https://chromiumcodereview.appspot.com/10897016/diff/3001/pkg/unittest/test/mock_test.dart#newcode6 pkg/unittest/test/mock_test.dart:6: #import('../unittest.dart'); On 2012/08/29 01:05:54, sigmund wrote: > I ...
8 years, 3 months ago (2012-08-29 20:12:26 UTC) #4
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/10897016/diff/3001/utils/testrunner/dart_wrap_task.dart File utils/testrunner/dart_wrap_task.dart (right): https://chromiumcodereview.appspot.com/10897016/diff/3001/utils/testrunner/dart_wrap_task.dart#newcode125 utils/testrunner/dart_wrap_task.dart:125: String resultName(result) { On 2012/08/29 20:12:26, gram wrote: > ...
8 years, 3 months ago (2012-08-29 20:47:35 UTC) #5
Siggi Cherem (dart-lang)
here is the link to where to download drt from: http://gsdview.appspot.com/dartium-archive/continuous/
8 years, 3 months ago (2012-08-29 20:51:13 UTC) #6
gram
PTAL. This includes moving the cleanup code to the tasks, and fixing the use of ...
8 years, 3 months ago (2012-08-30 00:16:55 UTC) #7
Adam
https://chromiumcodereview.appspot.com/10897016/diff/2034/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart (right): https://chromiumcodereview.appspot.com/10897016/diff/2034/pkg/unittest/unittest.dart#newcode159 pkg/unittest/unittest.dart:159: Configuration get config() => _config; Use new get syntax ...
8 years, 3 months ago (2012-08-30 06:53:07 UTC) #8
gram
Made task members private and final, and added download link for DRT. https://chromiumcodereview.appspot.com/10897016/diff/2034/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart ...
8 years, 3 months ago (2012-08-30 16:28:50 UTC) #9
Siggi Cherem (dart-lang)
I'm very excited about this Graham, I can't wait to use it :) LGTM with ...
8 years, 3 months ago (2012-08-30 16:46:40 UTC) #10
gram
PTAL at the very last issue. If I am wrong let me know and I'll ...
8 years, 3 months ago (2012-08-30 17:34:04 UTC) #11
Siggi Cherem (dart-lang)
8 years, 3 months ago (2012-08-30 17:55:37 UTC) #12
lgtm!

https://chromiumcodereview.appspot.com/10897016/diff/19001/utils/testrunner/d...
File utils/testrunner/delete_task.dart (right):

https://chromiumcodereview.appspot.com/10897016/diff/19001/utils/testrunner/d...
utils/testrunner/delete_task.dart:9: DeleteTask(filenameTemplate) :
_filenameTemplate = filenameTemplate;
On 2012/08/30 17:34:05, gram wrote:
> On 2012/08/30 16:46:40, sigmund wrote:
> > my understanding is that it is valid to say:
> > DeleteTask(this._filenameTemplate)
> 
> It was decided some time back that private members should not be used in
> constructors as they should not be exposed in Dart docs, and so the pattern I
> use is the recommended way. At least this is true for named parameters; I'm
not
> 100% sure about normal parameters but it seems the issue would still apply.
> 

good question - after talking with Bob, it seems that we do allow them and
currently prefer it.

Powered by Google App Engine
This is Rietveld 408576698