Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cfb61f6b86d78e016439c69f4f0a058de25c41b2
https://github.com/WebKit/WebKit/commit/cfb61f6b86d78e016439c69f4f0a058de25c41b2
Author: Kimmo Kinnunen <[email protected]>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/platform/glib/TestExpectations
M LayoutTests/platform/gtk/TestExpectations
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac-site-isolation/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M LayoutTests/platform/win/TestExpectations
M LayoutTests/platform/wpe/TestExpectations
M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
Log Message:
-----------
WebGL CTS test uniform-location.html fails
https://bugs.webkit.org/show_bug.cgi?id=292051
rdar://problem/150018247
Reviewed by Mike Wyrzykowski.
Uniforms are invalidated and detached from their programs if the
programs are relinked.
Ensure that validateUniformLocation generates an error if there is no
current program and the uniform comes from a program that was
relinked.
Enable the newer WebGL CTS tests for testing uniform related
implementation.
* LayoutTests/TestExpectations:
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/gtk/TestExpectations:
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
* LayoutTests/platform/win/TestExpectations:
* LayoutTests/platform/wpe/TestExpectations:
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::validateUniformLocation):
Canonical link: https://commits.webkit.org/294107@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes