Bug 104003 - WebKit tests for the Qt API should include tests of CMake config files
Summary: WebKit tests for the Qt API should include tests of CMake config files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 08:08 PST by steveire
Modified: 2012-12-11 06:04 PST (History)
4 users (show)

See Also:


Attachments
Add unit test (1.69 KB, patch)
2012-12-04 08:08 PST, steveire
no flags Details | Formatted Diff | Diff
Patch (2.80 KB, patch)
2012-12-11 04:28 PST, steveire
hausmann: review+
hausmann: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description steveire 2012-12-04 08:08:38 PST
Created attachment 177483 [details]
Add unit test

Patch attached.
Comment 1 Simon Hausmann 2012-12-10 03:13:00 PST
Comment on attachment 177483 [details]
Add unit test

Patch looks good in general, but please include a ChangeLog.

You can do this for example by calling

Tools/Scripts/webkit-patch prepare 104003

The number is the number of this bug, so that the ChangeLog will automatically include a reference to this bug.
After calling this command, open the ChangeLog changed files and complete the new entries. Afterwards you can post your patch automatically to bugzilla by using

Tools/Scripts/webkit-patch post

and you can pass --request-commit as parameter to the post command if you'd like to get the patch landed automatically using the commit queue. (you probably want this unless you are a committer yourself or you know somebody how is going to care of landing the change in SVN)
Comment 2 steveire 2012-12-11 04:28:56 PST
Created attachment 178777 [details]
Patch
Comment 3 Simon Hausmann 2012-12-11 06:02:14 PST
Comment on attachment 178777 [details]
Patch

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

> Source/WebKit/qt/ChangeLog:6
> +        Rubber-stamped by Simon Hausmann.

This field should've been left as is  the NOBODY (OOPS) line) because it's not known in advance who the reviewer is (usually) or if it's a rubber stamp or not. r=me on the patch anyway, I'll land it manually.
Comment 4 Simon Hausmann 2012-12-11 06:04:18 PST
Committed r137302: <http://trac.webkit.org/changeset/137302>