Searched refs:diff_image (Results 1 – 13 of 13) sorted by relevance
111 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('foo', None, None))[all …]
208 self.assertEquals(False, port.diff_image("EXPECTED", "ACTUAL"))212 self.assertEquals(True, port.diff_image("EXPECTED", "ACTUAL"))218 port.diff_image("EXPECTED", "ACTUAL")
315 def diff_image(self, expected_contents, actual_contents, member in TestPort
275 self.assertVirtual(port.diff_image, None, None)
106 def diff_image(self, expected_contents, actual_contents, member in WebKitPort
137 def diff_image(self, expected_contents, actual_contents, member in ChromiumPort
218 def diff_image(self, expected_contents, actual_contents, member in Port
221 return self._port.diff_image(actual_image, expected_image, diff_filename)
508 def diff_image(self, expected_contents, actual_contents, member in MainTest.test_tolerance.ImageDiffTestPort
508 return self._port.diff_image(output1, output2, None)
14567 Port.diff_image no longer has a tolerance parameter. Also, use14583 Add support for the --tolerance flag in NRWT. The Port.diff_image19696 - change diff_image() to expect actual image data, not filenames19710 - change diff_image() to accept image content, not filenames.19726 - update diff_image() to take image contents, not files. Should19729 - update with changes to diff_image()19731 - update with changes to diff_image()29361 Add optional tolerance parameter to diff_image().29363 Add optional tolerance parameter to diff_image().29365 Add optional tolerance parameter to diff_image(), and pass it to ImageDiff command.[all …]
1512 new-run-webkit-tests: add unit tests for Port.diff_image()1530 fixes crashes in Port.diff_image() caused by the change for
9742 Fix the return value for port/base.diff_image (changed from 1/0 to