Closed
Bug 1853952
Opened 2 years ago
Closed 2 years ago
Assert that WebGPU tests are running with the hardware configuration we want
Categories
(Core :: Graphics: WebGPU, task, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: jimb, Assigned: nical)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When running WebGPU tests, we should actually assert that we got an adapter configured as the test expected. We can waste a lot of time dealing with tests that are unexpectedly running on the wrong kind of adapter.
For example, in bug 1853140, Nical noted:
Our CI is randomly switching between dx12 and vulkan adapters which is no good. We want both the windows CI and users to use dx12.
Updated•2 years ago
|
Blocks: webgpu-v1-cts-blockers, webgpu-v1
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9d86ba48e815
Add a pref to assert that wgpu tests run on hardware. r=webgpu-reviewers,ErichDonGubler
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•