[webkit-changes] [WebKit/WebKit] 85e40a: [WebGPU] Remove logging to WebSocket

mwyrzykowski noreply at github.com
Sat Oct 28 01:13:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 85e40ad30a15e2dfcda4ebad64ed7f41292908a4
      https://github.com/WebKit/WebKit/commit/85e40ad30a15e2dfcda4ebad64ed7f41292908a4
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-10-28 (Sat, 28 Oct 2023)

  Changed paths:
    M LayoutTests/http/tests/webgpu/common/internal/websocket_logger.js
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/draw-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/stencil-expected.txt
    M LayoutTests/platform/mac-wk2/TestExpectations

  Log Message:
  -----------
  [WebGPU] Remove logging to WebSocket
https://bugs.webkit.org/show_bug.cgi?id=263803
<radar://117603746>

Reviewed by Ryan Haddad.

The automatically imported WebGPU CTS attempts to write to a web socket,
but this often fails resulting in flaky failures which the only difference
is a console log indicating the web socket failed to open.

Remove this web socket logging as it is not needed.

* LayoutTests/http/tests/webgpu/common/internal/websocket_logger.js:
(export.logToWebsocket):
* LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/draw-expected.txt:
* LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/stencil-expected.txt:

* LayoutTests/platform/mac-wk2/TestExpectations
Re-enable tests that the logging is removed

Canonical link: https://commits.webkit.org/269884@main




More information about the webkit-changes mailing list