Bug 91430

Summary: NRWT crashes when passed --platform=mock
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.