webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | message (self) |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | __hash__ (self) |
def | dumps (self) |
def | driver_needs_restart (self) |
def | write_failure (self, writer, driver_output, expected_driver_output, port) |
Static Public Member Functions | |
def | loads (s) |
Abstract base class that defines the failure interface.
def webkitpy.layout_tests.models.test_failures.TestFailure.__eq__ | ( | self, | |
other | |||
) |
def webkitpy.layout_tests.models.test_failures.TestFailure.__hash__ | ( | self | ) |
def webkitpy.layout_tests.models.test_failures.TestFailure.__ne__ | ( | self, | |
other | |||
) |
def webkitpy.layout_tests.models.test_failures.TestFailure.driver_needs_restart | ( | self | ) |
Returns True if we should kill DumpRenderTree/WebKitTestRunner before the next test.
def webkitpy.layout_tests.models.test_failures.TestFailure.dumps | ( | self | ) |
Returns the string/JSON representation of a TestFailure.
|
static |
Creates a TestFailure object from the specified string.
def webkitpy.layout_tests.models.test_failures.TestFailure.message | ( | self | ) |
Returns a string describing the failure in more detail.
def webkitpy.layout_tests.models.test_failures.TestFailure.write_failure | ( | self, | |
writer, | |||
driver_output, | |||
expected_driver_output, | |||
port | |||
) |