[webkit-changes] [WebKit/WebKit] 450764: [iOS simulator] Fix TestWebKitAPI build after 2649...

Abrar Rahman Protyasha noreply at github.com
Wed Jun 7 12:53:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 450764cda1cb65b5faa1c7024c5caa2cdc0c71ad
      https://github.com/WebKit/WebKit/commit/450764cda1cb65b5faa1c7024c5caa2cdc0c71ad
  Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

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

  Log Message:
  -----------
  [iOS simulator] Fix TestWebKitAPI build after 264915 at main
rdar://110414816
https://bugs.webkit.org/show_bug.cgi?id=257821

Reviewed by Megan Gardner and Wenson Hsieh.

On the iOS simulator, we don't call the `libnetwork` functions because
the Proxy API tests are skipped since 264915 at main. As such, we avoid
soft linking against `libnetwork` on the simulator builds to prevent
unused function errors.

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

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




More information about the webkit-changes mailing list