Bug 267283
| Summary: | [WebGPU] api,validation,capability_checks,* is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Wyrzykowski
[WebGPU] api,validation,capability_checks,* is failing
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120726401>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/23544
EWS
Committed 274277@main (91ff64157ab7): <https://commits.webkit.org/274277@main>
Reviewed commits have been landed. Closing PR #23544 and removing active labels.
Diego Pino
This commit broke the build for GTK-Linux-64-bit-Release-Debian-Stable-Build bot:
https://build.webkit.org/#/builders/46/builds/37293/steps/9/logs/stdio
Error message:
```
../../../Source/WebCore/Modules/WebGPU/GPUDevice.cpp:165:11: error: expected nested-name-specifier before ‘enum’
165 | using enum GPUTextureFormat;
| ^~~~
```
This bot builds with GCC 10.2 and likely this C++-20 feature (using enum) is not fully supported by this version of the compiler.
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/24067
EWS
Committed 274285@main (ed1f614fe8d1): <https://commits.webkit.org/274285@main>
Reviewed commits have been landed. Closing PR #24067 and removing active labels.