Bug 141114 - https://trac.webkit.org/changeset/179439 breaks a python test
Summary: https://trac.webkit.org/changeset/179439 breaks a python test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-31 02:35 PST by youenn fablet
Modified: 2015-01-31 03:24 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2015-01-31 02:39 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-01-31 02:35:13 PST
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'
Comment 1 youenn fablet 2015-01-31 02:39:44 PST
Created attachment 245778 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-31 03:24:02 PST
Comment on attachment 245778 [details]
Patch

Clearing flags on attachment: 245778

Committed r179440: <http://trac.webkit.org/changeset/179440>
Comment 3 WebKit Commit Bot 2015-01-31 03:24:05 PST
All reviewed patches have been landed.  Closing bug.