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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 118 # Running the full wdiff_text method should give the same result.
120 wdiff = port.wdiff_text(actual.name, expected.name)
122 # wdiff should still be available after running wdiff_text with a valid diff.
129 self.assertRaises(ScriptError, port.wdiff_text, "/does/not/exist", "/does/not/exist2")
130 # wdiff will still be available after running wdiff_text with invalid paths.
138 # wdiff_text should not throw an error if wdiff does not exist.
139 self.assertEqual(port.wdiff_text("foo", "bar"), "")
140 # However wdiff should not be available after running wdiff_text if wdiff is missing.
base.py 744 def wdiff_text(self, actual_filename, expected_filename): member in class:Port
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 194 wdiff = self._port.wdiff_text(expected_filename, actual_filename)

Completed in 41 milliseconds