Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3c8975e2f26becb2e262d7e7c99df64585e6da75
      
https://github.com/WebKit/WebKit/commit/3c8975e2f26becb2e262d7e7c99df64585e6da75
  Author: Brady Eidson <[email protected]>
  Date:   2025-12-18 (Thu, 18 Dec 2025)

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

  Log Message:
  -----------
  NEW TEST(304642@main): [macOS] TestWebKitAPI.MessagePort.MessageToClosedPort 
is a flaky failure
rdar://166825165
https://bugs.webkit.org/show_bug.cgi?id=304443

Unreviewed test gardening.

The test intends to make sure the networking process isn't using *A LOT MORE* 
memory
at the end of the test vs. the start of the test. But it unintentionally 
assumed the
networking process was definitely using *some* more memory at the end than the 
start.

Through the magic of memory management it sometimes uses *less* memory at the 
end
compared to the beginning, causing unsigned integer overflow in the check.

Update the test logic to allow "ending < beginning" as a valid success 
condition.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/MessagePortProviders.mm:
(TestWebKitAPI::MessageToClosedPort)):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to