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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
port_testcase.py 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...]
chromium_unittest.py 208 self.assertEquals(False, port.diff_image("EXPECTED", "ACTUAL"))
212 self.assertEquals(True, port.diff_image("EXPECTED", "ACTUAL"))
218 port.diff_image("EXPECTED", "ACTUAL")
base_unittest.py 275 self.assertVirtual(port.diff_image, None, None)
test.py 315 def diff_image(self, expected_contents, actual_contents, member in class:TestPort
chromium.py 137 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().
webkit.py 106 def diff_image(self, expected_contents, actual_contents, member in class:WebKitPort
base.py 218 def diff_image(self, expected_contents, actual_contents, member in class:Port
230 raise NotImplementedError('Port.diff_image')
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 219 # 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/
rebaseline_chromium_webkit_tests.py 508 return self._port.diff_image(output1, output2, None)
    [all...]
run_webkit_tests_unittest.py 508 def diff_image(self, expected_contents, actual_contents, member in class:MainTest.test_tolerance.ImageDiffTestPort

Completed in 96 milliseconds