[webkit-changes] [WebKit/WebKit] 20a293: [ Monterey+ WK2 ] http/wpt/service-workers/cache-m...

youennf noreply at github.com
Thu Oct 19 11:46:22 PDT 2023


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

  Changed paths:
    M LayoutTests/http/wpt/service-workers/cache-mode-hard-reload-serviceworker.html

  Log Message:
  -----------
  [ Monterey+ WK2 ] http/wpt/service-workers/cache-mode-hard-reload-serviceworker.html is a flaky TEXT failure
https://bugs.webkit.org/show_bug.cgi?id=259382
rdar://112630912

Reviewed by Alex Christensen.

sixth-script-async load is happening based on a timer of 1000 ms.
There is a race between this load and the onload event, which is expected to happen roughly after 700ms.
>From the bot results, sixth-script-async sometimes is triggered before the onload event.
Given we have loads that are triggered after the onload event and we ensure they have the correct cache mode,
we do not really need sixth-script-async load check.

Given it is flaky, let's remove it to make the test stable.

* LayoutTests/http/wpt/service-workers/cache-mode-hard-reload-serviceworker.html:

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




More information about the webkit-changes mailing list