Searched refs:process_work_item (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | earlywarningsystem.py | 166 def process_work_item(self, patch): member in AbstractCommitterOnlyEWS 170 return AbstractEarlyWarningSystem.process_work_item(self, patch)
|
D | queues.py | 133 def process_work_item(self, work_item): member in AbstractQueue 190 def process_work_item(self, work_item): member in FeederQueue 277 def process_work_item(self, patch): member in CommitQueue 410 def process_work_item(self, patch): member in AbstractReviewQueue
|
D | sheriffbot.py | 79 def process_work_item(self, failure_map): member in SheriffBot
|
D | queuestest.py | 94 …self.assert_outputs(queue.process_work_item, "process_work_item", [work_item], expected_stdout, ex…
|
D | earlywarningsystem_unittest.py | 69 …OutputCapture().assert_outputs(self, queue.process_work_item, [mock_patch], expected_stderr=expect…
|
D | queues_unittest.py | 336 …OutputCapture().assert_outputs(self, queue.process_work_item, [QueuesTest.mock_work_item], expecte…
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | queueengine.py | 64 def process_work_item(self, work_item): member in QueueEngineDelegate 108 if not self._delegate.process_work_item(work_item):
|
D | queueengine_unittest.py | 91 def process_work_item(self, work_item): member in LoggingDelegate 110 def process_work_item(self, work_item): member in RaisingDelegate
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 9186 - Add a new _post_blame_comment_to_bug and all it from process_work_item 18123 - Remove the try block from process_work_item since the caller already has one. 18125 …dle_unexpected_error needs to mark _did_fail now that the try block is gone from process_work_item. 18130 … - handle_script_error now posts Fail instead of the try block in process_work_item handling it. 18317 - Remove the try block from process_work_item since the caller already has one. 18319 …dle_unexpected_error needs to mark _did_fail now that the try block is gone from process_work_item. 18324 … - handle_script_error now posts Fail instead of the try block in process_work_item handling it.
|
D | ChangeLog-2011-02-16 | 14707 mac-ews overrides process_work_item, so it was not calling 14708 release_work_item like the default process_work_item would. 24611 - EWS bots were not properly reporting true/false from process_work_item.
|