-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1950655 - Update
wgpu
to revision 93f64dc847a0e6788b17b292ae4d7…
…d59361e3be0. r=webgpu-reviewers,ErichDonGubler,supply-chain-reviewers WebGPU CTS run: https://treeherder.mozilla.org/jobs?repo=try&revision=02e0b7243aedb87972250504dd6bf64d74ff3f96 I updated the patch with the expectations from that run. There were some regressions in tier 2: - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureStore/cts.https.html.ini` - test path: `webgpu:shader,execution,expression,call,builtin,textureStore:bgra8unorm_swizzle:*` - with error: "Error: Unexpected validation error occurred: Shader module creation failed: Parsing error" - see: https://treeherder.mozilla.org/logviewer?job_id=496834446&repo=try&lineNumber=3089 - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/value_constructor/cts.https.html.ini` - new failures related to vector/matrix constructors with abstract types - see: https://treeherder.mozilla.org/logviewer?job_id=496835790&repo=try&lineNumber=2094 There were also a new failures in tier 3 related to abstract types: - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/and_or_xor/cts.https.html.ini` - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/bitwise_shift/cts.https.html.ini` - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/comparison/cts.https.html.ini` - `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/binary/div_rem/cts.https.html.ini` Overall, there were lots of new passes related to abstract types and I suspect those new failures were actually false positives previously. Limit tests at `testing/web-platform/mozilla/meta/webgpu/cts/webgpu/api/validation/capability_checks/limits/` are as noisy as always... One more try push with all the changes: https://treeherder.mozilla.org/jobs?repo=try&revision=e3b4d3b039ca9e84aa2f4ec0b824c4530f41695d Differential Revision: https://phabricator.services.mozilla.com/D239942
- Loading branch information
teoxoy
committed
Feb 28, 2025
1 parent
c19cc1a
commit 5fd69dc
Showing
220 changed files
with
2,485 additions
and
7,929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1903,6 +1903,11 @@ who = "Erich Gubler <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.2.9 -> 0.2.10" | ||
|
||
[[audits.document-features]] | ||
who = "Teodor Tanasoaia <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.2.10 -> 0.2.11" | ||
|
||
[[audits.dogear]] | ||
who = "Sammy Khamis <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -3578,9 +3583,9 @@ criteria = "safe-to-deploy" | |
delta = "23.1.0 -> 24.0.0" | ||
|
||
[[audits.naga]] | ||
who = "Erich Gubler <erichdongubler@gmail.com>" | ||
who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>" | ||
criteria = "safe-to-deploy" | ||
delta = "24.0.0 -> 24.0.0@git:723abcb1d3d182f9a4bf973f02c6da39a4090f23" | ||
delta = "24.0.0 -> 24.0.0@git:93f64dc847a0e6788b17b292ae4d7d59361e3be0" | ||
importable = false | ||
|
||
[[audits.net2]] | ||
|
@@ -5754,9 +5759,9 @@ criteria = "safe-to-deploy" | |
delta = "23.0.1 -> 24.0.0" | ||
|
||
[[audits.wgpu-core]] | ||
who = "Erich Gubler <erichdongubler@gmail.com>" | ||
who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>" | ||
criteria = "safe-to-deploy" | ||
delta = "24.0.0 -> 24.0.0@git:723abcb1d3d182f9a4bf973f02c6da39a4090f23" | ||
delta = "24.0.0 -> 24.0.0@git:93f64dc847a0e6788b17b292ae4d7d59361e3be0" | ||
importable = false | ||
|
||
[[audits.wgpu-hal]] | ||
|
@@ -5838,9 +5843,9 @@ criteria = "safe-to-deploy" | |
delta = "23.0.1 -> 24.0.0" | ||
|
||
[[audits.wgpu-hal]] | ||
who = "Erich Gubler <erichdongubler@gmail.com>" | ||
who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>" | ||
criteria = "safe-to-deploy" | ||
delta = "24.0.0 -> 24.0.0@git:723abcb1d3d182f9a4bf973f02c6da39a4090f23" | ||
delta = "24.0.0 -> 24.0.0@git:93f64dc847a0e6788b17b292ae4d7d59361e3be0" | ||
importable = false | ||
|
||
[[audits.wgpu-types]] | ||
|
@@ -5917,9 +5922,9 @@ criteria = "safe-to-deploy" | |
delta = "23.0.0 -> 24.0.0" | ||
|
||
[[audits.wgpu-types]] | ||
who = "Erich Gubler <erichdongubler@gmail.com>" | ||
who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>" | ||
criteria = "safe-to-deploy" | ||
delta = "24.0.0 -> 24.0.0@git:723abcb1d3d182f9a4bf973f02c6da39a4090f23" | ||
delta = "24.0.0 -> 24.0.0@git:93f64dc847a0e6788b17b292ae4d7d59361e3be0" | ||
importable = false | ||
|
||
[[audits.whatsys]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...la/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/all/cts.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...la/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/any/cts.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.