Home
last modified time | relevance | path

Searched refs:diff_image (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
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('foo', None, None))
[all …]
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")
Dtest.py315 def diff_image(self, expected_contents, actual_contents, member in TestPort
Dbase_unittest.py275 self.assertVirtual(port.diff_image, None, None)
Dwebkit.py106 def diff_image(self, expected_contents, actual_contents, member in WebKitPort
Dchromium.py137 def diff_image(self, expected_contents, actual_contents, member in ChromiumPort
Dbase.py218 def diff_image(self, expected_contents, actual_contents, member in Port
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_result_writer.py221 return self._port.diff_image(actual_image, expected_image, diff_filename)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drun_webkit_tests_unittest.py508 def diff_image(self, expected_contents, actual_contents, member in MainTest.test_tolerance.ImageDiffTestPort
Drebaseline_chromium_webkit_tests.py508 return self._port.diff_image(output1, output2, None)
/external/webkit/Tools/
DChangeLog-2011-02-1614567 Port.diff_image no longer has a tolerance parameter. Also, use
14583 Add support for the --tolerance flag in NRWT. The Port.diff_image
19696 - change diff_image() to expect actual image data, not filenames
19710 - change diff_image() to accept image content, not filenames.
19726 - update diff_image() to take image contents, not files. Should
19729 - 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 …]
DChangeLog1512 new-run-webkit-tests: add unit tests for Port.diff_image()
1530 fixes crashes in Port.diff_image() caused by the change for
DChangeLog-2010-05-249742 Fix the return value for port/base.diff_image (changed from 1/0 to