Searched refs:process_work_item (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dqueueengine.py64 def process_work_item(self, work_item): member in class:QueueEngineDelegate
108 if not self._delegate.process_work_item(work_item):
H A Dqueueengine_unittest.py55 'process_work_item',
91 def process_work_item(self, work_item): member in class:LoggingDelegate
92 self.record("process_work_item")
110 def process_work_item(self, work_item): member in class:RaisingDelegate
111 self.record("process_work_item")
146 work_item_index = expected_callbacks.index('process_work_item')
147 # The unexpected error should be handled right after process_work_item starts
166 work_item_index = LoggingDelegate.expected_callbacks.index('process_work_item')
167 # The terminating error should be handled right after process_work_item.
187 expected_callbacks.remove('process_work_item')
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dearlywarningsystem.py166 def process_work_item(self, patch): member in class:AbstractCommitterOnlyEWS
170 return AbstractEarlyWarningSystem.process_work_item(self, patch)
H A Dsheriffbot.py79 def process_work_item(self, failure_map): member in class:SheriffBot
H A Dearlywarningsystem_unittest.py69 OutputCapture().assert_outputs(self, queue.process_work_item, [mock_patch], expected_stderr=expected_stderr, expected_exception=ScriptError)
91 "process_work_item": "MOCK: update_status: %(name)s Pass\nMOCK: release_work_item: %(name)s 197\n" % string_replacemnts,
107 expected_stderr["process_work_item"] = "MOCK: update_status: %(name)s Error: %(name)s cannot process patches from non-committers :(\nMOCK: release_work_item: %(name)s 197\n" % string_replacemnts
H A Dqueuestest.py94 self.assert_outputs(queue.process_work_item, "process_work_item", [work_item], expected_stdout, expected_stderr, expected_exceptions)
H A Dqueues.py133 def process_work_item(self, work_item): member in class:AbstractQueue
190 def process_work_item(self, work_item): member in class:FeederQueue
277 def process_work_item(self, patch): member in class:CommitQueue
410 def process_work_item(self, patch): member in class:AbstractReviewQueue
H A Dqueues_unittest.py128 "process_work_item": """Warning, attachment 128 on bug 42 has invalid committer (non-committer@example.com)
213 "process_work_item": """MOCK: update_status: commit-queue Cleaned working directory
232 "process_work_item": """MOCK: update_status: commit-queue Cleaned working directory
262 "process_work_item": """MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'clean']
291 "process_work_item": """MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'clean']
336 OutputCapture().assert_outputs(self, queue.process_work_item, [QueuesTest.mock_work_item], expected_stderr=expected_stderr)
430 "process_work_item": "MOCK: update_status: style-queue Pass\nMOCK: release_work_item: style-queue 197\n",

Completed in 440 milliseconds