Closed
Bug 1922854
Opened 5 months ago
Closed 5 months ago
Update wgpu to ee0d1703 (2024-10-04).
Categories
(Core :: Graphics: WebGPU, task)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
What it says on the tin.
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → jimb
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 months ago
|
||
Assignee | ||
Comment 3•5 months ago
|
||
We're getting a lot of new Tier 2 failures like this:
TEST-UNEXPECTED-FAIL | /_mozilla/webgpu/cts/webgpu/compat/api/validation/render_pipeline/unsupported_wgsl/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,unsupported_wgsl:unsupportedStorageTextureFormats,computePipeline:* | :format="rg32float";entryPoint="csWithStorageUsage";async=false - assert_unreached:
- EXCEPTION: Error: Unexpected validation error occurred: Unable to derive an implicit layout, caused by: Binding 0 entry is invalid, caused by: Read-write and read-only storage textures are not allowed by webgpu, they require the native only feature TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES
TestFailedButDeviceReusable@https://web-platform.test:8443/_mozilla/webgpu/webgpu/util/device_pool.js:22:1
attemptEndTestScope@https://web-platform.test:8443/_mozilla/webgpu/webgpu/util/device_pool.js:413:13
Reached unreachable code
wpt_fn@https://web-platform.test:8443/_mozilla/webgpu/common/runtime/wpt.js:81:25
Assignee | ||
Comment 4•5 months ago
|
||
I think if my assessment in bug 1922908 comment 2 is correct, then the regressions above are just evidence that we're bringing in a fix (#6238) that was causing spurious passes, and we should mark the csWithStorageUsage
tests as expected failures, link to #6372, and land this patch.
Assignee | ||
Comment 5•5 months ago
|
||
I've added expected: FAIL
properties to the csWithStorageUsage
subtests.
Assignee | ||
Comment 6•5 months ago
|
||
This try push is looking a lot better.
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e32945d5964b
Update wgpu to ee0d1703 (2024-10-04). r=webgpu-reviewers,supply-chain-reviewers,nical,ErichDonGubler
Comment 8•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Updated•5 months ago
|
Blocks: webgpu-update-wgpu
You need to log in
before you can comment on or make changes to this bug.
Description
•