You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERRORS
createTextureWithData() => ./webgpu/texture_with_data_test.ts:7:6
error: TypeError: Failed to execute 'call' on 'GPUDevice': 'format' of 'GPUTextureDescriptor' (Argument 0) can not be converted to a enum
const texture = device.createTexture(descriptor);
^
at createTextureWithData (file:///D:/a/std/std/webgpu/texture_with_data.ts:130:26)
at fn (file:///D:/a/std/std/webgpu/texture_with_data_test.ts:16:5)
FAILURES
createTextureWithData() => ./webgpu/texture_with_data_test.ts:7:6
FAILED | 4142 passed (2719 steps) | 1 failed | 25 ignored (2m17s)
error: Test failed
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
tried locally, however cannot reproduce. also, this being a flake makes no sense...
No idea why this happens, but I've seen this error multiple times on different @std PRs. Maybe it is a bug in deno's GPUDevice or GPUTextureDescriptor implementation?
https://github.com/denoland/std/actions/runs/13420418226/job/37491446085?pr=6408
The text was updated successfully, but these errors were encountered: