[webkit-changes] [WebKit/WebKit] cff46c: New Tests(273949 at main): [ Release ] API tests Test...

Brian Weinstein noreply at github.com
Fri Feb 2 14:41:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cff46c9c95c74960edbc58afafe190e0f9078401
      https://github.com/WebKit/WebKit/commit/cff46c9c95c74960edbc58afafe190e0f9078401
  Author: Brian Weinstein <bweinstein at apple.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M Source/WebKit/Shared/Extensions/WebExtensionUtilities.mm

  Log Message:
  -----------
  New Tests(273949 at main): [ Release ] API tests TestWebKitAPI.WKWebExtensionAPIStorage.* are constantly timing out or failing.
https://bugs.webkit.org/show_bug.cgi?id=268659
rdar://122202826

Reviewed by Timothy Hatcher.

Make sure itemExceededQuota and are initialized. The test failures indicate that the `sizeOfCurrentItem > quota` block was never being
hit, but `itemExceededQuota` was true due to the initial value of its memory.

* Source/WebKit/Shared/Extensions/WebExtensionUtilities.mm:
(WebKit::anyItemsExceedQuota):

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




More information about the webkit-changes mailing list