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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 140 def run_test(self, uri, timeoutms, image_hash):
141 return (False, False, image_hash, '', None)
mac.py 304 def run_test(self, uri, timeoutms, image_hash):
318 if image_hash:
319 cmd += "'" + image_hash
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 154 test_info.image_hash)
410 image_hash = test_info.image_hash
411 if image_hash and self._test_args.new_baseline:
412 image_hash = ""
415 self._driver.run_test(test_info.uri, test_info.timeout, image_hash)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 103 self.image_hash = open(expected_hash_file, "r").read()
107 self.image_hash = None
    [all...]

Completed in 1138 milliseconds