webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, port, options, printer) |
def | needs_servers (self, test_names) |
def | run (self, args) |
def | upload_results (self, results_json_path, start_time, end_time) |
def | print_expectations (self, args) |
Public Attributes | |
HTTP_SUBDIR | |
WEBSOCKET_SUBDIR | |
web_platform_test_subdir | |
LAYOUT_TESTS_DIRECTORY | |
A class for managing running a series of tests on a series of layout test files.
def webkitpy.layout_tests.controllers.manager.Manager.__init__ | ( | self, | |
port, | |||
options, | |||
printer | |||
) |
Initialize test runner data structures. Args: port: an object implementing port-specific options: a dictionary of command line options printer: a Printer object to record updates to.
def webkitpy.layout_tests.controllers.manager.Manager.needs_servers | ( | self, | |
test_names | |||
) |
def webkitpy.layout_tests.controllers.manager.Manager.print_expectations | ( | self, | |
args | |||
) |
def webkitpy.layout_tests.controllers.manager.Manager.run | ( | self, | |
args | |||
) |
Run the tests and return a RunDetails object with the results.
def webkitpy.layout_tests.controllers.manager.Manager.upload_results | ( | self, | |
results_json_path, | |||
start_time, | |||
end_time | |||
) |
webkitpy.layout_tests.controllers.manager.Manager.HTTP_SUBDIR |
webkitpy.layout_tests.controllers.manager.Manager.LAYOUT_TESTS_DIRECTORY |
webkitpy.layout_tests.controllers.manager.Manager.web_platform_test_subdir |
webkitpy.layout_tests.controllers.manager.Manager.WEBSOCKET_SUBDIR |