OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_run_pixel_test
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py
49
def __init__(self, test_name, timeout, image_hash,
should_run_pixel_test
, args):
53
self.
should_run_pixel_test
=
should_run_pixel_test
146
self.start(driver_input.
should_run_pixel_test
, driver_input.args)
362
assert not driver_input.image_hash or driver_input.
should_run_pixel_test
367
if driver_input.
should_run_pixel_test
:
mock_drt.py
233
elif test_input.
should_run_pixel_test
and test_input.image_hash:
269
if test_input.
should_run_pixel_test
and output.image_hash:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py
206
def run_single(self, driver, test_path, time_out_ms,
should_run_pixel_test
=False):
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)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py
256
test_input.
should_run_pixel_test
= True
258
test_input.
should_run_pixel_test
= self._port.should_run_as_pixel_test(test_input)
single_test_runner.py
65
self._should_run_pixel_test = test_input.
should_run_pixel_test
323
driver_input = DriverInput(reference_test_name, self._timeout, image_hash=None,
should_run_pixel_test
=True, args=self._port.lookup_virtual_test_args(reference_test_name))
Completed in 6567 milliseconds