Bug 141114

Summary: https://trac.webkit.org/changeset/179439 breaks a python test
Product: WebKit Reporter: youenn fablet <youennf>
Component: Tools / TestsAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.