[webkit-changes] [WebKit/WebKit] 7b47f8: [iOS EWS] TestWebKitAPI.ProcessSwap.CrossOriginSys...

Dean Jackson noreply at github.com
Tue Dec 13 19:44:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7b47f891dd8ef065e9ac7656f30975acca997ef9
      https://github.com/WebKit/WebKit/commit/7b47f891dd8ef065e9ac7656f30975acca997ef9
  Author: Dean Jackson <dino at apple.com>
  Date:   2022-12-13 (Tue, 13 Dec 2022)

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

  Log Message:
  -----------
  [iOS EWS] TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview and TestWebKitAPI.ProcessSwap.SameOriginSystemPreview consistently timing out
https://bugs.webkit.org/show_bug.cgi?id=249277
rdar://103318890

Reviewed by Chris Dumez.

Traces suggest this is stalling trying to load something over
the network and, indeed, the test content references a real
URL inside the `img` element. Change this to point to a `pson`
scheme and intercept the load to provide fake data.

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

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




More information about the webkit-changes mailing list