Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2f14b2f3d23ace440683481462c0750e29f6aa6e
https://github.com/WebKit/WebKit/commit/2f14b2f3d23ace440683481462c0750e29f6aa6e
Author: Cameron McCormack <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M LayoutTests/inspector/canvas/resources/shaderProgram-utilities-webgl.js
M LayoutTests/platform/mac-wk2/TestExpectations
M LayoutTests/platform/mac/TestExpectations
Log Message:
-----------
Web Inspector: make the shaderProgram test helper reuse its canvas across
createProgram() calls
https://bugs.webkit.org/show_bug.cgi?id=177388
Reviewed by Devin Rousso.
Use the same canvas for programs rather than a unique canvas per program, since
that is what the subtests listen for.
Ensure the page-created program is removed deterministically before subsequent
tests run, otherwise its removal is subject to GC and its removal event can
arrive at unpredictable times, interfering with later tests.
* LayoutTests/inspector/canvas/resources/shaderProgram-utilities-webgl.js:
(createProgram):
* LayoutTests/platform/mac-wk2/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
Canonical link: https://commits.webkit.org/320221@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications