[Webkit-unassigned] [Bug 91430] New: NRWT crashes when passed --platform=mock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 15:22:14 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91430

           Summary: NRWT crashes when passed --platform=mock
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: don.olmstead at am.sony.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list