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

Issue 281013002: Recursively find all tests in a repo. (Closed)

Created:
6 years, 7 months ago by agable
Modified:
6 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Recursively find all tests in a git repo. This method is necessary to allow good code organization (i.e., unittests live adjacent to the source files they test) in the new infra.git repository. R=maruel@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=270564

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add a list-files method #

Total comments: 6

Patch Set 3 : instantiate exception #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -3 lines) Patch
M presubmit_canned_checks.py View 1 2 chunks +31 lines, -1 line 0 comments Download
M presubmit_support.py View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M tests/presubmit_unittest.py View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
agable
6 years, 7 months ago (2014-05-14 00:00:13 UTC) #1
M-A Ruel
https://codereview.chromium.org/281013002/diff/1/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/281013002/diff/1/presubmit_canned_checks.py#newcode572 presubmit_canned_checks.py:572: def curry_check(whitelist, blacklist): This is not necessary, the values ...
6 years, 7 months ago (2014-05-14 00:20:57 UTC) #2
agable
https://codereview.chromium.org/281013002/diff/1/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/281013002/diff/1/presubmit_canned_checks.py#newcode572 presubmit_canned_checks.py:572: def curry_check(whitelist, blacklist): On 2014/05/14 00:20:57, M-A Ruel wrote: ...
6 years, 7 months ago (2014-05-14 22:43:19 UTC) #3
M-A Ruel
lgtm https://codereview.chromium.org/281013002/diff/20001/presubmit_support.py File presubmit_support.py (right): https://codereview.chromium.org/281013002/diff/20001/presubmit_support.py#newcode874 presubmit_support.py:874: raise NotImplementedError raise NotImplementedError() otherwise you raise the ...
6 years, 7 months ago (2014-05-15 01:45:41 UTC) #4
agable
https://codereview.chromium.org/281013002/diff/20001/presubmit_support.py File presubmit_support.py (right): https://codereview.chromium.org/281013002/diff/20001/presubmit_support.py#newcode973 presubmit_support.py:973: """List all files under source control in the repo.""" ...
6 years, 7 months ago (2014-05-15 01:56:31 UTC) #5
agable
The CQ bit was checked by agable@chromium.org
6 years, 7 months ago (2014-05-15 01:57:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agable@chromium.org/281013002/40001
6 years, 7 months ago (2014-05-15 01:57:38 UTC) #7
agable
https://codereview.chromium.org/281013002/diff/20001/presubmit_support.py File presubmit_support.py (right): https://codereview.chromium.org/281013002/diff/20001/presubmit_support.py#newcode874 presubmit_support.py:874: raise NotImplementedError On 2014/05/15 01:45:41, M-A Ruel wrote: > ...
6 years, 7 months ago (2014-05-15 01:57:41 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-05-15 01:59:17 UTC) #9
Message was sent while issue was closed.
Change committed as 270564

Powered by Google App Engine
This is Rietveld 408576698