Update WebGPU CTS to new version 77591d8c07c92538eddd14b66ffccbdace874980 from 2026-01-02 19:57:04
Categories
(Core :: Graphics: WebGPU, task, P1)
Tracking
()
People
(Reporter: update-bot, Assigned: ErichDonGubler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: LhHV8OeMR2OfTatlzDpBog])
Attachments
(2 files)
This update covers 11 commits, including 3 new upstream commits I've never filed a bug on before. (They're the top 3.). Here are the overall diff statistics, and then the commit information.
dom/webgpu/tests/cts/checkout/package-lock.json | 14 +-
dom/webgpu/tests/cts/checkout/package.json | 2 +-
dom/webgpu/tests/cts/checkout/src/common/util/data_tables.ts | 4 +-
dom/webgpu/tests/cts/checkout/src/common/util/util.ts | 13 +
dom/webgpu/tests/cts/checkout/src/resources/cache/hashes.json | 220 +++++-----
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts | 29 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/image_copy.spec.ts | 57 ++-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/reflection.spec.ts | 71 +++-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/capability_checks/limits/limit_utils.ts | 4 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.ts | 15 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/createBindGroup.spec.ts | 6 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/createTexture.spec.ts | 59 ++-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/encoding/cmds/setImmediates.spec.ts | 202 +++++++++
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/encoding/encoder_open_state.spec.ts | 30 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/texture/bgra8unorm_storage.spec.ts | 41 +-
dom/webgpu/tests/cts/checkout/src/webgpu/capability_info.ts | 79 ++-
dom/webgpu/tests/cts/checkout/src/webgpu/format_info.ts | 16 +
dom/webgpu/tests/cts/checkout/src/webgpu/gpu_test.ts | 21 +-
dom/webgpu/tests/cts/checkout/src/webgpu/listing_meta.json | 1 +
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/binary/f16_matrix_addition.spec.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/binary/f32_matrix_addition.spec.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/texture_utils.ts | 8 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/validation/uniformity/uniformity.spec.ts | 106 ++++-
dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/canvas/configure.spec.ts | 89 +++-
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/common/util/util.js | 13 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/api/validation/createTexture/cts.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/api/validation/encoding/cmds/setImmediates/cts.https.html | 38 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/shader/validation/uniformity/uniformity/cts.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/web_platform/canvas/configure/cts.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/web_platform/canvas/configure/dedicated.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/web_platform/canvas/configure/service.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/web_platform/canvas/configure/shared.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/resources/cache/hashes.json | 220 +++++-----
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.js | 29 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/command_buffer/image_copy.spec.js | 63 ++-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/reflection.spec.js | 69 +++
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/capability_checks/limits/limit_utils.js | 4 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.js | 15 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/createBindGroup.spec.js | 6 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/createTexture.spec.js | 59 ++-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/encoding/cmds/setImmediates.spec.js | 202 +++++++++
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/encoding/encoder_open_state.spec.js | 30 +
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/texture/bgra8unorm_storage.spec.js | 41 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/capability_info.js | 73 ++-
testing/web-platform/mozilla/tests/webgpu/webgpu/format_info.js | 16 +
testing/web-platform/mozilla/tests/webgpu/webgpu/gpu_test.js | 23 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/listing.js | 9 +
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/binary/f16_matrix_addition.spec.js | 2 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/binary/f32_matrix_addition.spec.js | 2 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.js | 8 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/validation/uniformity/uniformity.spec.js | 110 ++++-
testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/canvas/configure.spec.js | 89 +++-
testing/web-platform/mozilla/tests/webgpu/webgpu/webworker/api/validation/encoding/cmds/setImmediates.as_worker.js | 6 +
56 files changed, 1738 insertions(+), 494 deletions(-)
77591d8c07c92538eddd14b66ffccbdace874980 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/77591d8c07c92538eddd14b66ffccbdace874980
Authored: 2026-01-02 11:57:04 -0800
Committed: 2026-01-02 19:57:04 +0000
Cleanup some texture checks (#4544)
Add isTextureFormatFilterable and use where things were
being checked more manually. Also use isTextureFormatBlendable
where it was being checked manually.
Files Modified:
- src/webgpu/format_info.ts
- src/webgpu/gpu_test.ts
- src/webgpu/shader/execution/expression/call/builtin/texture_utils.ts
2ded3f4193ae74a13421c5b99ea1d541426fd97e by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/2ded3f4193ae74a13421c5b99ea1d541426fd97e
Authored: 2026-01-02 11:36:06 -0800
Committed: 2026-01-02 19:36:06 +0000
Test reflection of GPUTexture.textureBindingViewDimension. (#4537)
In core it should always be undefined.
In compat it should be what was passed in or the default.
Files Modified:
- src/webgpu/api/operation/reflection.spec.ts
19f59f9b1967ddff2ccf4d57f0c8f2f40ead3c1a by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/19f59f9b1967ddff2ccf4d57f0c8f2f40ead3c1a
Authored: 2026-01-02 11:20:03 -0800
Committed: 2026-01-02 19:20:03 +0000
Compat: Add copy T2T, T2B, B2T tests for textureBindingViewDimesion (#4542)
textureBindingViewDimesion for 2d and 2d-array are tested
as those are defaults but cube was not tested. Add some cases.
Note: This is semi-round about. It assumes that at least some
tests are compatible with cubemaps which require width and height
to match and depthOrArrayLayers to be 6.
Because of the structure of the tests and the cube requirements
not all cases are tested. In particular, compressed cube textures
are not testsed. depth and stencil are not tested.
Files Modified:
- src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts
- src/webgpu/api/operation/command_buffer/image_copy.spec.ts
41c23db11c62aa5e006ebb4a72e60eb59ffd7c8e by Erich Gubler <erichdongubler@gmail.com>
https://github.com/gpuweb/cts/commit/41c23db11c62aa5e006ebb4a72e60eb59ffd7c8e
Authored: 2025-12-22 16:54:40 -0500
Committed: 2025-12-22 16:54:40 -0500
maxInterStageShaderVariables: decrement max fragment input outputs per fragment input built-in (#4539)
-
refactor: normalize deductions in
maxInterStageShaderVariables'getPipelineDescriptor -
fix:
maxInterStageShaderVariables: treat each fragment input built-in as a separate deduction -
refactor:
maxInterStageShaderVariables: usemap-reducefor fragment input deduction calc.
Files Modified:
- src/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables.spec.ts
d5a131f3afc77be7f76bbf956db054e799f2e79d by petermcneeleychromium <96925679+petermcneeleychromium@users.noreply.github.com>
https://github.com/gpuweb/cts/commit/d5a131f3afc77be7f76bbf956db054e799f2e79d
Authored: 2025-12-19 14:41:23 -0800
Committed: 2025-12-19 17:41:23 -0500
Minor fix for operator desc (#4536)
Co-authored-by: Peter McNeeley <petermcneeley@google.com>
Files Modified:
- src/webgpu/shader/execution/expression/binary/f16_matrix_addition.spec.ts
- src/webgpu/shader/execution/expression/binary/f32_matrix_addition.spec.ts
e0c2ca97cdfde2e928ea9e0efaea595adea517b5 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/e0c2ca97cdfde2e928ea9e0efaea595adea517b5
Authored: 2025-12-18 10:50:38 -0800
Committed: 2025-12-18 10:50:38 -0800
Bump @webgpu/types to 0.1.68 (#4534)
Files Modified:
- package-lock.json
- package.json
- src/webgpu/api/validation/capability_checks/limits/limit_utils.ts
- src/webgpu/api/validation/encoding/encoder_open_state.spec.ts
- src/webgpu/capability_info.ts
5c24db5f3ae74193370f820d500d723f0ffdad64 by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/5c24db5f3ae74193370f820d500d723f0ffdad64
Authored: 2025-12-17 22:12:07 +0100
Committed: 2025-12-17 21:12:07 +0000
Require depthOrArrayLayers=1 and mipLevelCount=1 for transient textures (#4533)
-
Require depthOrArrayLayers=1 and mipLevelCount=1 for transient textures
-
Add dedicated test
-
Do not test all texture formats
Files Modified:
- src/webgpu/api/validation/createTexture.spec.ts
18183dc33dcc0bec77d4bd45cb660d501ec26133 by shaoboyan091 <shaoboyan@microsoft.com>
https://github.com/gpuweb/cts/commit/18183dc33dcc0bec77d4bd45cb660d501ec26133
Authored: 2025-12-17 10:23:15 +0800
Committed: 2025-12-17 10:23:15 +0800
Validate setImmediates API in different encoder types (#4515)
- Validate setImmediates API in different encoder types
This PR adding validation tests to cover setImmediates API in different
encoder types (compute pass, render pass, render bundle) by covering:
-
Interpretation:
- Passing a TypedArray the data offset and size is not given in elements.
-
Alignment:
- rangeOffset is not a multiple of 4 bytes.
- content size, converted to bytes, is not a multiple of 4 bytes.
-
Arithmetic overflow
- rangeOffset + contentSize is overflow
-
Bounds:
- dataOffset + size (in bytes) exceeds the content data size.
- rangeOffset + size (in bytes) exceeds the maxImmdiateSize.
-
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-
Avoid allocation issue
-
Enhance oob cases
-
Address comments
-
Fix grammar issue
-
Address review comments: refactor setImmediates validation tests
-
Add SetImmediatesTest class to check feature support
-
Add check for immediate status
-
fix checks
-
Address comments
-
Address comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Files Added:
- src/webgpu/api/validation/encoding/cmds/setImmediates.spec.ts
a660547c2a073b8a41434b88f99c975c502a0703 by Kai Ninomiya <kainino@chromium.org>
https://github.com/gpuweb/cts/commit/a660547c2a073b8a41434b88f99c975c502a0703
Authored: 2025-12-16 16:03:40 -0800
Committed: 2025-12-17 00:03:40 +0000
Test configure() with invalid usages, with some refactoring (#4527)
Files Modified:
- src/common/util/data_tables.ts
- src/common/util/util.ts
- src/resources/cache/hashes.json
- src/webgpu/api/validation/createBindGroup.spec.ts
- src/webgpu/api/validation/createTexture.spec.ts
- src/webgpu/api/validation/texture/bgra8unorm_storage.spec.ts
- src/webgpu/capability_info.ts
- src/webgpu/gpu_test.ts
- src/webgpu/web_platform/canvas/configure.spec.ts
f793370752aaa0814349e81209a1bcbeee20c3ab by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/f793370752aaa0814349e81209a1bcbeee20c3ab
Authored: 2025-12-16 05:36:59 +0100
Committed: 2025-12-16 04:36:59 +0000
Restrict transient textures to 2d (#4531)
Files Modified:
- src/webgpu/api/validation/createTexture.spec.ts
3597f03a6f755d6dd8b36cb10e9b4e9e6d976a2f by alan-baker <alanbaker@google.com>
https://github.com/gpuweb/cts/commit/3597f03a6f755d6dd8b36cb10e9b4e9e6d976a2f
Authored: 2025-12-15 15:55:43 -0500
Committed: 2025-12-15 20:55:43 +0000
CTS for subgroup_uniformity language feature (#4516)
Files Modified:
- src/webgpu/capability_info.ts
- src/webgpu/listing_meta.json
- src/webgpu/shader/validation/uniformity/uniformity.spec.ts
| Reporter | ||
Comment 2•5 months ago
|
||
| LhHV8OeMR2OfTatlzDpBog | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=6a47688493c6bd057c4b8ae5b303a6b99473f8c0
| Reporter | ||
Comment 3•5 months ago
|
||
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
| Reporter | ||
Comment 4•5 months ago
|
||
| eUZBPv1SSxmiZQyJGGsc0g | ||
The try push is done, we found jobs with unclassified failures.
Needs Close Investigation:
-
_mozilla/webgpu/cts/webgpu/web_platform/canvas/configure/cts.https.html?q=webgpu:web_platform,canvas,configure:invalid_usage:*
- 12 of 12 failed on different tasks
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (GrQ4LWjTRyCuGv9Yp-mQpg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (QgiOk7AiSNef5FgqLygq4g)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (NbD7o71kTwOPGLg41-lj5Q)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (czwx6wqoThOFkUiLT96DfA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (cbtUi5IGRN-tvI0h-SSxKQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (Ux_A6YZ3QU6dtihaYVO8Fg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (DHqbScLUSUy2oOGEyHlv1g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (Saobpv2HRbipYU-M0qt7cQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (B3XrIT4vS6atp0QQHe0h4A)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (RCz8QUiXRQqmK9Gq0PRhQw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (QrRUfCxbQ-eLvSjibU0mCQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (Uv-wa1NfTiOdSmdwv5ddVQ)
- 12 of 12 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/web_platform/canvas/configure/dedicated.https.html?worker=dedicated&q=webgpu:web_platform,canvas,configure:invalid_usage:*
- 12 of 12 failed on different tasks
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (GrQ4LWjTRyCuGv9Yp-mQpg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (QgiOk7AiSNef5FgqLygq4g)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (NbD7o71kTwOPGLg41-lj5Q)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (czwx6wqoThOFkUiLT96DfA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (cbtUi5IGRN-tvI0h-SSxKQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (Ux_A6YZ3QU6dtihaYVO8Fg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (DHqbScLUSUy2oOGEyHlv1g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (Saobpv2HRbipYU-M0qt7cQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (B3XrIT4vS6atp0QQHe0h4A)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (RCz8QUiXRQqmK9Gq0PRhQw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (QrRUfCxbQ-eLvSjibU0mCQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (Uv-wa1NfTiOdSmdwv5ddVQ)
- 12 of 12 failed on different tasks
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: dgdEl3kNRkGLBAoqT7z02w, du9lE3GNRjaUB3ryLzdnIg, DsUdP3DKTh2Yi2hgfNSDSg)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-16 - 3 of 3 failed on the same (retriggered) task (failed: f3nuUOtTTgWRo8awIDSeSw, O5oh4qX8T7OCxcN2t6nq0Q, C3G4doQuTyqvlA7D9DqYHw)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: bG07tXbJTO29gICyo4MMPQ, YxmHhYIHTmOVpJA1vkvkPg, InpMgCDYRJeQqUB0k68wBA)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: SAAV-flGTXWp5VvvP3f6ow, WuVgKBrYTuuaDbzM2VTxjg, PZvrySBnQWmC27utRIG4GQ)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-1 - 3 of 3 failed on the same (retriggered) task (failed: BgsY9X1TQaWJzAX73ijkrA, GKaQpA4iQ96Xl7j3C18jDQ, dldFLoCmShuNVwTdXmV9uA)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-22 - 3 of 3 failed on the same (retriggered) task (failed: epVMXv-MSsCNh7AFWH6pzw, LRaWjejCSCi7YBA1Pv__EA, SCLskgkIRH61UZFypLymZg)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: FH9naX6QSoOthevlr9FRnw, BWSd5UZUQvm-uXj_mtz6KQ, Oegafv4CSFi-6MQy0ntdRA)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-3 - 3 of 3 failed on the same (retriggered) task (failed: Jdizs-AuQHqJiI31BUeA4g, AR7KGy25QVCluujkIaHmdQ, dazW2rn_QMSaFGLp0o-bew)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: JDhMr5brT2-g3JufJ_zt8g, M-wNt3FbTemkdk9lOGH10w, WCrOxjLrRYW2KjNxlRsC2Q)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: cYpYHfQxSoSz0f2EE7hrqg, QF4hB5BiRIa-gri5BtVi-Q, DVib_mKWSPavZDMKM-8tqg)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: Ibx26rSyTXGiFTTZY6DtRA, LAcV__mGQcK447IFUg-9oA, D0V76eVJRrOIfS5Zeat0jw)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-long-1 - 3 of 3 failed on the same (retriggered) task (failed: ZfMx2hJCQJS3GKjtH_ta7A, a3lWi9YATM-r1buwUsmh3A, aywOXL6pRUKLD-rjSfGqtg)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: ACCmZiKjTjiKCgys5ccv8Q, I9hN1rDwRI2d_3W5lBF4MA, aqVwfAiPTl6lSyKhHqXSJg)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-long-6 - 2 of 3 failed on the same (retriggered) task (failed: UXStGolYRQSjJMVg8mPnWw, ExHnrrcaST68NIC5veEbSA)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: ZNIB7-WoS22h-bIY9g881Q, J6tn2cPIRKq_YQgjEXcZ4w, XCXTWNZkSBe84zUIkHIFEg)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: Rxlr8tHAQeK2i0ScnngzvQ, QNPBG7oaTYmXJ6Tjq8rSlg, c6Tvbb17R-SNYp8mGT5E4w)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: FBFCeWzLSIqXRT69xbYtAQ, eOoxKQdQR_Oqt2S-dhFY9g, ffo4W-UWTZOYoUIQIFWRUA)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: depsjU3gRiCCfuCxRzU93w, ZynaDp_CSHy6kDp4QNJ2uQ, aHUhKp9kSqSzirzD36Jx3w)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: aJ-ra_YUQMyKSvbowd7l8g, Yuha52dJRiebsYyQOD8JUw, C5KLFyDSQh-GHsmMTECRfg)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-long-1 - 1 of 3 failed on the same (retriggered) task (failed: W44IGGG6TtiryiixcWGl3Q)
Needs Investigation (Possible Intermittents):
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-2 - 3 of 3 failed on the same (retriggered) task (failed: LTEL6iRVR7SN1-bL48UZ_A, HtsoIQATTOmzvSh2JWvbgQ, f40Tcp-rR92mJ1CxXdIAGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-6 - 3 of 3 failed on the same (retriggered) task (failed: czhJ7qxWQr2kpzcCzN8kng, eU4x671yQhKXA7AwdQLmvw, DoETu66-QsOdRMcZTB0w0g)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 - 3 of 3 failed on the same (retriggered) task (failed: C_VL-hkJRByOXA_xnxzLmA, K8t7sGRzRgmrOD9SixJEIg, SKNG6KJ1SWqflwVPdjCsSA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-25 - 3 of 3 failed on the same (retriggered) task (failed: PonZrladTnumfXMb5hShoQ, a00zUJmxQG6G9xsJuFYb_A, MYcKGPeBRmapVyhUr2bEGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: HDct2YvmQCW2LRdpailIoQ, HLuNtO-CTNWpqKjNKqSUaw, f-CGMN-YS7O4qmvSYHCAmg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: Rpq5mx1oRES39dck1dzpOQ, VtQi7BDBQ5qgsUxKRQL7jA, bo7q41aHTf68kcIUPw0LcA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: EEmu-RRMRyyEy8fKShAZyQ, b37m3dMSQ4i7FzdAJXM2nA, ZCOWRJwuQtqi1HiYh3uNRg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-long-2 - 3 of 3 failed on the same (retriggered) task (failed: JdeuEpDISU-lHevGc3pRQw, MkF_i4PcQpG9IlDssMUoTQ, RZC3_iYiRgmKMOSgUlp4Og)
- test-macosx1470-64/opt-web-platform-tests-webgpu-4 - 3 of 3 failed on the same (retriggered) task (failed: M0RZbq9dTJmiHnmgKe6iFQ, aQts15G1TEucVAV1d6e4gA, bLTkv_TrSJi2RXCqFmdsBA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-2 - 3 of 3 failed on the same (retriggered) task (failed: C-BtWa1DRB-dkGAtyiYxpg, OHBfc0WXRbKBip2SFzNtaw, dvk741BgRuKf3OkgGTZIFw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-1 - 3 of 3 failed on the same (retriggered) task (failed: HOKtrue8T-qLiJe3-BBU0g, GPkDi0PxQ_6nDfwgnPiYrQ, Hi4vNaTMRkSbQNlbSdMeIA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-12 - 3 of 3 failed on the same (retriggered) task (failed: L_odbbhuQsWY6s9FwVCSlw, UfOmY5m2T2yPsUX2reP2Eg, eu8S41xiRommsyibebYzUA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: CK46ayVXRDKtfVpOO3ChCw, d2CNN2mUQUaOMMcIfSn2ng, Z4dZEScPQk-fn6XtckJiwA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: ScuiDJtnSjarUK2JJCLpZA, NWvIOlaLR6iqpGXiItUN3g, Df6dWc_DTNOe1DP8ZezX4Q)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: c-Zio1nUQyiK_jLzuzX8dQ, Oxw0dRhdQMKqu4fGl9e6aw, UzJEHReNSx2RDD-UFvCb_g)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-18 - 3 of 3 failed on the same (retriggered) task (failed: Ho2maHbxTYmLuCEegCnnOA, ZS9nyOgmS-m3d_gPQDTaRA, D8X5CIP9TMecsdJL4kAHNQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-16 - 3 of 3 failed on the same (retriggered) task (failed: GoszlznRToK7Cka2Rp2PEg, WnU1AWkUSGGokl9MIbq61g, OPAxPjX5Se6vbuO9HCmKMw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-7 - 3 of 3 failed on the same (retriggered) task (failed: JeN821ixTiiu2jFF615Smg, H487fKOlRnWauNy8SIZyKg, U_OIFUvaSFWU_L-YXz_eCw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-1 - 3 of 3 failed on the same (retriggered) task (failed: fuhwSGhuQOm3QZR0gFs9tw, AkaWWbTHSQGsitASa9sWEw, BqRHskB8Q6KW1UDKHlcZFw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-24 - 3 of 3 failed on the same (retriggered) task (failed: InLHeBaoSduEb_aB_lFUfA, LVX7kMOjR6i6j4TEOtfkGA, PvdY1AtdQVeonSRAmky1ng)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-3 - 3 of 3 failed on the same (retriggered) task (failed: WWu4ysQ1QH2mitYd-X3rvA, EqADRjAYTvehsICw3nnFNg, KZGkJ4itS5SV9RNR4-fJnA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-22 - 3 of 3 failed on the same (retriggered) task (failed: bFCNfI8vT8eUYFj449EmmA, bwmnVsb7RtGQXHVMBYW8Kw, bKakkMv3RkKbJajUNzGylg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-long-1 - 3 of 3 failed on the same (retriggered) task (failed: VGNfepGpR6GPQgaB-kMtlA, A7wlkVYuTtCCU65gCKP1Ew, EgJsRYqNSJquKXnewFQl9g)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: bv87FRnQQ-eZp-6aETRLsw, eGqjj7aUQuKb36BSnmTOIg, WaqsiqrxQFqtBTtakG25wQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 - 3 of 3 failed on the same (retriggered) task (failed: NqkCGYIIRkGr4xbX5aK0vg, c19tBUAmQE-3trKLfnimYQ, cGht69LiQSy3SEVOe60MLw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-19 - 3 of 3 failed on the same (retriggered) task (failed: Qe54K2rhRoyoAPDptKNprA, KUpBtPRtTLSzUkoc593tbg, Ulu9jlh8TZmJ3JIaWJnkAg)
- test-macosx1470-64/opt-mochitest-webgpu - 3 of 3 failed on the same (retriggered) task (failed: VPWIjO8DSXapN8PSiBoeLQ, ZiySvs9hSXe2NdsmUzfDUQ, aSFNndt5TlaZQg9pH1q4oQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: SJw8VqsoRASaXlkoGCHbog, ak-WtT2fRNOiIP_UFjWK4g, XlkohXq4QPmUoXQ0hXGZsA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-5 - 3 of 3 failed on the same (retriggered) task (failed: XYue6kiiR_yneWVrK54WTg, CpvhfZZSQWuUbG-y5n5pFA, GDPQkNSFQR-QuWidKdrogw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-11 - 3 of 3 failed on the same (retriggered) task (failed: SbfP5SzMRaSgaRghB53ynA, fBWfIImHTQ6ztkXxUPpOVA, ZimrA0YMSQqhB7H47BA0LA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-6 - 3 of 3 failed on the same (retriggered) task (failed: DN3ndiXYTuW2FWAggzTW8A, EL-S3NQ4QFajzqMjZCTQwA, cRFv8Pr6RByi2p_L6El_kQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-17 - 3 of 3 failed on the same (retriggered) task (failed: CfhQgpqkR4efi7qZdjTjaA, fzskXb8LSEWOQzO36HEOHg, WzoIRvm9Sf6x8JlQBSgatQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-20 - 3 of 3 failed on the same (retriggered) task (failed: B__DVxk2TKGkiqe6vfTm9w, Yk8myAwyTIWYRxM8bjOS2A, QNuo-DKZS8iGRhYnqkzVyQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-10 - 3 of 3 failed on the same (retriggered) task (failed: QZLGtW_ESxamkPiBJkhjcA, EfJQ0i2tSJqw-2uQQM2D-A, U9GLMliAT5qtmX0pX_E4_Q)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-5 - 3 of 3 failed on the same (retriggered) task (failed: TX8yAcKZSjqiuL6h2j7Y_g, AV9x_hB1Q7i5mRk6MriyQg, Wj81ZaPTR8Kdb6PqTe3KaA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-8 - 3 of 3 failed on the same (retriggered) task (failed: WdqIL5qYS361MiogI-kQrQ, TD6LCGjFTRqkha_2K_AwSA, IY7zP7I5Rhe0Ft082NFAlg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 - 3 of 3 failed on the same (retriggered) task (failed: A54j1JGmSWukh18DxpF-3w, as7YYQYZQjSX1sko7v958A, acekYddvSgKrTBLfyEBXKQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: KdbqngRRT9ismX1C0BWfFQ, HmYa1zEAS4qed070dWfttg, cNTFOMSvQJSvYOeXfnEomw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-9 - 3 of 3 failed on the same (retriggered) task (failed: MY4lB0mVSAu3dOFKjYCg9A, HNMxFkS1R4arE863bzDPhg, HCXND_YWTNKOaXYccWKmoQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-10 - 3 of 3 failed on the same (retriggered) task (failed: E-7tS3YQTJ2CmvJ0iAatNg, JmF1yT8US26eQheEC6UzKQ, CMbJN5tOTXSq3Il_HWgaRg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: U0souYowRNeqRvFPv_9u-w, IrdgRLfvSYWA-7MpqIUKIQ, YfAQri8jTKC_afJdsr-VnA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 - 3 of 3 failed on the same (retriggered) task (failed: aw6hn4fVR3S-O6tddB0mOQ, VbRtj3nvReeeSrlotRApYQ, eGh1X8B_Qk2LpozcHyvtDw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-21 - 3 of 3 failed on the same (retriggered) task (failed: MsKIAlcKS7SaqqSM2HBGKQ, fmSLkKo_SkaK9ZyMMI82Hw, fviIQyPbTseZ9mZwT6n6pA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-1 - 3 of 3 failed on the same (retriggered) task (failed: edpt50PzThqio-VGl4MPww, G_Rx_ndMRhSDpTwEyPoKEA, MHn7U63cQsWCKSh9T6BnJw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-8 - 3 of 3 failed on the same (retriggered) task (failed: QfuvzWdaTiibsaREKwpT0w, KZhOuhJoTk6w6j86eBvlGQ, RiKCTDf0RmeNDxZScFgU6g)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: bRLy9dPKRWubBETIdabreQ, FKKUu26FSuGQ-jIX0LDKYQ, fIj4uO_nTGKnFyi7FA8kdg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-23 - 3 of 3 failed on the same (retriggered) task (failed: bOvviYekShmUxayvn0r0OA, WZTVpoghRfu8r4y_uCYOtw, Ksaq8ljpQ4SDwtZ2jugOLg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-17 - 3 of 3 failed on the same (retriggered) task (failed: G_gYMmKvSh6-SKgWJCG5pQ, GoPykB9TQCGMbsuDqzwliQ, dHOL1LnWTH6FCwD831vamQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: HOmyRb9tQq6k13KDbjm0hw, N9nE4TGxSCCCBGLG2B-YwQ, CgVPy38aRMuirdMdxR3APw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-12 - 3 of 3 failed on the same (retriggered) task (failed: UeDoveYUR4GhJ4XCwyOvmQ, Xx0mwjFvT-KxVnAl9Qyatw, Jb8R0aZzT7CT4H5if_bYYA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: O0hKjN9GRxOfiR_wAo9LmA, bhXXBLxgQYiefW6jxPQSBg, Eamz4NSZSkqbbF_Te_4Z0A)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-6 - 3 of 3 failed on the same (retriggered) task (failed: SEcyc6tsR6WkputVwcslmA, CXj-t_VDSDC8rbJN3314lw, O395tX2XRgCvMxyuQwPwdw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-6 - 3 of 3 failed on the same (retriggered) task (failed: NR1ybzC6SWC9iWMfGsI5HA, WZOE-ZE5SSSLTUHMZiZ-0Q, Veg0vRQKSWqywD4xDnwyTg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-16 - 3 of 3 failed on the same (retriggered) task (failed: HvLIUlndRFOIbd-uMbvFww, LLFhSyvMR7mYRaakakxGDg, dkGD8tcRTZyFLcGh7B0RDg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-18 - 3 of 3 failed on the same (retriggered) task (failed: LXdRYnZLQmGGsBS4lyyEpg, PtOdNpImQma3Jn81mabpZg, X7juoGCHT2CsCci8b01RrA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 - 3 of 3 failed on the same (retriggered) task (failed: dvBmcqA3TpC5AEXBG30gnQ, YPAl-f8CQYezaeuciAZPUA, KYgaQKIjS8iQa3i5eLGqYw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-7 - 3 of 3 failed on the same (retriggered) task (failed: Cow4NT6mRiKcCsx-dV1pyQ, Znfp9g09TWmpEcs2s7BgXg, NdtZCiyLRlGVpPOCeGKHUA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: SRAmMw0KRtauasSYLqG-cA, X0vSk0m7RCiXwtJ_SmUkLw, YW7kjo1eSZKVu9aAgKfh4w)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-24 - 3 of 3 failed on the same (retriggered) task (failed: eQIIqZFfSQGn12Lz3yL5qQ, CMGvSYttTvmkLH--m037eA, YSHaVqPMSpu7nnyS8E6swg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-9 - 3 of 3 failed on the same (retriggered) task (failed: ZiaAv8neSoue3I8HOvUAVQ, JbP3UAQ1SHetlS0-KzUFVw, QoTLUzTFRPO4DxmVDQeL3A)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-8 - 3 of 3 failed on the same (retriggered) task (failed: emgGmtTBRc-cM6FXH5HdUw, RUe45xB6SHi44vwUMl7mGw, JvsV1eAKQSiNBt-MMTZhLw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-11 - 3 of 3 failed on the same (retriggered) task (failed: SS5DTxGbR6OPe_ub4NC5ng, YGR2b8-wQg2FEUMrBioTYw, HCHoAIgbR3aGcx2eVFlujA)
- test-macosx1470-64/debug-mochitest-webgpu - 3 of 3 failed on the same (retriggered) task (failed: YpukTsQCSVqqWHUUTCQuzA, ETELopG7RMGl1h-T9Ru2NQ, b-X7ZVVXTJm0wwKhqSuorg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-1 - 3 of 3 failed on the same (retriggered) task (failed: P-AD81krRaKOqBw9_gsH0A, ZvCbnoEoRe2f2Yp8XtVrvw, MNzHLqHpT_aq0tE82DGjGg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-long-2 - 3 of 3 failed on the same (retriggered) task (failed: bul79WFmTWyfKAkBsZ6utg, bpkCF7jxS-ChZ7U0Y74wjg, VrtNqRPxRr-UhRvsWSsp3g)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: UUzOJ7_-Tfu8zjji24lezw, CodlFNtWSveUJgOBQwAX8A, STyGtKjhRymV24LbC8sGPA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-8 - 3 of 3 failed on the same (retriggered) task (failed: d_Q_pl1xREiCw5ajClJ1Zg, Eo8DFSxCT2KCAXA8Zn5PTA, VdL1qIskQ2KXr1t1wGjD9g)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: N9sO8sZ1Qaih4hSlYEesww, eTZ8D7RETpexYzal3k_AMg, FIkDOO0-TcqmGopeNrdNIQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: f_8ZuCZeSzSqinuVu5VFQA, NvOtX7wrQi-XQe7BZhUkAQ, DAO4I9hyRWmAoPCUA68dLA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-2 - 3 of 3 failed on the same (retriggered) task (failed: JFWz-zKPSgafgqydhpUCsA, cDELKYCxRviGfTCaf5ntaw, Ce0vxhHOTsGe40kD-Y65Dw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-5 - 3 of 3 failed on the same (retriggered) task (failed: SbuOppahS7m9b7xy42XpGw, PsEwm8tzRwOOyDyl_VMPdQ, GS4Y9qWnRkmHReSOnYk5RQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 - 3 of 3 failed on the same (retriggered) task (failed: YwSTKiN4TOi601_ZN5VRgA, F0vufxbyR3iI69w5m0fzRQ, Dydu4Mp9T5mEXEk_NjiA_Q)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-23 - 3 of 3 failed on the same (retriggered) task (failed: ErqSmoK2RsCvUVU5a6xGuw, YspMfKIOS-mq64gqhMQn8w, LacLk6QRR_mSUKQmg07zBg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-25 - 3 of 3 failed on the same (retriggered) task (failed: VSWDnVa6SGWmcc0YT6OqWg, beJtmCJcRwqGEcDGq9FdZg, ZVAfZqX3RYimPXsYKWA_WA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-19 - 3 of 3 failed on the same (retriggered) task (failed: Gc4CQGZmRTCmGhpruFDpPQ, LdDXa08jTq28aZWfQmj5nQ, JD5WZJpPQ5iDhVQ8fxGWfg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: XQY8deFdSS-2iV5aRx9LCw, NSoszluGQq-ar8xXx6SWOQ, dAZIzbJFRni3LfIE1G-Dpw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-21 - 3 of 3 failed on the same (retriggered) task (failed: ID4dITc3QI-mLGLUBpz0Xg, DAtiwpQWQ0mlUzkJUVcGOQ, D46zS3FARfmbXgReUbTRgA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-2 - 3 of 3 failed on the same (retriggered) task (failed: IPO3QTlpR_CS92pLVpqiuA, Yht6B8T-Ts2XhGG9EerzXg, dltbyr83Ts6V2uXnnKFGBg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-10 - 3 of 3 failed on the same (retriggered) task (failed: eu81RkmwS5iDUpURZg_LJg, G8n9oXIWQkON5p4j6Pc8-A, DMvA4av4QOO-bJVWll8SQg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: ZBFzpIrmShSOAyjiUuClOQ, YbgtI9m5S8ydkTjKnY_RUQ, A5YvhcDdQ8aN5OEbJSFQww)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-1 - 3 of 3 failed on the same (retriggered) task (failed: KgeQMuKyTPyxA8Grw8hkDw, RMzpXNa_TlK3Sfnt33jJNA, cqN1rArOR-20JqO27LEjlA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-22 - 3 of 3 failed on the same (retriggered) task (failed: a7mAyP8IRPasPXpDiL8Nxg, QBZcgG37TQeLnQ_JqpbJ6w, CR2XCN0tS8-8_0btZcEJTQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-5 - 3 of 3 failed on the same (retriggered) task (failed: S4ul5hVtQlWDUMd0s3km4A, AnpkZEmWS3WHAJNyEDTfnQ, epMlqi46RtKkwBDfQ2P8Cg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-long-1 - 3 of 3 failed on the same (retriggered) task (failed: Nek8ZGNKQCuvZP4Pyp5k1w, HnLVIBucQ4CKW_e_z0uZAQ, CkdB_rupRtO4GNRvSNH3_A)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-10 - 3 of 3 failed on the same (retriggered) task (failed: OZ0vhnnDRUylB8M7FSBhiw, LLFxSgVrSieqzUC0ScJjhw, QXaEvTbQTSKcmtoaCdrIJw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-3 - 3 of 3 failed on the same (retriggered) task (failed: N888U1v7S_yUMOG9Y7i4Jg, V6hdbw_9SqOzodNPXsodZw, KlAXBeoZRyOtCjitPpQaxg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: XmWzBubXSVKYZfw7Tad_ow, XAqbHOgRRbaDMYC-raekNg, QqBGgaB1ToGtu_zLi4F2aQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 - 3 of 3 failed on the same (retriggered) task (failed: YtEx02xZSTufahTEDSWaow, IFJ95m_MRYO4bKWlkB1utg, J51yLU-LS72sDki4Yu9K_g)
- test-macosx1470-64/debug-web-platform-tests-webgpu-13 - 3 of 3 failed on the same (retriggered) task (failed: WPExE66sRYyv3HBprB9MOw, F_29a1JmS4q-6B5b7nRrCA, GLv3kITBRBW6K6gEIMAf2A)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-20 - 3 of 3 failed on the same (retriggered) task (failed: bbYffx8ySN-vAfrNbYH8Xg, LK6KsXnnQ7GdecUToFc3NA, Hshfsu2jRHOBEC_phuBoYA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-1 - 3 of 3 failed on the same (retriggered) task (failed: Bgf9pAadS2-YL2485BiiIw, J0BRd-qDS9CBDu2VPbRTug, AXA-1rvPT1qw_n9dFKP1MQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: PhFkzwNgTGaX8Ha4hM5qrw, a_c9IBFAR8KDnQu0LVWiqw, Oq0-7jT8TP-jtR8rPUhd0Q)
- test-macosx1470-64/debug-web-platform-tests-webgpu-4 - 3 of 3 failed on the same (retriggered) task (failed: aHiVfvutTTajF7DUDUFwBw, C2IE0EgRTp20gSe6wTH9gQ, dNBEChtBT-GBf1zIyFbVYw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: TBFkJq6yQnCbCa0Ak7DPGQ, Y_pG7qYzS8e6-9DXx5uNeA, blywJ4dmSk6o0Y1bvnKxqg)
Known Issues:
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-long-1 - 1 of 3 failed on the same (retriggered) task (failed: PhOwZinuQbyDtCyGiaG90Q)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-3 - 2 of 3 failed on the same (retriggered) task (failed: f4LILX4YQwea52Y6xapXiQ, Ajw473yzRKOeoXDREhdRyQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-long-2 - 2 of 3 failed on the same (retriggered) task (failed: cGOJ4XeyTYC5ZthYCmbrpQ, VRKtkFP9S6yqXdt1BjFbtg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-14 - 1 of 3 failed on the same (retriggered) task (failed: ZoOwnsSFRFu95ARyaI8RrA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-3 - 1 of 3 failed on the same (retriggered) task (failed: BqOvtZZqQ_O7S46apssRhQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-2 - 2 of 3 failed on the same (retriggered) task (failed: Ry2rp_qaRtaT5OKN2v7oLQ, UIlcJw2KRjGxbean-K7kBw)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-12 - 1 of 3 failed on the same (retriggered) task (failed: NHKPsYDaQbCglxgHiDOy0g)
These failures could mean that the library update changed something and caused
tests to fail. You'll need to review them yourself and decide where to go from here.
In either event, I have done all I can and you will need to take it from here. If you
don't want to land my patch, you can replicate it locally for editing with
./mach vendor dom/webgpu/tests/cts/moz.yaml
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
| Assignee | ||
Comment 5•5 months ago
|
||
| Reporter | ||
Updated•5 months ago
|
Comment 7•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9f9a91ea6e02
https://hg.mozilla.org/mozilla-central/rev/1b315d613b4b
Updated•5 months ago
|
Updated•5 months ago
|
Updated•4 months ago
|
Description
•