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

Issue 1668573003: Add configuration support for choosing test paths. (Closed)

Created:
4 years, 10 months ago by nweiz
Modified:
4 years, 10 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/test@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add configuration support for choosing test paths. This adds two fields: "paths" allows users to specify the paths that are used if nothing is passed on the command line, and "filename" allows users to declare which individual files should be loaded. I'm closing out the package-level config file issue because this is the last non-plugin feature mentioned in it. There's still a lot more work to do, but that's tracked in separate issues. Closes #46 R=kevmoo@google.com Committed: https://github.com/dart-lang/test/commit/d31e2c5c3f884abb94c53c1db004926a2c708965

Patch Set 1 #

Total comments: 4

Patch Set 2 : cr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -16 lines) Patch
M doc/package_config.md View 1 chunk +34 lines, -1 line 0 comments Download
M lib/src/runner/configuration.dart View 1 5 chunks +17 lines, -2 lines 0 comments Download
M lib/src/runner/configuration/load.dart View 4 chunks +31 lines, -10 lines 0 comments Download
M lib/src/runner/configuration/values.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
M lib/src/runner/loader.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M test/runner/configuration/top_level_error_test.dart View 1 chunk +78 lines, -0 lines 0 comments Download
M test/runner/configuration/top_level_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
nweiz
4 years, 10 months ago (2016-02-04 01:21:18 UTC) #1
kevmoo
lgtm https://codereview.chromium.org/1668573003/diff/1/doc/package_config.md File doc/package_config.md (right): https://codereview.chromium.org/1668573003/diff/1/doc/package_config.md#newcode30 doc/package_config.md:30: Paths must be relative, and they must be ...
4 years, 10 months ago (2016-02-04 17:50:05 UTC) #2
nweiz
https://codereview.chromium.org/1668573003/diff/1/doc/package_config.md File doc/package_config.md (right): https://codereview.chromium.org/1668573003/diff/1/doc/package_config.md#newcode30 doc/package_config.md:30: Paths must be relative, and they must be in ...
4 years, 10 months ago (2016-02-04 20:06:47 UTC) #3
nweiz
4 years, 10 months ago (2016-02-04 20:09:24 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
d31e2c5c3f884abb94c53c1db004926a2c708965 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698