Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 33c2323b2b434378215955183503b4249d5a29f2
https://github.com/WebKit/WebKit/commit/33c2323b2b434378215955183503b4249d5a29f2
Author: Tadeu Zagallo <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M
LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/blankspace-expected.txt
M Source/WebCore/Modules/WebGPU/Implementation/WebGPUDeviceImpl.cpp
M Source/WebGPU/WGSL/Lexer.cpp
M Source/WebGPU/WGSL/Lexer.h
M Source/WebGPU/WebGPU/ShaderModule.mm
M Source/WebGPU/WebGPU/WebGPU.h
Log Message:
-----------
[WGSL] webgpu:shader,validation,parse,blankspace,* is failing
https://bugs.webkit.org/show_bug.cgi?id=306784
rdar://169458432
Reviewed by Mike Wyrzykowski.
Fix parsing of null characters and unicode space characters.
*
LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/blankspace-expected.txt:
* Source/WebCore/Modules/WebGPU/Implementation/WebGPUDeviceImpl.cpp:
(WebCore::WebGPU::DeviceImpl::createShaderModule):
* Source/WebGPU/WGSL/Lexer.cpp:
(WGSL::Lexer<T>::skipBlockComments):
(WGSL::Lexer<T>::skipLineComment):
(WGSL::Lexer<T>::skipWhitespaceAndComments):
* Source/WebGPU/WGSL/Lexer.h:
* Source/WebGPU/WebGPU/ShaderModule.mm:
(WebGPU::findShaderModuleParameters):
(WebGPU::Device::createShaderModule):
* Source/WebGPU/WebGPU/WebGPU.h:
Canonical link: https://commits.webkit.org/306765@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications