[Webkit-unassigned] [Bug 141114] New: https://trac.webkit.org/changeset/179439 breaks a python test
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 31 02:35:13 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=141114
Bug ID: 141114
Summary: https://trac.webkit.org/changeset/179439 breaks a
python test
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
webkitpy.layout_tests.servers.web_platform_test_server_unittest.TestWebPlatformTestServer.test_start_cmd erred:
Traceback (most recent call last):
File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server_unittest.py", line 40, in test_start_cmd
server._prepare_config()
File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py", line 110, in _prepare_config
self._install_modules()
File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py", line 80, in _install_modules
modules = json.loads(self._filesystem.read_text_file(self._filesystem.join(self._layout_root, "imported", "w3c", "resources", "WPTModules")))
File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/common/system/filesystem_mock.py", line 325, in read_text_file
return self.read_binary_file(path).decode('utf-8')
File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/common/system/filesystem_mock.py", line 306, in read_binary_file
if self.files[path] is None:
KeyError: '/mock-checkout/LayoutTests/imported/w3c/resources/WPTModules'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150131/0a8784dd/attachment-0002.html>
More information about the webkit-unassigned
mailing list