OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requires_lock
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_input.py
34
def __init__(self, test_name, timeout=None,
requires_lock
=None, reference_files=None, should_run_pixel_tests=None, should_add_missing_baselines=True):
40
self.
requires_lock
=
requires_lock
46
return "TestInput('%s', timeout=%s,
requires_lock
=%s, reference_files=%s, should_run_pixel_tests=%s, should_add_missing_baselines%s)" % (self.test_name, self.timeout, self.
requires_lock
, self.reference_files, self.should_run_pixel_tests, self.should_add_missing_baselines)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py
349
self.
requires_lock
= test_inputs[0].
requires_lock
352
return "TestShard(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
:
layout_test_runner_unittest.py
177
return TestInput(test_file,
requires_lock
=(test_file.startswith('http') or test_file.startswith('perf')))
Completed in 207 milliseconds