Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 59e0d6c0c78e28316de68ace404880c29a1899c3
https://github.com/WebKit/WebKit/commit/59e0d6c0c78e28316de68ace404880c29a1899c3
Author: Youenn Fablet <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M LayoutTests/http/wpt/webcodecs/webcodecs-message-gc.html
M LayoutTests/platform/mac-wk2/TestExpectations
Log Message:
-----------
[ macOS wk2 Release arm64 ] http/wpt/webcodecs/webcodecs-message-gc.html is a
flaky text failure
rdar://158720259
https://bugs.webkit.org/show_bug.cgi?id=297623
Reviewed by Jean-Yves Avenard.
We cannot be sure that GC will always kick in to destroy a VideoFrame and
trigger a message in the JS console.
To make sure we hit GC, we keep creating VideoFrames until we hit a VideoFrame
gc warning in the JS console.
We do this by registering a console message listener using the internals API.
* LayoutTests/http/wpt/webcodecs/webcodecs-message-gc.html:
* LayoutTests/platform/mac-wk2/TestExpectations:
Canonical link: https://commits.webkit.org/307829@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications