RESOLVED DUPLICATE of bug 89988 89989
Chromium WebSocket tests fail due to Tools/Scripts/webkitpy/layout_tests/port/chromium_win.py
https://bugs.webkit.org/show_bug.cgi?id=89989
Summary Chromium WebSocket tests fail due to Tools/Scripts/webkitpy/layout_tests/port...
wez
Reported 2012-06-26 09:50:39 PDT
When WebKit r121194 was rolled in to Chromium the WebSocket tests started failing due to a version-check preventing the WebSocket test server from running, e.g: ExtensionApiTest.WebSocket: Traceback (most recent call last): File "e:\b\build\slave\Vista_Tests__1_\build\src\third_party\WebKit\Tools\Scripts\new-run-webkit-websocketserver", line 115, in <module> main() File "e:\b\build\slave\Vista_Tests__1_\build\src\third_party\WebKit\Tools\Scripts\new-run-webkit-websocketserver", line 101, in main port_obj = host.port_factory.get(port_name='chromium', options=options) File "e:\b\build\slave\Vista_Tests__1_\build\src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\factory.py", line 117, in get return cls(self._host, port_name, options=options, **kwargs) File "e:\b\build\slave\Vista_Tests__1_\build\src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\chromium_win.py", line 81, in __init__ assert self._version in self.SUPPORTED_VERSIONS, "%s is not in %s" % (self._version, self.SUPPORTED_VERSIONS) AssertionError: vista is not in ('xp', 'win7') [4820:3220:0626/083523:641062:ERROR:ui_test_utils.cc(940)] Failed to run new-run-webkit-websocketserver: wait_success = 1, exit_code = 1 browser\extensions\extension_websocket_apitest.cc(13): error: Value of: StartWebSocketServer(websocket_root_dir) Actual: false Expected: true
Attachments
Tony Chang
Comment 1 2012-06-26 09:52:27 PDT
*** This bug has been marked as a duplicate of bug 89988 ***
Note You need to log in before you can comment on or make changes to this bug.