Bug 306301
| Summary: | [macOS x86_64] http/tests/webgpu/webgpu/api/validation/state/device_lost/destroy.html is a constant failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | mwyrzykowski, tzagallo, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
The following test is failing on macOS x86_64 constantly.
http/tests/webgpu/webgpu/api/validation/state/device_lost/destroy.html
+FAIL :createRenderBundleEncoder:format="r16unorm";awaitLost=true assert_unreached:
+ - EXCEPTION: TypeError: GPUDevice.createRenderBundleEncoder: Unsupported texture format for color format.r16unorm
+ createRenderBundleEncoder@[native code]
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:640:39
+ expectValidationError@http://127.0.0.1:8000/webgpu/webgpu/gpu_test.js:1192:27
+ executeAfterDestroy@http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:59:31
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:639:30
+ Reached unreachable code
+FAIL :createRenderBundleEncoder:format="r16unorm";awaitLost=false assert_unreached:
+ - EXCEPTION: TypeError: GPUDevice.createRenderBundleEncoder: Unsupported texture format for color format.r16unorm
+ createRenderBundleEncoder@[native code]
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:640:39
+ expectValidationError@http://127.0.0.1:8000/webgpu/webgpu/gpu_test.js:1192:27
+ executeAfterDestroy@http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:59:31
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:639:30
+ Reached unreachable code
+FAIL :createRenderBundleEncoder:format="r16snorm";awaitLost=true assert_unreached:
+ - EXCEPTION: TypeError: GPUDevice.createRenderBundleEncoder: Unsupported texture format for color format.r16snorm
+ createRenderBundleEncoder@[native code]
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:640:39
+ expectValidationError@http://127.0.0.1:8000/webgpu/webgpu/gpu_test.js:1192:27
+ executeAfterDestroy@http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:59:31
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:639:30
+ Reached unreachable code
+FAIL :createRenderBundleEncoder:format="r16snorm";awaitLost=false assert_unreached:
+ - EXCEPTION: TypeError: GPUDevice.createRenderBundleEncoder: Unsupported texture format for color format.r16snorm
+ createRenderBundleEncoder@[native code]
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:640:39
+ expectValidationError@http://127.0.0.1:8000/webgpu/webgpu/gpu_test.js:1192:27
+ executeAfterDestroy@http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:59:31
+ @http://127.0.0.1:8000/webgpu/webgpu/api/validation/state/device_lost/destroy.spec.js:639:30
+ Reached unreachable code
Test result:
https://ews-build.webkit.org/#/builders/170/builds/2037
Test history:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fwebgpu%2Fwebgpu%2Fapi%2Fvalidation%2Fstate%2Fdevice_lost%2Fdestroy.html&architecture=x86_64&recent=false
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/168954600>
EWS
Test gardening commit 306253@main (06433d3b71a3): <https://commits.webkit.org/306253@main>
Reviewed commits have been landed. Closing PR #57296 and removing active labels.
EWS
Test gardening commit 306514@main (f0aa9bebd65e): <https://commits.webkit.org/306514@main>
Reviewed commits have been landed. Closing PR #57575 and removing active labels.