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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
commit_unittest.py 52 tool.executive = MockExecutive(should_log=True, should_throw_when_run=False)
64 tool.executive = MockExecutive(should_log=True, should_throw_when_run=set(["platform/chromium/" + filename]))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
systemhost_mock.py 39 self.executive = executive or MockExecutive(should_log=log_executive, should_throw_when_run=executive_throws_when_run)
executive_mock.py 58 def __init__(self, should_log=False, should_throw=False, should_throw_when_run=None):
61 self._should_throw_when_run = should_throw_when_run or set()

Completed in 46 milliseconds