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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 44 def run_single_test(port, options, results_directory, worker_name, driver, test_input, stop_when_done):
45 runner = SingleTestRunner(port, options, results_directory, worker_name, driver, test_input, stop_when_done)
56 def __init__(self, port, options, results_directory, worker_name, driver, test_input, stop_when_done):
68 self._stop_when_done = stop_when_done
layout_test_runner.py 263 stop_when_done = False
266 stop_when_done = True
286 self._name, self._driver, test_input, stop_when_done)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py 136 def run_test(self, driver_input, stop_when_done):
162 if stop_when_done or crashed or timed_out:
165 out, err = self._server_process.stop(self._port.driver_stop_timeout() if stop_when_done else 0.0)
test.py 574 def run_test(self, driver_input, stop_when_done):
637 if stop_when_done:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 207 return driver.run_test(DriverInput(test_path, time_out_ms, image_hash=None, should_run_pixel_test=should_run_pixel_test, args=[]), stop_when_done=False)
perftestsrunner_integrationtest.py 166 def run_test(self, driver_input, stop_when_done):

Completed in 200 milliseconds