HomeSort by relevance Sort by last modified time
    Searched refs:test_types (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
fuzzy_image_diff.py 40 from test_types import test_type_base
text_diff.py 41 from test_types import test_type_base
image_diff.py 43 from test_types import test_type_base
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 51 def process_output(port, test_info, test_types, test_args, target, output_dir,
61 test_types: list of test types to subject the output to
96 for test_type in test_types:
129 test_types, test_args, target, output_dir):
143 self._test_types = test_types
169 test_types, test_args, image_path, shell_args, options):
178 test_types: A list of TestType objects to run the test output
191 self._test_types = test_types
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 69 from test_types import fuzzy_image_diff
70 from test_types import image_diff
71 from test_types import test_type_base
72 from test_types import text_diff
515 test_types = []
517 test_types.append(t(self._port, self._options.platform,
524 test_types,
    [all...]
rebaseline_chromium_webkit_tests.py 59 from test_types import image_diff
60 from test_types import text_diff
    [all...]

Completed in 193 milliseconds