[webkit-changes] [WebKit/WebKit] 399d66: [WebGPU] Enable requestAdapterInfo CTS test
mwyrzykowski
noreply at github.com
Tue Oct 31 02:10:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 399d66f88e336da795cf2ed2836dee80af046b19
https://github.com/WebKit/WebKit/commit/399d66f88e336da795cf2ed2836dee80af046b19
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M LayoutTests/http/tests/webgpu/webgpu/api/operation/adapter/requestAdapterInfo-expected.txt
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebCore/Modules/WebGPU/GPUAdapterInfo.h
Log Message:
-----------
[WebGPU] Enable requestAdapterInfo CTS test
https://bugs.webkit.org/show_bug.cgi?id=263526
<radar://117357155>
Reviewed by Dan Glastonbury and Tadeu Zagallo.
Vendor name should be lowercase and device name should not be so
specific, e.g., 'apple' instead of 'Apple M1 Pro'
* Source/WebCore/Modules/WebGPU/GPUAdapterInfo.h:
(WebCore::GPUAdapterInfo::vendor const):
(WebCore::GPUAdapterInfo::device const):
* LayoutTests/platform/mac-wk2/TestExpectations:
* LayoutTests/http/tests/webgpu/webgpu/api/operation/adapter/requestAdapter-expected.txt:
* LayoutTests/http/tests/webgpu/webgpu/api/operation/adapter/requestAdapterInfo-expected.txt:
Canonical link: https://commits.webkit.org/270000@main
More information about the webkit-changes
mailing list