WebKit Bugzilla
Attachment 371206 Details for
Bug 188640
: [win-ews] No such file or directory: u'/cygdrive/C/cygwin/home/buildbot/WebKit/WebKitBuild/Release/bin32/layout-test-results/pywebsocket.ws.log-out.txt'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188640-20190603231927.patch (text/plain), 1.50 KB, created by
Alexey Shvayka
on 2019-06-03 13:19:28 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alexey Shvayka
Created:
2019-06-03 13:19:28 PDT
Size:
1.50 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246041) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-06-03 Aleksey Shvayka <shvaikalesh@gmail.com> >+ >+ [win-ews] No such file or directory: u'/cygdrive/C/cygwin/home/buildbot/WebKit/WebKitBuild/Release/bin32/layout-test-results/pywebsocket.ws.log-out.txt' >+ https://bugs.webkit.org/show_bug.cgi?id=188640 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Prevent failure of WebSocket tests when launched in freshly cloned repository. >+ >+ * Scripts/webkitpy/layout_tests/servers/websocket_server.py: >+ (PyWebSocket._prepare_config): Create test output directory if it doesn't exist. >+ > 2019-06-03 Don Olmstead <don.olmstead@sony.com> > > [CMake] Add WebKit::JavaScriptCore target >Index: Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py >=================================================================== >--- Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py (revision 246039) >+++ Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py (working copy) >@@ -109,6 +109,7 @@ class PyWebSocket(http_server.Lighttpd): > return [self._port] > > def _prepare_config(self): >+ self._filesystem.maybe_make_directory(self._output_dir) > log_file_name = self._log_prefix > # FIXME: Doesn't Executive have a devnull, so that we don't have to use os.devnull directly? > self._wsin = open(os.devnull, 'r')
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188640
:
371206
|
371213
|
371232
|
371355
|
371360
|
371386
|
371399
|
371402
|
371443
|
371453
|
371470
|
371505
|
371508
|
379883