Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 689b6cd326802fac598bdfad5ac9dc442af767fd
https://github.com/WebKit/WebKit/commit/689b6cd326802fac598bdfad5ac9dc442af767fd
Author: Tadeu Zagallo <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M
LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pow-expected.txt
M Source/WebGPU/WGSL/ConstantFunctions.h
Log Message:
-----------
[WGSL] webgpu:shader,validation,expression,call,builtin,pow:* is failing
https://bugs.webkit.org/show_bug.cgi?id=308581
rdar://171110936
Reviewed by Mike Wyrzykowski.
There were missing validations in the `pow` constant function implementation. We
still fail the tests for `pow(0, 0)`, but that is pending clarification[1] on
whether the result expected by the CTS is the desired one, as it seems to
conflict
with the spec[2].
[1]: https://github.com/gpuweb/gpuweb/issues/5557
[2]: https://www.w3.org/TR/WGSL/#pow-builtin
*
LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pow-expected.txt:
* Source/WebGPU/WGSL/ConstantFunctions.h:
(WGSL::BINARY_OPERATION):
Canonical link: https://commits.webkit.org/308233@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications