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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
fuzzy_image_diff.py 45 def compare_output(self, filename, output, test_args, target):
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)
image_diff.py 114 def compare_output(self, port, filename, output, test_args, target):
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...]
text_diff.py 81 def compare_output(self, port, filename, output, test_args, target):
87 if test_args.new_baseline:
94 test_args.show_sources)
test_type_base.py 133 def compare_output(self, port, filename, output, test_args, target):
142 test_args: a TestArguments object holding optional additional
  /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,
62 test_args: arguments to be passed to each test
72 local_test_args = copy.copy(test_args)
129 test_types, test_args, target, output_dir):
144 self._test_args = test_args
169 test_types, test_args, image_path, shell_args, options):
180 test_args: A TestArguments object to pass to each TestType.
192 self._test_args = test_args
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 477 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,
    [all...]

Completed in 2422 milliseconds