[webkit-changes] [WebKit/WebKit] 1d5e98: Only run webRequest tests on macOS that allow pers...

Brian Weinstein noreply at github.com
Wed Jan 24 12:31:39 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d5e9822affd75ce7440bf15a7f9917613cd9718
      https://github.com/WebKit/WebKit/commit/1d5e9822affd75ce7440bf15a7f9917613cd9718
  Author: Brian Weinstein <bweinstein at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

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

  Log Message:
  -----------
  Only run webRequest tests on macOS that allow persistent background pages
https://bugs.webkit.org/show_bug.cgi?id=268012
<rdar://problem/121532437>

Reviewed by Timothy Hatcher.

The filter tests are still run on every platform, but the tests that involve the webRequest JavaScript API are only
run on Mac, since that is the only platform that supports persistent background pages (and therefore webRequest).

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

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




More information about the webkit-changes mailing list