Bug 91430
Summary: | NRWT crashes when passed --platform=mock | ||
---|---|---|---|
Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Don Olmstead
RuntimeError is encountered when running run-webkit-tests.py with --platform=mock.
File "webkitpy\layout_tests\port\factory.py", line 114, in get
return cls(self._host, port_name, options=options, **kwargs)
File "\webkitpy\layout_tests\port\mock_drt.py", line 67, in __init__
self.__delegate = PortFactory(host).get(port_name.replace('mock-', ''), **kwargs)
File "webkitpy\layout_tests\port\factory.py", line 114, in get
return cls(self._host, port_name, options=options, **kwargs)
File "\webkitpy\layout_tests\port\mock_drt.py", line 67, in __init__
self.__delegate = PortFactory(host).get(port_name.replace('mock-', ''), **kwargs)
Should throw an error if platform is mock.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |