Searched refs:diff_image (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dport_testcase.py111 self.assertFalse(port.diff_image(contents1, contents1))
112 self.assertTrue(port.diff_image(contents1, contents2))
114 self.assertTrue(port.diff_image(contents1, contents2, tmpfile))
122 self.assertFalse(port.diff_image(None, None, None))
123 self.assertFalse(port.diff_image(None, '', None))
124 self.assertFalse(port.diff_image('', None, None))
125 self.assertFalse(port.diff_image('', '', None))
131 self.assertTrue(port.diff_image(None, 'foo', None))
132 self.assertTrue(port.diff_image('', 'foo', None))
138 self.assertTrue(port.diff_image('fo
[all...]
H A Dchromium_unittest.py208 self.assertEquals(False, port.diff_image("EXPECTED", "ACTUAL"))
212 self.assertEquals(True, port.diff_image("EXPECTED", "ACTUAL"))
218 port.diff_image("EXPECTED", "ACTUAL")
H A Dbase_unittest.py275 self.assertVirtual(port.diff_image, None, None)
H A Dtest.py315 def diff_image(self, expected_contents, actual_contents, member in class:TestPort
H A Dwebkit.py106 def diff_image(self, expected_contents, actual_contents, member in class:WebKitPort
H A Dbase.py218 def diff_image(self, expected_contents, actual_contents, member in class:Port
230 raise NotImplementedError('Port.diff_image')
831 This is likely used only by diff_image()"""
H A Dchromium.py137 def diff_image(self, expected_contents, actual_contents, member in class:ChromiumPort
325 # See note above in diff_image() for why we need this.
351 # See note above in diff_image() for why we need _convert_path().
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_result_writer.py219 # To do so, we have to change port.diff_image() as well.
221 return self._port.diff_image(actual_image, expected_image, diff_filename)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py508 def diff_image(self, expected_contents, actual_contents, member in class:MainTest.test_tolerance.ImageDiffTestPort
H A Drebaseline_chromium_webkit_tests.py508 return self._port.diff_image(output1, output2, None)

Completed in 91 milliseconds