Searched refs:requires_lock (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
D | test_input.py | 34 …def __init__(self, test_name, timeout=None, requires_lock=None, reference_files=None, should_run_p… argument 40 self.requires_lock = requires_lock 46 …hould_add_missing_baselines%s)" % (self.test_name, self.timeout, self.requires_lock, self.referenc…
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
D | layout_test_runner.py | 349 self.requires_lock = test_inputs[0].requires_lock 352 …d(name='%s', test_inputs=%s, requires_lock=%s'" % (self.name, self.test_inputs, self.requires_lock) 389 if test_input.requires_lock: 415 if test_input.requires_lock: 450 if test_inputs[0].requires_lock:
|
D | layout_test_runner_unittest.py | 177 …return TestInput(test_file, requires_lock=(test_file.startswith('http') or test_file.startswith('p…
|