Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e7d899c01d44de6596f36e31225b1d3bcc3ee904
https://github.com/WebKit/WebKit/commit/e7d899c01d44de6596f36e31225b1d3bcc3ee904
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-09-14 (Mon, 14 Sep 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebCore/glib/GraphicsContextGLTextureMapper.cpp
M Tools/TestWebKitAPI/glib/TestExpectations.json
Log Message:
-----------
REGRESSION(320371@main): [glib] API test fails:
GraphicsContextGLTextureMapperTest.ClearBufferIncorrectSizes
https://bugs.webkit.org/show_bug.cgi?id=323621
Reviewed by Claudio Saavedra.
The changes in 320371@main updated the existing test case to pass an
empty span and use the ::texImage2D() overload that accepts pixel data,
to avoid hitting the one that uses an offset. The latter fails (as it
should) now that offset parameters are checked for validity.
* Tools/TestWebKitAPI/Tests/WebCore/glib/GraphicsContextGLTextureMapper.cpp:
(TestWebKitAPI::TEST_F(GraphicsContextGLTextureMapperTest,
ClearBufferIncorrectSizes)):
Fix test case.
* Tools/TestWebKitAPI/glib/TestExpectations.json: Un-skip test case.
Canonical link: https://commits.webkit.org/321058@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications