Bug 84726
Summary: | webkitpy.layout_tests.servers.http_server_unittest.TestHttpServer.test_start_cmd fails on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mikhail Naganov <mnaganov> |
Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | Windows XP |
Mikhail Naganov
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'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
I think this is irrelevant now that chromium is gone ...