Factor PatchAnalysis task out of CommitQueueTask
Created attachment 90739 [details] Patch
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?
Committed r84658: <http://trac.webkit.org/changeset/84658>
> OK. Shouldn't the unit tests move too? The unit tests are testing run(), which only exists on the child object.