WebKit Bugzilla
Attachment 371355 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-20190605031919.patch (text/plain), 5.19 KB, created by
Alexey Shvayka
on 2019-06-04 17:19:21 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alexey Shvayka
Created:
2019-06-04 17:19:21 PDT
Size:
5.19 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246067) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,21 @@ >+2019-06-04 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. >+ >+ Reverted changeset: >+ >+ "Unreviewed test gardening" >+ https://bugs.webkit.org/show_bug.cgi?id=188640 >+ https://trac.webkit.org/changeset/234933 >+ > 2019-06-04 Zan Dobersek <zdobersek@igalia.com> > > [misc] Remove JSCOnly ARMv7 Traditional bot >Index: Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py >=================================================================== >--- Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py (revision 246067) >+++ 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') >Index: LayoutTests/platform/win/TestExpectations >=================================================================== >--- LayoutTests/platform/win/TestExpectations (revision 246067) >+++ LayoutTests/platform/win/TestExpectations (working copy) >@@ -3149,6 +3149,7 @@ http/tests/security/isolatedWorld/number > http/tests/security/local-video-src-from-remote.html [ Failure Pass Crash ] > http/tests/security/video-cross-origin-caching.html [ Crash Failure Timeout Pass ] > http/tests/security/video-poster-cross-origin-crash2.html [ Crash Failure Pass ] >+http/tests/websocket/tests/hybi/simple-wss.html [ Crash Timeout ] > security/contentSecurityPolicy/worker-inherits-blocks-eval.html [ Failure Pass ] > storage/indexeddb/database-close-private.html [ Failure Pass ] > security/contentSecurityPolicy/video-with-file-url-allowed-by-media-src-star-with-AllowContentSecurityPolicySourceStarToMatchAnyProtocol-enabled.html [ ImageOnlyFailure Pass Crash ] >@@ -3676,6 +3677,7 @@ http/tests/preload/single_download_prelo > http/tests/security/contentSecurityPolicy/audio-redirect-allowed.html [ Crash Timeout Pass ] > http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html [ Timeout Failure Crash ] > http/tests/security/contentSecurityPolicy/block-favicon.html [ Failure Pass ] >+http/tests/websocket/tests/hybi/workers/close-code-and-reason.html [ Crash Pass ] > svg/animations/animations-paused-in-background-page.html [ Timeout Pass ] > > # FIXME: create bugs to track the following failures: >@@ -3815,6 +3817,8 @@ webkit.org/b/176423 editing/pasteboard/e > > webkit.org/b/176598 http/tests/security/contentSecurityPolicy/audio-redirect-allowed2.html [ Pass Crash ] > webkit.org/b/176606 http/tests/preload/single_download_preload_headers.php [ Pass Crash ] >+webkit.org/b/176609 http/tests/websocket/tests/hybi/close-code-and-reason.html [ Pass Crash ] >+webkit.org/b/176632 http/tests/websocket/tests/hybi/websocket-pending-activity.html [ Pass Crash ] > > # Web platform tests are very slow on Windows. > webkit.org/b/176657 imported/w3c/web-platform-tests/ [ Skip ] >@@ -3831,6 +3835,8 @@ webkit.org/b/176998 storage/indexeddb/mo > > webkit.org/b/177071 fast/events/beforeunload-dom-manipulation-crash.html [ Crash ] > >+webkit.org/b/177072 http/tests/websocket/tests/hybi/secure-cookie-secure-connection.pl [ Failure ] >+ > webkit.org/b/177109 fast/css/display-contents-style-update.html [ ImageOnlyFailure ] > > webkit.org/b/177212 accessibility/crash-table-recursive-layout.html [ Failure ] >@@ -3998,6 +4004,8 @@ webkit.org/b/183955 accessibility/row-wi > webkit.org/b/184133 transitions/opacity-transition-zindex.html [ Skip ] > webkit.org/b/184133 legacy-animation-engine/transitions/opacity-transition-zindex.html [ Skip ] > >+webkit.org/b/184134 http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior.html [ Failure ] >+ > webkit.org/b/184482 legacy-animation-engine/compositing/animation/animation-backing.html [ Failure ] > webkit.org/b/184482 legacy-animation-engine/compositing/animation/animation-compositing.html [ Failure ] > webkit.org/b/184482 legacy-animation-engine/compositing/backing/backface-visibility-flip.html [ Failure ] >@@ -4103,11 +4111,6 @@ webkit.org/b/188169 http/tests/security/ > > webkit.org/b/188600 editing/input/press-tab-during-ime-composition.html [ Failure ] > >-http/tests/websocket [ Skip ] >-http/tests/security/mixedContent/websocket [ Skip ] >-imported/blink/http/tests/websocket [ Skip ] >-imported/blink/http/tests/security/mixedContent/websocket [ Skip ] >- > # Feature flag only enabled for wk2 > css-custom-properties-api [ Skip ] > fast/css-custom-paint [ Skip ]
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