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

youennf noreply at github.com
Mon Jul 24 01:18:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 40825ec29338f0099218fbdfd4b78a23ec31afc8
      https://github.com/WebKit/WebKit/commit/40825ec29338f0099218fbdfd4b78a23ec31afc8
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-07-24 (Mon, 24 Jul 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.

fourth, fifth and sixth script resources were expected to be in the memory cache thus avoiding the service worker since cache mode should be default.
But memory cache may not always kick in in which case the loads will hit service worker.
In that case, it is important to validate that the cache mode is default but we do not log those loads since they might not reliably hit the service worker.

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

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




More information about the webkit-changes mailing list