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

Issue 9036009: Add client/tests/client web tests to the test.dart test script. (Closed)

Created:
9 years ago by Bill Hesse
Modified:
8 years, 11 months ago
Reviewers:
ahe, Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add client/tests/client web tests to the test.dart test script. BUG= TEST=tools/test.dart --component=dartium,chromium,frogium client Committed: https://code.google.com/p/dart/source/detail?r=2939

Patch Set 1 #

Total comments: 3

Patch Set 2 : Drop unneeded changes to status_file_parser.dart #

Patch Set 3 : Fix browser tests with relative paths to resources, such as client/samples/dartcombat. #

Patch Set 4 : small changes #

Total comments: 20

Patch Set 5 : Address comments, fix Windows case. #

Total comments: 1

Patch Set 6 : Final changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -30 lines) Patch
M client/tests/client/samples/dartcombat/dartcombat_tests.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
A client/tests/client/test_config.dart View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M client/tests/dartc/dartc.status View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M compiler/tests/dartc/dartc.status View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M tools/test.dart View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M tools/testing/dart/browser_test.dart View 1 2 2 chunks +1 line, -1 line 0 comments Download
M tools/testing/dart/test_options.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_progress.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 3 4 5 9 chunks +33 lines, -23 lines 0 comments Download
M tools/testing/test_configuration.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Bill Hesse
http://codereview.chromium.org/9036009/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): http://codereview.chromium.org/9036009/diff/1/tools/testing/dart/test_suite.dart#newcode375 tools/testing/dart/test_suite.dart:375: Eliminate stray whitespace. http://codereview.chromium.org/9036009/diff/1/tools/testing/dart/test_suite.dart#newcode496 tools/testing/dart/test_suite.dart:496: dartWrapperFilename = testPath; Rename ...
9 years ago (2011-12-23 15:05:25 UTC) #1
ahe
LGTM with some comments about Windows. http://codereview.chromium.org/9036009/diff/8001/client/tests/client/samples/dartcombat/dartcombat_tests.dart File client/tests/client/samples/dartcombat/dartcombat_tests.dart (right): http://codereview.chromium.org/9036009/diff/8001/client/tests/client/samples/dartcombat/dartcombat_tests.dart#newcode24 client/tests/client/samples/dartcombat/dartcombat_tests.dart:24: link.href = '../../../client/samples/dartcombat/dartcombat.css'; ...
8 years, 11 months ago (2012-01-02 10:42:23 UTC) #2
Bill Hesse
http://codereview.chromium.org/9036009/diff/8001/client/tests/client/samples/dartcombat/dartcombat_tests.dart File client/tests/client/samples/dartcombat/dartcombat_tests.dart (right): http://codereview.chromium.org/9036009/diff/8001/client/tests/client/samples/dartcombat/dartcombat_tests.dart#newcode24 client/tests/client/samples/dartcombat/dartcombat_tests.dart:24: link.href = '../../../client/samples/dartcombat/dartcombat.css'; On 2012/01/02 10:42:23, ahe wrote: > ...
8 years, 11 months ago (2012-01-02 12:50:42 UTC) #3
ahe
http://codereview.chromium.org/9036009/diff/8001/client/tests/dartc/dartc.status File client/tests/dartc/dartc.status (right): http://codereview.chromium.org/9036009/diff/8001/client/tests/dartc/dartc.status#newcode7 client/tests/dartc/dartc.status:7: tests/dartc/test_config.dart: Skip # Not a test case. On 2012/01/02 ...
8 years, 11 months ago (2012-01-02 13:00:59 UTC) #4
Bill Hesse
I looks to me like the best way to handle Windows paths is to use ...
8 years, 11 months ago (2012-01-02 15:45:21 UTC) #5
ahe
On 2012/01/02 15:45:21, Bill Hesse wrote: > I looks to me like the best way ...
8 years, 11 months ago (2012-01-02 15:51:23 UTC) #6
Bill Hesse
OK, this should be ready now. I am testing it on Windows. Can you take ...
8 years, 11 months ago (2012-01-03 15:01:35 UTC) #7
Bill Hesse
http://codereview.chromium.org/9036009/diff/18001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): http://codereview.chromium.org/9036009/diff/18001/tools/testing/dart/test_suite.dart#newcode357 tools/testing/dart/test_suite.dart:357: dartTestFilename = dartTestFilename.replaceAll('\\', '/'); Let's remove these again, since ...
8 years, 11 months ago (2012-01-03 18:29:06 UTC) #8
Mads Ager (google)
8 years, 11 months ago (2012-01-04 10:19:02 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698