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

Issue 7980032: Fix false positive that occurred because _test.cc files were not (Closed)

Created:
9 years, 3 months ago by Jói
Modified:
9 years, 3 months ago
Reviewers:
Paweł Hajdan Jr.
CC:
chromium-reviews
Visibility:
Public.

Description

Fix false positive that occurred because _test.cc files were not matched by the whitelist regexp. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102159

Patch Set 1 #

Total comments: 2

Patch Set 2 : Respond to review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M PRESUBMIT.py View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jói
Hi Pawel, Thanks for reporting this false positive: ===== ** Presubmit Warnings ** You might ...
9 years, 3 months ago (2011-09-21 09:56:52 UTC) #1
Paweł Hajdan Jr.
LGTM with a comment, thank you. http://codereview.chromium.org/7980032/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/7980032/diff/1/PRESUBMIT.py#newcode53 PRESUBMIT.py:53: r'_(unit|browser|ui|perf)?test)%s' % source_extensions) ...
9 years, 3 months ago (2011-09-21 17:19:42 UTC) #2
Jói
9 years, 3 months ago (2011-09-21 20:30:20 UTC) #3
Thanks, committing.

http://codereview.chromium.org/7980032/diff/1/PRESUBMIT.py
File PRESUBMIT.py (right):

http://codereview.chromium.org/7980032/diff/1/PRESUBMIT.py#newcode53
PRESUBMIT.py:53: r'_(unit|browser|ui|perf)?test)%s' % source_extensions)
On 2011/09/21 17:19:42, Paweł Hajdan Jr. wrote:
> nit: While you're here, it's probably worth to add apitest to the regexp, i.e.
> chrome/browser/extensions/extension_i18n_apitest.cc
> 
> Also, maybe sort the strings inside parentheses ().

Done.

Powered by Google App Engine
This is Rietveld 408576698