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

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

  Log Message:
  -----------
  New test (269129@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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to