NEW 91430
NRWT crashes when passed --platform=mock
https://bugs.webkit.org/show_bug.cgi?id=91430
Summary NRWT crashes when passed --platform=mock
Don Olmstead
Reported 2012-07-16 15:22:11 PDT
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
Note You need to log in before you can comment on or make changes to this bug.