Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
Dimage_diff.py114 def compare_output(self, port, filename, output, test_args, target): argument
121 if test_args.hash is None:
125 if test_args.new_baseline:
126 self._save_baseline_files(filename, test_args.png_path,
127 test_args.hash)
135 if test_args.show_sources:
150 test_args.hash, expected_hash,
152 self._copy_output_png(filename, test_args.png_path, '-actual.png')
155 elif test_args.hash == expected_hash:
161 test_args.hash, expected_hash,
[all …]
Dfuzzy_image_diff.py45 def compare_output(self, filename, output, test_args, target): argument
52 if test_args.hash is None:
57 if test_args.show_sources:
65 r = port.fuzzy_diff(test_args.png_path, expected_png_file)
Dtext_diff.py81 def compare_output(self, port, filename, output, test_args, target): argument
87 if test_args.new_baseline:
94 test_args.show_sources)
Dtest_type_base.py133 def compare_output(self, port, filename, output, test_args, target): argument
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_shell_thread.py51 def process_output(port, test_info, test_types, test_args, target, output_dir, argument
72 local_test_args = copy.copy(test_args)
129 test_types, test_args, target, output_dir): argument
144 self._test_args = test_args
169 test_types, test_args, image_path, shell_args, options): argument
192 self._test_args = test_args
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
Drun_chromium_webkit_tests.py477 test_args = test_type_base.TestArguments()
483 test_args.png_path = png_path
485 test_args.new_baseline = self._options.new_baseline
487 test_args.show_sources = self._options.sources
495 return test_args, png_path, shell_args
520 test_args, png_path, shell_args = self._get_test_shell_args(i)
525 test_args,