Enable incremental upgrading of test tier for WebGPU CTS
Categories
(Core :: Graphics: WebGPU, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: ErichDonGubler, Assigned: ErichDonGubler)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Assignee | ||
Comment 1•11 months ago
|
||
I currently plan on doing this via the implementation-status
, a la web-platform-test
jobs that use implementation-status
already in Firefox CI. CC'ing :jmaher, who I'll likely be contacting soon with questions. 🙂
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Updated•9 months ago
|
Comment hidden (obsolete) |
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Comment hidden (obsolete) |
Assignee | ||
Comment 4•9 months ago
•
|
||
After discussing the implementation-status
WPT property with :jgraham, it turns out that the only valid values relevant to use are implementing
and backlog
(before, I thought a default
value was in the set of valid values due to a docs. issue). We might want to use a tag
value to differentiate more than 2 stages later, but I think we need to focus on having 2 stages right now if that's easily achievable with implementation-status
. Will move forward with implementing
and backlog
for now.
Assignee | ||
Comment 5•8 months ago
|
||
Assignee | ||
Comment 6•8 months ago
|
||
Assignee | ||
Comment 7•8 months ago
|
||
Updated•8 months ago
|
Updated•8 months ago
|
Assignee | ||
Comment 8•8 months ago
|
||
We need to do this because of 0.25 timeout multiplier imposed on
--backlog
WPT tests; permalink:
https://searchfox.org/mozilla-central/rev/eb4700a6be8371fe07053bc066c2d48ba813ce3d/testing/mozharness/scripts/web_platform_tests.py#433-435
Updated using:
moz-webgpu-cts update-expected --preset new-fx …
with reports from
try:4ee59d698a3a,
version 0.9.0, then…- …not committing new metadata files in
testing/web-platform/mozilla/meta/webgpu/webgpu/
, which will be
handled in a subsequent patch from this stack. - …some manual effort to remove
if os == "mac": SKIP
outcomes for
various jobs in MacOS'webgpu-backlog6
tasks. Will follow up with
these in bug
1893047.
Assignee | ||
Comment 9•8 months ago
|
||
Assignee | ||
Comment 10•8 months ago
|
||
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Comment 11•8 months ago
|
||
Comment 12•8 months ago
|
||
bugherder |
Assignee | ||
Updated•8 months ago
|
Comment 13•8 months ago
|
||
Comment 14•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6796f3c9a6da
https://hg.mozilla.org/mozilla-central/rev/f207a8a61d87
https://hg.mozilla.org/mozilla-central/rev/9382506b792f
Description
•