Bug 59220

Summary: Factor PatchAnalysis task out of CommitQueueTask
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch eric: review+

Description Adam Barth 2011-04-22 12:15:45 PDT
Factor PatchAnalysis task out of CommitQueueTask
Comment 1 Adam Barth 2011-04-22 12:16:55 PDT
Created attachment 90739 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-04-22 12:21:13 PDT
Comment on attachment 90739 [details]
Patch

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

OK.  Shouldn't the unit tests move too?

> Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py:213
> +        assert(self._patch.id() == patch.id())  # CommitQueueTask is not currently re-useable.

CommitQueueTask?
Comment 3 Adam Barth 2011-04-22 12:25:39 PDT
Committed r84658: <http://trac.webkit.org/changeset/84658>
Comment 4 Adam Barth 2011-04-22 12:25:54 PDT
> OK.  Shouldn't the unit tests move too?

The unit tests are testing run(), which only exists on the child object.