Bug 84726 - webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_cmd fails on Windows
Summary: webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Windows XP
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 07:48 PDT by Mikhail Naganov
Modified: 2013-05-09 16:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2012-04-24 07:48:48 PDT
http://build.webkit.org/builders/Chromium%20Win%20Release%20%28Tests%29/builds/25788/steps/webkitpy-test/logs/stdio

ERROR: webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_cmd
--------------------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\b\chromium-win-release-tests\build\Tools\Scripts\webkitpy\layout_tests\servers\http_server_unittest.py", line 53, in test_start_cmd
    config_file = host.filesystem.read_text_file("/mock/output_dir/lighttpd.conf")
  File "E:\b\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\filesystem_mock.py", line 326, in read_text_file
    return self.read_binary_file(path).decode('utf-8')
  File "E:\b\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\filesystem_mock.py", line 307, in read_binary_file
    if self.files[path] is None:
KeyError: '/mock/output_dir/lighttpd.conf'
Comment 1 Dirk Pranke 2013-05-09 16:48:56 PDT
I think this is irrelevant now that chromium is gone ...