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

Issue 8586024: ForTest presubmit check non-failing for CQ by making it just a message (Closed)

Created:
9 years, 1 month ago by Jói
Modified:
9 years, 1 month ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, akalin
Visibility:
Public.

Description

ForTest presubmit check non-failing for CQ by making it just a message instead of a warning on commit, since there continue to be occasional fale positives and to fix the last ones the presubmit script would need to invoke a full C++ parser. Update the warning text. BUG=none TEST=dev tested locally on a specially set-up branch with various files that tickle the presubmit test. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110690

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use input_api.is_committing. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -6 lines) Patch
M PRESUBMIT.py View 1 4 chunks +17 lines, -6 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Jói
9 years, 1 month ago (2011-11-17 13:20:13 UTC) #1
M-A Ruel
http://codereview.chromium.org/8586024/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/8586024/diff/1/PRESUBMIT.py#newcode102 PRESUBMIT.py:102: if not committing: Use input_api.is_committing instead. It will simplify ...
9 years, 1 month ago (2011-11-17 20:16:57 UTC) #2
Jói
PTAL On Thu, Nov 17, 2011 at 8:16 PM, <maruel@chromium.org> wrote: > > http://codereview.chromium.org/8586024/diff/1/PRESUBMIT.py > ...
9 years, 1 month ago (2011-11-18 10:31:21 UTC) #3
M-A Ruel
lgtm http://codereview.chromium.org/8586024/diff/4001/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/8586024/diff/4001/PRESUBMIT.py#newcode50 PRESUBMIT.py:50: def _CheckNoProductionCodeUsingTestOnlyFunctions(input_api, Not necessary. :)
9 years, 1 month ago (2011-11-18 11:26:49 UTC) #4
Jói
9 years, 1 month ago (2011-11-18 12:44:55 UTC) #5
Fixed, committing now.

On Fri, Nov 18, 2011 at 11:26 AM,  <maruel@chromium.org> wrote:
> lgtm
>
>
> http://codereview.chromium.org/8586024/diff/4001/PRESUBMIT.py
> File PRESUBMIT.py (right):
>
> http://codereview.chromium.org/8586024/diff/4001/PRESUBMIT.py#newcode50
> PRESUBMIT.py:50: def
> _CheckNoProductionCodeUsingTestOnlyFunctions(input_api,
> Not necessary. :)
>
> http://codereview.chromium.org/8586024/
>

Powered by Google App Engine
This is Rietveld 408576698