Home
last modified time | relevance | path

Searched refs:requires_lock (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_input.py34 …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/
Dlayout_test_runner.py349 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:
Dlayout_test_runner_unittest.py177 …return TestInput(test_file, requires_lock=(test_file.startswith('http') or test_file.startswith('p…