Home
last modified time | relevance | path

Searched defs:run_singly (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dlayout_test_runner.py365 def shard_tests(self, test_inputs, num_workers, fully_parallel, run_singly): argument
405 def _shard_every_file(self, test_inputs, run_singly): argument
Dlayout_test_runner_unittest.py179 …def get_shards(self, num_workers, fully_parallel, run_singly, test_list=None, max_locked_shards=1): argument