Bug 80582 - Make check-webkit-style complain about "No new tests (OOPS)" lines in changelogs
Summary: Make check-webkit-style complain about "No new tests (OOPS)" lines in changelogs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nat Duca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 02:32 PST by Nat Duca
Modified: 2012-03-09 03:14 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.97 KB, patch)
2012-03-08 02:33 PST, Nat Duca
no flags Details | Formatted Diff | Diff
Patch for landing (2.95 KB, patch)
2012-03-08 10:47 PST, Nat Duca
no flags Details | Formatted Diff | Diff
Patch (3.00 KB, patch)
2012-03-08 11:30 PST, Nat Duca
no flags Details | Formatted Diff | Diff
Patch for landing (2.99 KB, patch)
2012-03-09 01:58 PST, Nat Duca
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nat Duca 2012-03-08 02:32:43 PST
Make check-webkit-style complain about "No new tests (OOPS)" lines in changelogs
Comment 1 Nat Duca 2012-03-08 02:33:09 PST
Created attachment 130798 [details]
Patch
Comment 2 David Levin 2012-03-08 09:37:34 PST
Comment on attachment 130798 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=130798&action=review

> Tools/Scripts/webkitpy/style/checkers/changelog.py:78
> +                                        "Need whitespace between colon and description")

I don't think this is what you want the error to say.
Comment 3 Nat Duca 2012-03-08 10:47:49 PST
Created attachment 130849 [details]
Patch for landing
Comment 4 David Levin 2012-03-08 11:00:55 PST
You can re-add cq+ but I wanted to say this which I should have said before.

Many times when I've seen people have this they are new and need guidance.

The typical guidance is "You should remove the 'No new tests' and either add tests and list them here or explain why no new tests were possible which may be due to the fact that n'N change in behavior happened so no new tests'."

Apologies for not saying this before. You may leave it as is or add something more directed like I did above.
Comment 5 Nat Duca 2012-03-08 11:24:24 PST
Great idea! I'll adjust the text accordingly.

(In reply to comment #4)
> You can re-add cq+ but I wanted to say this which I should have said before.
> 
> Many times when I've seen people have this they are new and need guidance.
> 
> The typical guidance is "You should remove the 'No new tests' and either add tests and list them here or explain why no new tests were possible which may be due to the fact that n'N change in behavior happened so no new tests'."
> 
> Apologies for not saying this before. You may leave it as is or add something more directed like I did above.
Comment 6 Nat Duca 2012-03-08 11:30:23 PST
Created attachment 130866 [details]
Patch
Comment 7 Nat Duca 2012-03-08 11:31:06 PST
Comment on attachment 130866 [details]
Patch

Hows this?
Comment 8 WebKit Review Bot 2012-03-08 18:34:51 PST
Comment on attachment 130866 [details]
Patch

Rejecting attachment 130866 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
Kit/chromium/third_party/yasm/source/patched-yasm --revision 124103 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
48>At revision 124103.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/11898241
Comment 9 Nat Duca 2012-03-09 01:58:01 PST
Created attachment 131014 [details]
Patch for landing
Comment 10 WebKit Review Bot 2012-03-09 03:13:59 PST
Comment on attachment 131014 [details]
Patch for landing

Clearing flags on attachment: 131014

Committed r110282: <http://trac.webkit.org/changeset/110282>
Comment 11 WebKit Review Bot 2012-03-09 03:14:04 PST
All reviewed patches have been landed.  Closing bug.