Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 49d7170cec44bb427db511acea67b55c92e62221 https://github.com/WebKit/WebKit/commit/49d7170cec44bb427db511acea67b55c92e62221 Author: Mike Wyrzykowski <mwyrzykow...@apple.com> Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths: A LayoutTests/fast/webgpu/nocrash/fuzz-287392-expected.txt A LayoutTests/fast/webgpu/nocrash/fuzz-287392.html M Source/WebCore/Modules/WebGPU/GPUBindGroupEntry.h Log Message: ----------- [WebGPU] GPUBindGroupEntry::equal does not check binding for equality https://bugs.webkit.org/show_bug.cgi?id=287392 rdar://144315413 Reviewed by Tadeu Zagallo. For two GPUBindGroupEntry instances to be equal, their binding and resource must be equal. Previously, the check for binding equality was missing. * LayoutTests/fast/webgpu/nocrash/fuzz-287392-expected.txt: Added. * LayoutTests/fast/webgpu/nocrash/fuzz-287392.html: Added. Add regression test. * Source/WebCore/Modules/WebGPU/GPUBindGroupEntry.h: (WebCore::GPUBindGroupEntry::equal): Canonical link: https://commits.webkit.org/290171@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes