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

Issue 11293019: Run large html tests individually. (Closed)

Created:
8 years, 1 month ago by Emily Fortuna
Modified:
8 years, 1 month ago
Reviewers:
Bill Hesse, gram, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Run large html tests individually. Committed: https://code.google.com/p/dart/source/detail?r=14663

Patch Set 1 : #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+458 lines, -276 lines) Patch
A pkg/unittest/html_individual_config.dart View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M tests/html/element_test.dart View 1 2 3 4 9 chunks +193 lines, -189 lines 0 comments Download
M tests/html/html.status View 1 2 3 4 7 chunks +17 lines, -8 lines 0 comments Download
M tests/html/node_test.dart View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/svgelement_test.dart View 1 2 3 4 9 chunks +29 lines, -24 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 3 4 5 chunks +44 lines, -8 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 3 4 7 chunks +111 lines, -37 lines 0 comments Download
M tools/testing/run_selenium.py View 1 2 3 4 6 chunks +17 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Emily Fortuna
There are still a number of adjustments I can do to make this a lot ...
8 years, 1 month ago (2012-10-31 22:12:03 UTC) #1
blois
On 2012/10/31 22:12:03, Emily Fortuna wrote: > There are still a number of adjustments I ...
8 years, 1 month ago (2012-10-31 22:18:29 UTC) #2
Emily Fortuna
On 2012/10/31 22:18:29, blois wrote: > On 2012/10/31 22:12:03, Emily Fortuna wrote: > > There ...
8 years, 1 month ago (2012-11-01 00:33:34 UTC) #3
Emily Fortuna
Hi Bill, Graham (and Pete), The motivation behind this CL was that we have some ...
8 years, 1 month ago (2012-11-01 05:19:10 UTC) #4
Bill Hesse
https://codereview.chromium.org/11293019/diff/4/tools/testing/dart/status_file_parser.dart File tools/testing/dart/status_file_parser.dart (left): https://codereview.chromium.org/11293019/diff/4/tools/testing/dart/status_file_parser.dart#oldcode28 tools/testing/dart/status_file_parser.dart:28: const RegExp RulePattern = const RegExp(r"\s*([^: ]*)\s*:(.*)"); This might ...
8 years, 1 month ago (2012-11-01 20:26:00 UTC) #5
Emily Fortuna
PTAL -- Bill, good catch on the recompilation. I fixed that. I also put the ...
8 years, 1 month ago (2012-11-02 20:54:54 UTC) #6
Bill Hesse
LGTM. https://codereview.chromium.org/11293019/diff/8013/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/11293019/diff/8013/tools/testing/dart/test_suite.dart#newcode761 tools/testing/dart/test_suite.dart:761: if (subtestIndex != 0) { Nit: It would ...
8 years, 1 month ago (2012-11-05 11:51:49 UTC) #7
gram
The config looks fine. https://codereview.chromium.org/11293019/diff/8013/pkg/unittest/html_individual_config.dart File pkg/unittest/html_individual_config.dart (right): https://codereview.chromium.org/11293019/diff/8013/pkg/unittest/html_individual_config.dart#newcode16 pkg/unittest/html_individual_config.dart:16: #import('unittest.dart', prefix: 'unittest_file'); Not for ...
8 years, 1 month ago (2012-11-05 17:03:46 UTC) #8
Emily Fortuna
8 years, 1 month ago (2012-11-05 18:27:49 UTC) #9
https://codereview.chromium.org/11293019/diff/8013/pkg/unittest/html_individu...
File pkg/unittest/html_individual_config.dart (right):

https://codereview.chromium.org/11293019/diff/8013/pkg/unittest/html_individu...
pkg/unittest/html_individual_config.dart:16: #import('unittest.dart', prefix:
'unittest_file');
On 2012/11/05 17:03:46, gram wrote:
> Not for this CL, but this suggest we should probably be doing a re-export of
> unittest in htmlconfig, so you only need to import the config file.

sgtm.

https://codereview.chromium.org/11293019/diff/8013/tools/testing/dart/test_su...
File tools/testing/dart/test_suite.dart (right):

https://codereview.chromium.org/11293019/diff/8013/tools/testing/dart/test_su...
tools/testing/dart/test_suite.dart:761: if (subtestIndex != 0) {
On 2012/11/05 11:51:49, Bill Hesse wrote:
> Nit: It would be better if the sense of this test was reversed, and the
> initialization was to [].

Fixed!

Powered by Google App Engine
This is Rietveld 408576698