Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 586c879d099eaa2dd8a3f469a20f39d3229322df
https://github.com/WebKit/WebKit/commit/586c879d099eaa2dd8a3f469a20f39d3229322df
Author: Kimmo Kinnunen <[email protected]>
Date: 2026-02-26 (Thu, 26 Feb 2026)
Changed paths:
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/webgl/lose-context-after-context-lost.html
Log Message:
-----------
REGRESSION(307450@main): [iOS] webgl/lose-context-after-context-lost.html is
a constant text failure
https://bugs.webkit.org/show_bug.cgi?id=307882
rdar://170363832
Reviewed by Cameron McCormack.
The test tried to create excessive amount of contexts to test webgl
context loss for the early contexts. It did not retain the contexts
it created.
307450@main added better memory accounting for WebGL contexts, so GC
collected the temporary elements and thus the context count never
exceeded the threshold for context loss triggering.
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/webgl/lose-context-after-context-lost.html:
Canonical link: https://commits.webkit.org/308319@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications