[webkit-changes] [WebKit/WebKit] 19432c: [ Ventura WK1 Release ] http/wpt/workers/modules/d...

youennf noreply at github.com
Thu Oct 19 11:26:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 19432c811205d65e97b69c2bb60c4d316c46df4e
      https://github.com/WebKit/WebKit/commit/19432c811205d65e97b69c2bb60c4d316c46df4e
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M LayoutTests/http/wpt/workers/modules/resources/dynamic-import-remote-origin-script-worker.sub.js
    M LayoutTests/http/wpt/workers/modules/resources/static-import-remote-origin-script-worker.sub.js

  Log Message:
  -----------
  [ Ventura WK1 Release ] http/wpt/workers/modules/dedicated-worker-import-csp.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=260111
rdar://113780242

Reviewed by Alex Christensen.

This test is passing fine on internal bots but not public bots.
A hunch is that the https://127.0.0.1:9443 subresource loads might sometimes be refused by DRT.
Given https://localhost:9443 loads are accepted by DRT before running these tests, we migrate these subresource loads to https://localhost:9443. CSP checks are not related to 127.0.0.1 or localhost, so this does not change what is being tested.

This is hypothetical fix since I was not able to reproduce locally.

* LayoutTests/http/wpt/workers/modules/resources/dynamic-import-remote-origin-script-worker.sub.js:
* LayoutTests/http/wpt/workers/modules/resources/static-import-remote-origin-script-worker.sub.js:

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




More information about the webkit-changes mailing list