Update WebGPU CTS to new version 09fdb847d90d0b5bfe57068ce2eb9283cb77fc7f from 2026-03-31 02:21:16
Categories
(Core :: Graphics: WebGPU, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: update-bot, Assigned: aleiserson)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: FBb64cwLT_iweFgtbpcwhw])
Attachments
(1 file)
This update covers 1 commits. Here are the overall diff statistics, and then the commit information.
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/programmable/immediate.spec.ts | 829 ++++++---
dom/webgpu/tests/cts/checkout/tools/gen_version | 2 +-
dom/webgpu/tests/cts/moz.yaml | 4 +-
testing/web-platform/mozilla/tests/webgpu/common/internal/version.js | 2 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/command_buffer/programmable/immediate.spec.js | 805 ++++++---
5 files changed, 1064 insertions(+), 578 deletions(-)
09fdb847d90d0b5bfe57068ce2eb9283cb77fc7f by shaoboyan091 <shaoboyan@microsoft.com>
https://github.com/gpuweb/cts/commit/09fdb847d90d0b5bfe57068ce2eb9283cb77fc7f
Authored: 2026-03-31 10:21:16 +0800
Committed: 2026-03-31 10:21:16 +0800
Refactor immediate operation test to drop dependency on StorageBuffersInFragmentStage (#4619)
greggman@ pointed out that the previous immediates operation tests relies
on StorageBuffersInFragmentStage, which will reduce the cover rate of the
devices. (https://github.com/gpuweb/cts/pull/4558#discussion_r2997664123)
Remove usage of StorageBuffersInFragmentStage and directly rendering result
out to do operation test
Files Modified:
- src/webgpu/api/operation/command_buffer/programmable/immediate.spec.ts
| Reporter | ||
Comment 1•3 months ago
|
||
| FBb64cwLT_iweFgtbpcwhw | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=f37335811ff5c78622e82462e90f9dc5d1680a59
| Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
| Assignee | ||
Comment 2•3 months ago
|
||
Comment 4•2 months ago
|
||
| bugherder | ||
Updated•2 months ago
|
Description
•