HomeSort by relevance Sort by last modified time
    Searched refs:command_failed (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 41 def command_failed(self, message, script_error, patch): member in class:CommitQueueTaskDelegate
89 self.failure_status_id = self._delegate.command_failed(failure_message, script_error=self._script_error, patch=self._patch)
commitqueuetask_unittest.py 58 def command_failed(self, failure_message, script_error, patch): member in class:MockCommitQueue
59 log("command_failed: failure_message='%s' script_error='%s' patch='%s'" % (
111 command_failed: failure_message='Unable to clean working directory' script_error='MOCK clean failure' patch='197'
123 command_failed: failure_message='Unable to update working directory' script_error='MOCK update failure' patch='197'
138 command_failed: failure_message='Patch does not apply' script_error='MOCK apply failure' patch='197'
156 command_failed: failure_message='Patch does not build' script_error='MOCK build failure' patch='197'
177 command_failed: failure_message='Patch does not build' script_error='MOCK build failure' patch='197'
179 command_failed: failure_message='Unable to build without patch' script_error='MOCK clean build failure' patch='197'
203 command_failed: failure_message='Patch does not pass tests' script_error='MOCK tests failure' patch='197'
234 command_failed: failure_message='Patch does not pass tests' script_error='MOCK tests failure' patch='197
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 310 def command_failed(self, message, script_error, patch): member in class:CommitQueue

Completed in 57 milliseconds