Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 082d3ef252654c632aadab61ecf319cc35ce6b14
https://github.com/WebKit/WebKit/commit/082d3ef252654c632aadab61ecf319cc35ce6b14
Author: Diego De La Toba <[email protected]>
Date: 2026-02-09 (Mon, 09 Feb 2026)
Changed paths:
M LayoutTests/http/tests/resources/document-leak-test.js
Log Message:
-----------
[MacOS]
http/tests/geolocation/geolocation-get-current-position-does-not-leak.https.html
is a flaky text failure
rdar://169827162
https://bugs.webkit.org/show_bug.cgi?id=307196
Reviewed by Ryan Reno.
The checkCount logic should track the number of interval iterations (GC
attempts), not the total number of document checks.
The counter should be incremented once per interval, outside the document loop,
giving the GC multiple chances (10 attempts) to
collect documents regardless of how many frames are being tested.
* LayoutTests/http/tests/resources/document-leak-test.js:
Canonical link: https://commits.webkit.org/307117@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications