[webkit-changes] [WebKit/WebKit] 5d2963: New test (269129 at main): TestWebKitAPI.WebArchive.S...

Sihui noreply at github.com
Thu Oct 26 09:07:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5d29635a113512df8b5905d79e48ff25a339f820
      https://github.com/WebKit/WebKit/commit/5d29635a113512df8b5905d79e48ff25a339f820
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/CreateWebArchive.mm

  Log Message:
  -----------
  New test (269129 at main): TestWebKitAPI.WebArchive.SaveResourcesBlobURL is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=263607
rdar://117431471

Reviewed by Ryosuke Niwa.

We currently edit savedMainResource string directly when searching for a target string. However, savedMainResource may
be checked later, where the test expects savedMainResource to contain the original content (i.e. not modified). To
fix this, we make a copy of savedMainResource and perform editing on the copy.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/CreateWebArchive.mm:

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




More information about the webkit-changes mailing list