Update WebGPU CTS to new version d5a131f3afc77be7f76bbf956db054e799f2e79d from 2025-12-19 22:41:23
Categories
(Core :: Graphics: WebGPU, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: update-bot, Assigned: ErichDonGubler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: WKHvNlKJRd69txpII9XGyQ])
Attachments
(2 files)
This update covers 15 commits, including 7 new upstream commits I've never filed a bug on before. (They're the top 7.). 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/adapter/requestDevice.spec.ts | 24 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/memory_sync/texture/texture_sync_test.ts | 4 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/render_pass/resolve.spec.ts | 73 ++-
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/maxStorageBuffersInFragmentStage.spec.ts | 5 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage.spec.ts | 5 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage.spec.ts | 5 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage.spec.ts | 5 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/createBindGroup.spec.ts | 29 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/createTexture.spec.ts | 73 ++-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/encoding/cmds/copyTextureToTexture.spec.ts | 8 +
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 | 47 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/image_copy/buffer_texture_copies.spec.ts | 4 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/image_copy/texture_related.spec.ts | 7 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/copyToTexture/CopyExternalImageToTexture.spec.ts | 5 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/render_pass/render_pass_descriptor.spec.ts | 20 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.ts | 5 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/texture/bgra8unorm_storage.spec.ts | 49 +-
dom/webgpu/tests/cts/checkout/src/webgpu/capability_info.ts | 106 +++-
dom/webgpu/tests/cts/checkout/src/webgpu/constants.ts | 2 -
dom/webgpu/tests/cts/checkout/src/webgpu/format_info.ts | 15 +
dom/webgpu/tests/cts/checkout/src/webgpu/gpu_test.ts | 10 +
dom/webgpu/tests/cts/checkout/src/webgpu/idl/constants/flags.spec.ts | 18 +-
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/validation/uniformity/uniformity.spec.ts | 106 ++++-
dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/canvas/configure.spec.ts | 95 +++-
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/shared.https.html | 1 +
testing/web-platform/mozilla/tests/webgpu/resources/cache/hashes.json | 220 +++++-----
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/adapter/requestDevice.spec.js | 24 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/memory_sync/texture/texture_sync_test.js | 4 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/render_pass/resolve.spec.js | 75 ++-
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/maxStorageBuffersInFragmentStage.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/createBindGroup.spec.js | 29 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/createTexture.spec.js | 73 ++-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/encoding/cmds/copyTextureToTexture.spec.js | 10 +-
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 | 47 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/image_copy/buffer_texture_copies.spec.js | 4 +
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/image_copy/texture_related.spec.js | 9 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/queue/copyToTexture/CopyExternalImageToTexture.spec.js | 5 +
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/render_pass/render_pass_descriptor.spec.js | 20 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.js | 7 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/texture/bgra8unorm_storage.spec.js | 49 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/capability_info.js | 102 +++-
testing/web-platform/mozilla/tests/webgpu/webgpu/constants.js | 2 -
testing/web-platform/mozilla/tests/webgpu/webgpu/format_info.js | 15 +
testing/web-platform/mozilla/tests/webgpu/webgpu/gpu_test.js | 10 +
testing/web-platform/mozilla/tests/webgpu/webgpu/idl/constants/flags.spec.js | 18 +-
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/validation/uniformity/uniformity.spec.js | 110 ++++-
testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/canvas/configure.spec.js | 95 +++-
testing/web-platform/mozilla/tests/webgpu/webgpu/webworker/api/validation/encoding/cmds/setImmediates.as_worker.js | 6 +
75 files changed, 1831 insertions(+), 590 deletions(-)
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
b231a8cb24882dc5cb19655053515c4c34f28520 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/b231a8cb24882dc5cb19655053515c4c34f28520
Authored: 2025-12-12 15:54:56 -0800
Committed: 2025-12-12 15:54:56 -0800
Update maxTextureDimesion3D to match spec. (#4530)
See: https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxtexturedimension3d
and: https://github.com/gpuweb/gpuweb/blob/33fd347160db60f7bbaf195e90dc4b838242ee04/proposals/compatibility-mode.md?plain=1#L187
Files Modified:
- src/webgpu/capability_info.ts
a630b0ea111c75d118495191c8e5e09fd56ca4ff by Kai Ninomiya <kainino@chromium.org>
https://github.com/gpuweb/cts/commit/a630b0ea111c75d118495191c8e5e09fd56ca4ff
Authored: 2025-12-11 09:37:13 -0800
Committed: 2025-12-11 17:37:13 +0000
Clean up old texture usage names in constants.ts (#4528)
Files Modified:
- src/webgpu/api/operation/memory_sync/texture/texture_sync_test.ts
- src/webgpu/api/validation/render_pass/render_pass_descriptor.spec.ts
- src/webgpu/api/validation/texture/bgra8unorm_storage.spec.ts
- src/webgpu/constants.ts
30454b0f4050ce7309ea021a80ad9d85d8f060b2 by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/30454b0f4050ce7309ea021a80ad9d85d8f060b2
Authored: 2025-12-11 08:55:21 +0100
Committed: 2025-12-11 08:55:21 +0100
Fix more validation tests for transient attachment usage (#4519)
-
Fix more validation tests for transient attachment usage
-
Skip tests if TRANSIENT_ATTACHMENT is not supported
-
Address greggman's feedback
-
Added missing skip
-
Use IsValidTextureUsageCombination
Files Modified:
- src/webgpu/api/validation/createBindGroup.spec.ts
- src/webgpu/api/validation/createTexture.spec.ts
- src/webgpu/api/validation/encoding/cmds/copyTextureToTexture.spec.ts
- src/webgpu/api/validation/image_copy/buffer_texture_copies.spec.ts
- src/webgpu/api/validation/image_copy/texture_related.spec.ts
- src/webgpu/api/validation/queue/copyToTexture/CopyExternalImageToTexture.spec.ts
- src/webgpu/api/validation/render_pass/render_pass_descriptor.spec.ts
- src/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.ts
- src/webgpu/api/validation/texture/bgra8unorm_storage.spec.ts
- src/webgpu/capability_info.ts
- src/webgpu/idl/constants/flags.spec.ts
- src/webgpu/web_platform/canvas/configure.spec.ts
9ad72593e156bbf9b32270075ac2caf1cc23fc50 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/9ad72593e156bbf9b32270075ac2caf1cc23fc50
Authored: 2025-12-10 17:28:32 -0800
Committed: 2025-12-10 17:28:32 -0800
Have resolve test test more formats. (#4526)
Files Modified:
- src/webgpu/api/operation/render_pass/resolve.spec.ts
- src/webgpu/format_info.ts
fcf2a820606f4af9dcaf9eaf206e889627d8c5a4 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/fcf2a820606f4af9dcaf9eaf206e889627d8c5a4
Authored: 2025-12-09 15:07:20 -0800
Committed: 2025-12-09 23:07:20 +0000
Require compat mode limits (#4524)
Files Modified:
- src/webgpu/api/operation/adapter/requestDevice.spec.ts
- src/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInFragmentStage.spec.ts
- src/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage.spec.ts
- src/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage.spec.ts
- src/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage.spec.ts
- src/webgpu/capability_info.ts
de2ea6eb2fafd2fa413ca2ea0af88830e632b851 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/de2ea6eb2fafd2fa413ca2ea0af88830e632b851
Authored: 2025-12-09 15:01:37 -0800
Committed: 2025-12-09 23:01:37 +0000
Revert "'maxStorageBuffersInFragmentStage' and 'maxStorageBuffersInVertexStage' aren't (#4448)" (#4521)
This reverts commit b500efdd5fdd62404322ab9ecd70b938ac59a47f.
Compatibility mode is now part of the spec.
These limits are now required on all devices.
Files Modified:
- src/webgpu/api/operation/adapter/requestDevice.spec.ts
- src/webgpu/capability_info.ts
d3d675e0bdd7e167eaaecba904911a2cb9691070 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/d3d675e0bdd7e167eaaecba904911a2cb9691070
Authored: 2025-12-09 14:46:11 -0800
Committed: 2025-12-09 14:46:11 -0800
Revert "Rollin Immediates (#4517)" (#4522)
This reverts commit eca60d92d485035779fa3773b7dc6dddcebfd18b.
Files Modified:
- package-lock.json
- package.json
- src/webgpu/api/validation/encoding/encoder_open_state.spec.ts
- src/webgpu/capability_info.ts
8e9c65ef11c0e0387d21a404570897cd298f191c by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/8e9c65ef11c0e0387d21a404570897cd298f191c
Authored: 2025-12-09 20:16:15 +0100
Committed: 2025-12-09 20:16:15 +0100
Add operation tests for transient attachment usage (#4520)
-
Add operation tests for transient attachment usage
-
Skip tests if TRANSIENT_ATTACHMENT is not supported
Files Modified:
- src/webgpu/api/operation/render_pass/resolve.spec.ts
- src/webgpu/gpu_test.ts
| Reporter | ||
Comment 2•6 months ago
|
||
| WKHvNlKJRd69txpII9XGyQ | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=377235975e2956ff2f4839f0e30178c29c234a12
| Reporter | ||
Comment 3•6 months ago
|
||
Updated•6 months ago
|
| Reporter | ||
Comment 4•6 months ago
|
||
| FSREQ8kBS4aL69l6ElRhKg | ||
The try push is done, we found jobs with unclassified failures.
Needs Close Investigation:
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInFragmentStage:auto_upgraded_from_per_stage,maxStorageBuffersPerShaderStage:*
- 12 of 12 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (FJwTrycjSH6VrxrJHrMgVg)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (fchKBUJHS1aDgc14So_YWw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (YebiByPsRb6WcQygeBIqNA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (MgREoBOrRcS_bIEFlyc5LQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (NSYK5KHZRC6EpRLjO7Ev2g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (Oir08BShQtuXHnej41ElTw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (dsNRM8rCRv-uf6uBqRRDZw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (KFxp6wvRTB-6dKZuShRkGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (OwcAjz5UQUK6qiiV7jPWhA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (DtO_HXLLSlOWt2ng9Wc5HQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (OjFrsQuXRHiX5ast_C04QQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (UIG1X8Y5RWixkFJUNTuvNQ)
- 12 of 12 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInFragmentStage:auto_upgrades_per_stage,maxStorageBuffersPerShaderStage:*
- 15 of 15 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (FJwTrycjSH6VrxrJHrMgVg)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (fchKBUJHS1aDgc14So_YWw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (YebiByPsRb6WcQygeBIqNA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (dsNRM8rCRv-uf6uBqRRDZw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (KFxp6wvRTB-6dKZuShRkGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (OwcAjz5UQUK6qiiV7jPWhA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (MgREoBOrRcS_bIEFlyc5LQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (NSYK5KHZRC6EpRLjO7Ev2g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (Oir08BShQtuXHnej41ElTw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (KWw0xxT5STy7SE0oM2fB6A)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (X8uMhf2eR5WmvqumixF_bQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (YNkHtikYQt-2znYoIBLBYw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (DtO_HXLLSlOWt2ng9Wc5HQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (OjFrsQuXRHiX5ast_C04QQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (UIG1X8Y5RWixkFJUNTuvNQ)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInFragmentStage:createBindGroupLayout,at_over:*
- 18 of 18 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (FJwTrycjSH6VrxrJHrMgVg)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (fchKBUJHS1aDgc14So_YWw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (YebiByPsRb6WcQygeBIqNA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (dsNRM8rCRv-uf6uBqRRDZw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (KFxp6wvRTB-6dKZuShRkGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (OwcAjz5UQUK6qiiV7jPWhA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-13 (Qj0ypFNGQC2SifYc2rPwXw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-13 (V_dyFGCqSoOt-pO43XLOGA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-13 (Vv535wLVQdSrpZ92ugnLqQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (MgREoBOrRcS_bIEFlyc5LQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (NSYK5KHZRC6EpRLjO7Ev2g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (Oir08BShQtuXHnej41ElTw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (KWw0xxT5STy7SE0oM2fB6A)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (X8uMhf2eR5WmvqumixF_bQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (YNkHtikYQt-2znYoIBLBYw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (DtO_HXLLSlOWt2ng9Wc5HQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (OjFrsQuXRHiX5ast_C04QQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (UIG1X8Y5RWixkFJUNTuvNQ)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInFragmentStage:createPipeline,at_over:*
- 9 of 9 failed on different tasks
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (dsNRM8rCRv-uf6uBqRRDZw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (KFxp6wvRTB-6dKZuShRkGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (OwcAjz5UQUK6qiiV7jPWhA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (KWw0xxT5STy7SE0oM2fB6A)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (X8uMhf2eR5WmvqumixF_bQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (YNkHtikYQt-2znYoIBLBYw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (DtO_HXLLSlOWt2ng9Wc5HQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (OjFrsQuXRHiX5ast_C04QQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (UIG1X8Y5RWixkFJUNTuvNQ)
- 9 of 9 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInFragmentStage:createPipelineLayout,at_over:*
- 15 of 15 failed on different tasks
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (KWw0xxT5STy7SE0oM2fB6A)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (X8uMhf2eR5WmvqumixF_bQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-17 (YNkHtikYQt-2znYoIBLBYw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (DtO_HXLLSlOWt2ng9Wc5HQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (OjFrsQuXRHiX5ast_C04QQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-13 (UIG1X8Y5RWixkFJUNTuvNQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (MgREoBOrRcS_bIEFlyc5LQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (NSYK5KHZRC6EpRLjO7Ev2g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-13 (Oir08BShQtuXHnej41ElTw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (dsNRM8rCRv-uf6uBqRRDZw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (KFxp6wvRTB-6dKZuShRkGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-13 (OwcAjz5UQUK6qiiV7jPWhA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (FJwTrycjSH6VrxrJHrMgVg)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (fchKBUJHS1aDgc14So_YWw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-22 (YebiByPsRb6WcQygeBIqNA)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:auto_upgraded_from_per_stage,maxStorageBuffersPerShaderStage:*
- 18 of 18 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (Bx6DOglrRba4Mmoc61hUwA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (NPbTXmLKRwC6roGIwwcpFA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (U3x9QOsDTEWKJxv1rFm0kg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KensJ6eNQ3SQAeKXlfsVzA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KLSyWfoPQKuBfUtUjzQnSA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (UXOOlNFyR9CU9VyUr6raiA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (BFnej9ZLROSPTJykgqiQiQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (FqtPY2TuTSedXjdViHxqUw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (WfJmNg91QNmA_yxZUSrXTg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (C7X26nK4SqKQAFIl4DQU9Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (H-cJGTBWRoOohxjDFqnZnA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (OPjmvbVWQKGc9-gs4B4jsA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (BU8CKka6TAiCKJYebZ_whQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (EEgKyM_1SFiV-s7jny361A)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (L6Ibor4JRku6wuqCo_Aytg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (AVJsVY-lTyu-R3XTObitXQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (D38Wrk1HT7SWUkZBGOv3TQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (JV6wxab8ToqX2z89JuCnMA)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:auto_upgrades_per_stage,maxStorageBuffersPerShaderStage:*
- 18 of 18 failed on different tasks
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (BU8CKka6TAiCKJYebZ_whQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (EEgKyM_1SFiV-s7jny361A)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (L6Ibor4JRku6wuqCo_Aytg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (AVJsVY-lTyu-R3XTObitXQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (D38Wrk1HT7SWUkZBGOv3TQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (JV6wxab8ToqX2z89JuCnMA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (C7X26nK4SqKQAFIl4DQU9Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (H-cJGTBWRoOohxjDFqnZnA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (OPjmvbVWQKGc9-gs4B4jsA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (Bx6DOglrRba4Mmoc61hUwA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (NPbTXmLKRwC6roGIwwcpFA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (U3x9QOsDTEWKJxv1rFm0kg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (BFnej9ZLROSPTJykgqiQiQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (FqtPY2TuTSedXjdViHxqUw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (WfJmNg91QNmA_yxZUSrXTg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KensJ6eNQ3SQAeKXlfsVzA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KLSyWfoPQKuBfUtUjzQnSA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (UXOOlNFyR9CU9VyUr6raiA)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:createBindGroupLayout,at_over:*
- 15 of 15 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (Bx6DOglrRba4Mmoc61hUwA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (NPbTXmLKRwC6roGIwwcpFA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (U3x9QOsDTEWKJxv1rFm0kg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (BU8CKka6TAiCKJYebZ_whQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (EEgKyM_1SFiV-s7jny361A)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (L6Ibor4JRku6wuqCo_Aytg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (C7X26nK4SqKQAFIl4DQU9Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (H-cJGTBWRoOohxjDFqnZnA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (OPjmvbVWQKGc9-gs4B4jsA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (AVJsVY-lTyu-R3XTObitXQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (D38Wrk1HT7SWUkZBGOv3TQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (JV6wxab8ToqX2z89JuCnMA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KensJ6eNQ3SQAeKXlfsVzA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KLSyWfoPQKuBfUtUjzQnSA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (UXOOlNFyR9CU9VyUr6raiA)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:createPipeline,at_over:*
- 18 of 18 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (Bx6DOglrRba4Mmoc61hUwA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (NPbTXmLKRwC6roGIwwcpFA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (U3x9QOsDTEWKJxv1rFm0kg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KensJ6eNQ3SQAeKXlfsVzA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KLSyWfoPQKuBfUtUjzQnSA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (UXOOlNFyR9CU9VyUr6raiA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (AVJsVY-lTyu-R3XTObitXQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (D38Wrk1HT7SWUkZBGOv3TQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (JV6wxab8ToqX2z89JuCnMA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (BFnej9ZLROSPTJykgqiQiQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (FqtPY2TuTSedXjdViHxqUw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (WfJmNg91QNmA_yxZUSrXTg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (C7X26nK4SqKQAFIl4DQU9Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (H-cJGTBWRoOohxjDFqnZnA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (OPjmvbVWQKGc9-gs4B4jsA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (BU8CKka6TAiCKJYebZ_whQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (EEgKyM_1SFiV-s7jny361A)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (L6Ibor4JRku6wuqCo_Aytg)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageBuffersInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:createPipelineLayout,at_over:*
- 18 of 18 failed on different tasks
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KensJ6eNQ3SQAeKXlfsVzA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (KLSyWfoPQKuBfUtUjzQnSA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-18 (UXOOlNFyR9CU9VyUr6raiA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (BU8CKka6TAiCKJYebZ_whQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (EEgKyM_1SFiV-s7jny361A)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-14 (L6Ibor4JRku6wuqCo_Aytg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (AVJsVY-lTyu-R3XTObitXQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (D38Wrk1HT7SWUkZBGOv3TQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-14 (JV6wxab8ToqX2z89JuCnMA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (C7X26nK4SqKQAFIl4DQU9Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (H-cJGTBWRoOohxjDFqnZnA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-14 (OPjmvbVWQKGc9-gs4B4jsA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (Bx6DOglrRba4Mmoc61hUwA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (NPbTXmLKRwC6roGIwwcpFA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-23 (U3x9QOsDTEWKJxv1rFm0kg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (BFnej9ZLROSPTJykgqiQiQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (FqtPY2TuTSedXjdViHxqUw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-14 (WfJmNg91QNmA_yxZUSrXTg)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:auto_upgraded_from_per_stage,maxStorageTexturesPerShaderStage:*
- 15 of 15 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (bjMBgLECQ--pA9qzHHUM5Q)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (Jx7JX_e2RoSmSg_WX8DhTA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (ZMlTf0XmTs2tsEKiTxgLrw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FBvHFugYRI6rWim6b_IJng)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (MXJdKaaCRXm0EemWru8bDg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (Xe9eQWMdQ8aJFlPD22c2yQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-20 (btPna4gnSruYDYyFbPh2cw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-20 (FojUkeRHRSG8y6lBDLbKbQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-20 (RIWru_kuT8-SQj-6r7jYNA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (H4ZAb9b1SVahdkdcHaZtwg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (Mied4hjtSzijo3KtIyaezA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (MRPUhvUJS5q2fJJUcPCQ3w)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (coqci5CYTeqfnErDV7ohOw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (EEJmIPGEQzOZSR3E6u0HLg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (LxdGCgEnTyapS7uThW5_8A)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:auto_upgrades_per_stage,maxStorageTexturesPerShaderStage:*
- 12 of 12 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (bjMBgLECQ--pA9qzHHUM5Q)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (Jx7JX_e2RoSmSg_WX8DhTA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (ZMlTf0XmTs2tsEKiTxgLrw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (H4ZAb9b1SVahdkdcHaZtwg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (Mied4hjtSzijo3KtIyaezA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (MRPUhvUJS5q2fJJUcPCQ3w)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (GwyEK3TXTte7Y_gXS-3cmA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (LyjI4WMsQI6XiIFITOUXUQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (KGHCrs4SSDWW5UGCIpINAQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (coqci5CYTeqfnErDV7ohOw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (EEJmIPGEQzOZSR3E6u0HLg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (LxdGCgEnTyapS7uThW5_8A)
- 12 of 12 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:createBindGroupLayout,at_over:*
- 12 of 12 failed on different tasks
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (H4ZAb9b1SVahdkdcHaZtwg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (Mied4hjtSzijo3KtIyaezA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-2 (MRPUhvUJS5q2fJJUcPCQ3w)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (GwyEK3TXTte7Y_gXS-3cmA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (LyjI4WMsQI6XiIFITOUXUQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (KGHCrs4SSDWW5UGCIpINAQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (bjMBgLECQ--pA9qzHHUM5Q)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (Jx7JX_e2RoSmSg_WX8DhTA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (ZMlTf0XmTs2tsEKiTxgLrw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FBvHFugYRI6rWim6b_IJng)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (MXJdKaaCRXm0EemWru8bDg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (Xe9eQWMdQ8aJFlPD22c2yQ)
- 12 of 12 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:createPipeline,at_over:*
- 6 of 6 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (bjMBgLECQ--pA9qzHHUM5Q)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (Jx7JX_e2RoSmSg_WX8DhTA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (ZMlTf0XmTs2tsEKiTxgLrw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (coqci5CYTeqfnErDV7ohOw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (EEJmIPGEQzOZSR3E6u0HLg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (LxdGCgEnTyapS7uThW5_8A)
- 6 of 6 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInFragmentStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:createPipelineLayout,at_over:*
- 15 of 15 failed on different tasks
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (GwyEK3TXTte7Y_gXS-3cmA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (LyjI4WMsQI6XiIFITOUXUQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (KGHCrs4SSDWW5UGCIpINAQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (bjMBgLECQ--pA9qzHHUM5Q)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (Jx7JX_e2RoSmSg_WX8DhTA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-25 (ZMlTf0XmTs2tsEKiTxgLrw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-20 (btPna4gnSruYDYyFbPh2cw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-20 (FojUkeRHRSG8y6lBDLbKbQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-20 (RIWru_kuT8-SQj-6r7jYNA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FBvHFugYRI6rWim6b_IJng)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (MXJdKaaCRXm0EemWru8bDg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (Xe9eQWMdQ8aJFlPD22c2yQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (coqci5CYTeqfnErDV7ohOw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (EEJmIPGEQzOZSR3E6u0HLg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-2 (LxdGCgEnTyapS7uThW5_8A)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:auto_upgraded_from_per_stage,maxStorageTexturesPerShaderStage:*
- 12 of 12 failed on different tasks
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QNSCDrPVSOuRq-e7k-YOJA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QST8VJbiThSw1wu4HHHruA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (TVQWl8IPS4-9zv4d3zX0HA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (deLvuKyuTuGDyV780tGMnw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (IZ7SvI8pTwG_-VMACs8NVg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (S1-PI4iwTfy9x7O_6xm2ZQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (AjGHvKVNT3KQ-gtfs_cfpA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (eABk8wnHQquLasnxaXMy9w)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (Rlt1IQsXTvemEAEYetALnw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (f7wNW9B3RIq3r-tBQTk7Vw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (ITlHZ8PBSZytkB1JaMifhA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (PGGPY41OS3eUFl3II9XqhQ)
- 12 of 12 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:auto_upgrades_per_stage,maxStorageTexturesPerShaderStage:*
- 18 of 18 failed on different tasks
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (behMqSrfR9yUS33oW-sYQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (fx_t-v74QNq3aDlcI0EFjw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (U4uMMatiS467S1YKhywqGQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QNSCDrPVSOuRq-e7k-YOJA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QST8VJbiThSw1wu4HHHruA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (TVQWl8IPS4-9zv4d3zX0HA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (deLvuKyuTuGDyV780tGMnw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (IZ7SvI8pTwG-VMACs8NVg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (S1-PI4iwTfy9x7O_6xm2ZQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (f7wNW9B3RIq3r-tBQTk7Vw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (ITlHZ8PBSZytkB1JaMifhA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (PGGPY41OS3eUFl3II9XqhQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (ETG3ERJ4R8exsNq1-hU7Ig)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (MSWsxc9-RP-AISA3CjP5mw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Qao0lKriRTGeu9uyBjqixg)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (AjGHvKVNT3KQ-gtfs_cfpA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (eABk8wnHQquLasnxaXMy9w)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (Rlt1IQsXTvemEAEYetALnw)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:createBindGroupLayout,at_over:*
- 18 of 18 failed on different tasks
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (f7wNW9B3RIq3r-tBQTk7Vw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (ITlHZ8PBSZytkB1JaMifhA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (PGGPY41OS3eUFl3II9XqhQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QNSCDrPVSOuRq-e7k-YOJA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QST8VJbiThSw1wu4HHHruA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (TVQWl8IPS4-9zv4d3zX0HA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (deLvuKyuTuGDyV780tGMnw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (IZ7SvI8pTwG_-VMACs8NVg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (S1-PI4iwTfy9x7O_6xm2ZQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (AjGHvKVNT3KQ-gtfs_cfpA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (eABk8wnHQquLasnxaXMy9w)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (Rlt1IQsXTvemEAEYetALnw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (ETG3ERJ4R8exsNq1-hU7Ig)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (MSWsxc9-RP-AISA3CjP5mw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Qao0lKriRTGeu9uyBjqixg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (behMqSrfR9yUS33oW-_sYQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (fx_t-v74QNq3aDlcI0EFjw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (U4uMMatiS467S1YKhywqGQ)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:createPipeline,at_over:*
- 15 of 15 failed on different tasks
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (behMqSrfR9yUS33oW-sYQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (fx_t-v74QNq3aDlcI0EFjw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (U4uMMatiS467S1YKhywqGQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (f7wNW9B3RIq3r-tBQTk7Vw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (ITlHZ8PBSZytkB1JaMifhA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (PGGPY41OS3eUFl3II9XqhQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QNSCDrPVSOuRq-e7k-YOJA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (QST8VJbiThSw1wu4HHHruA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (TVQWl8IPS4-9zv4d3zX0HA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (deLvuKyuTuGDyV780tGMnw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (IZ7SvI8pTwG-VMACs8NVg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (S1-PI4iwTfy9x7O_6xm2ZQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (ETG3ERJ4R8exsNq1-hU7Ig)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (MSWsxc9-RP-AISA3CjP5mw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Qao0lKriRTGeu9uyBjqixg)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxStorageTexturesInVertexStage/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:createPipelineLayout,at_over:*
- 15 of 15 failed on different tasks
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (behMqSrfR9yUS33oW-sYQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (fx_t-v74QNq3aDlcI0EFjw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-3 (U4uMMatiS467S1YKhywqGQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (AjGHvKVNT3KQ-gtfs_cfpA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (eABk8wnHQquLasnxaXMy9w)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-1 (Rlt1IQsXTvemEAEYetALnw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (f7wNW9B3RIq3r-tBQTk7Vw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (ITlHZ8PBSZytkB1JaMifhA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-3 (PGGPY41OS3eUFl3II9XqhQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (deLvuKyuTuGDyV780tGMnw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (IZ7SvI8pTwG-VMACs8NVg)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (S1-PI4iwTfy9x7O_6xm2ZQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (ETG3ERJ4R8exsNq1-hU7Ig)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (MSWsxc9-RP-AISA3CjP5mw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Qao0lKriRTGeu9uyBjqixg)
- 15 of 15 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/createBindGroupLayout/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:*
- 18 of 18 failed on different tasks
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (J1Omdl8PRo26KaGlErPZYg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (JDJ0UQaBRFmW2EOd3bRnWg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (YkH_W5f7S5mApwmBhZiNgw)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (F4ItrY7PTnuo_Gry-7mqmQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (LkNDg6XVTeC1YK78On62cA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (U2oK-P1MTfGv7VGnsdvKZw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (M2s8PrPDQ5ODsganccqxqw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (T1ZxwPmdRhCCLyMKkARLJA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (WMwqNImNRQWK6yglqdskgQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-4 (af5EaCElRQ-1EZCVQOiiZQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-4 (cSLCyMUORNGxe__sYkEvkg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-4 (EfCGk8CqSkabItC8l9R6gg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-4 (a56TerXrS3GtFWfBhcqt5Q)
- test-macosx1470-64/debug-web-platform-tests-webgpu-4 (ATyHwt6QQmClWm-lAQQ14w)
- test-macosx1470-64/debug-web-platform-tests-webgpu-4 (MqF6b0FnTG6rsECCIkm_XQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (bPmA8bnlQ-Ok6vULfB-USQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (GMsOyo_aRi6L4FOsgP9blw)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (VHggc1zMQQWDYwe1flLyzQ)
- 18 of 18 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/api/validation/createPipelineLayout/cts.https.html?q=webgpu:api,validation,createPipelineLayout:number_of_dynamic_buffers_exceeds_the_maximum_value:*
- 12 of 12 failed on different tasks
- test-macosx1470-64/opt-web-platform-tests-webgpu-5 (J34zxpSHToWz5cSxoiLPDQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-5 (KnPKCe2aQYyULV_ABdz08Q)
- test-macosx1470-64/opt-web-platform-tests-webgpu-5 (NqwYseL9TmiZgxzfdyA6Jw)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (AyacZYo4QXWMAqNG6ltnZQ)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (EHgOruNTR2mJtZy09iLImg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (Ugp4qfytRiWFechHJlORyw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-5 (AUj315S7QiuVsaAh3zlM4g)
- test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O3jquszmTcyfUE2pNGvCrA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-5 (SiGy5BWXRPas5QEKwcA4Tw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (ClSVjDukReKgUbku7JUsUQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (eaK4lufUTtaTHWVPLb1iSg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (SOpwdK2OQFSYQyJWlDS41Q)
- 12 of 12 failed on different tasks
-
_mozilla/webgpu/cts/webgpu/web_platform/canvas/configure/cts.https.html?q=webgpu:web_platform,canvas,configure:invalid_usage:*
- 3 of 3 failed on the same (retriggered) task
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (EdOBeO2iRAaCDHuk2Xhk_g)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (JJS4SAA9Q--cQmpFL54zdQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (ZTMfKMjQTYuAP8grIBmJHA)
- 3 of 3 failed on the same (retriggered) task
-
_mozilla/webgpu/cts/webgpu/web_platform/canvas/configure/dedicated.https.html?worker=dedicated&q=webgpu:web_platform,canvas,configure:invalid_usage:*
- 3 of 3 failed on the same (retriggered) task
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (EdOBeO2iRAaCDHuk2Xhk_g)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (JJS4SAA9Q--cQmpFL54zdQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (ZTMfKMjQTYuAP8grIBmJHA)
- 3 of 3 failed on the same (retriggered) task
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: AIBVYXaVRLmRno_GjIfSlw, OYO42l4SQHu-3dCrfLcW3Q, TLetTl8rT1Sv6z765iWoMA)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: alYMBYy9QImHKnjwberQSw, NKi4sNijTiCSGcglip120A, RQbvzbTlSRa14GmaT_kPrQ)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: ak7CxnrbRnWVh8W2YSLctw, TaIIvMf9RW6EBIZJYXnvgQ, W4xuWKv9RdK-5vmSlJ29uw)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-19 - 3 of 3 failed on the same (retriggered) task (failed: BHNtEAExQEyvqlYcrUDaPA, dyP7Xo6USnGo_XTCCGHetQ, QBFG2KawQ5WpOWq_iy1N3g)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: cAZG15C5RiqjM6sK2_QaUQ, JPtbpoboSG2ZHtNPDIgGTA, QHHmCX94Q5SDdnkZ5Y7sbA)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: DAyZMw3PRainZutGQPhhNg, fpBFzAsbRBevyYXdEPb2uA, T3jcfZEJTQe-fcYOh3zs1g)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-1 - 3 of 3 failed on the same (retriggered) task (failed: czp80WKDSV-hGDggTY74OA, JXMI5haxRLS_mBFIV_A9_Q, OOFLwZ9CSFaF1PT29fnJww)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-8 - 3 of 3 failed on the same (retriggered) task (failed: Dt8e2gxJRSewG-UlRdZjyg, GfCIqXzeStaeu3fb7DrXnQ, YXWNaBPpQLyd_cngUZjfVA)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: e8H0grx2RcWB5_SVNSvRUQ, QoNt03avRGuKtE4qWEpbtQ, OCOUeKViQJCkdZ4B5S9RKA)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: G5ylrnsyR0SPS2rl3BmfFw, KP-DxDcvQmmiaPg8G5g8XA, XaJw_KpRQBOlfupduoo2WA)
-
test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: VGl3F14mT4isiu-0jrmKXw, YWrAPAkKTVikebkyJpBT5Q, TbCwHYTTT4-C4KdncoigrA)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-19 - 3 of 3 failed on the same (retriggered) task (failed: AlLUWs57QG25S-bkupLnRw, fv54ImPxSOOrbjQ7-gXf0Q, ZkDGfyWTSEiVyxQPlc-AJQ)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: ARTnhyDtSFWX4KQTMIXrEQ, DW36UysfSquzQ3Bm5fi01A, exPvntX9QemQOJBO1ZioIQ)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: Bx3FkeujQwK_oNG-HoKSJQ, UNhHBurpSUy3573Pwb__Dg, WqWWNEA_SBSS9C-pqbNzkQ)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: bxqRmGroQDWxlmPwi8eDRg, C-lWRlynTdeDvcmvtHzZIg, O4olSN8aT9ay34mNXKX_JQ)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: bxWk3UBUQLW4VrOanM3xyQ, IJBFdrDnTb2ZXP49uE2_Jw, E-DhD-mPTLu5OImIvdVKfA)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: clq9eqA9TxaqPewVphuejA, ORHpxKJPQfyJzu8Dqx1FYA, PBwDhJLARFq_KHwaGwRN-Q)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: egV9tN-LTXOPn-57k_RwBA, H-i8QP-UTvugo-YTKRrrWw, P0C28rPVTiSQyad4LNi2Dg)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-8 - 3 of 3 failed on the same (retriggered) task (failed: fZxKKPCQTF-0cL5MygyQzg, I0ivvl3LTbOHdN-8gz4qjQ, ZwkJz52lQ46DlTga9_DzlQ)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: JsOznbzqQG-RwPq4cblRdw, KbsFQzfhRX2oNV35KcZ4XA, QLf3Znd3Sse3AK8PrZKPug)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-1 - 3 of 3 failed on the same (retriggered) task (failed: MmKoUmjiTKuCU4-aYz_Vkw, RvANJMgeQMSq_oqOYeG0Eg, XSBC5YgoQRe7uV5ForkU5Q)
-
test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: V9F-_fLxQJOQDbkqsG21OA, Wwk0PtepTxaUIjn7uY8ojg, XtHByyAFRr-nui_3m16unA)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: ajju_N-uS1OPzqqYDYm-YA, aqjUPTuxQoyiNqokpxVVqg, V6H1eCamS8Wps_HuXd3Dkw)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: ankH91SETJmeAxXPgeHIVw, POIhMZRvSL6g8MHXhvgiJQ, WpjWStjITJ-ZgLhiJ1BNbg)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: B-CY5FoNSpOvCa_vvSCS9A, TtEUJk-ZRbi8HKhEsP_v0Q, Un8ZojgvQG61xEYkdRV37w)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: Bv5OjCRWRv6lgRFeBkPWnw, FeupJgE6RDuOQ5oyrlp1WA, GgiZcLqYTs2MByUcVYAnuA)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-18 - 3 of 3 failed on the same (retriggered) task (failed: C7iN6mwiQ9O4k1c1ODkP_A, ClWSQXZVScWQA_LWvDzSHQ, PqKq7aR3RD6U1bPISecwKg)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: cZC5g1yWRqWCbpvV6wRMcA, G6d4PfU-RLe-SBwggbAt4A, TXkYWztlR5uv7OQqRooS_A)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: CordoZGjSyyO58wgCrQ3dg, CR4-MtQ4R2GMuPVg-rEJyQ, FBMat0AaQAOwJyJQPagB5g)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-16 - 3 of 3 failed on the same (retriggered) task (failed: Dfbym7LLQoWf7ZiNzBioKw, GGdNNdqwQu6CjE7J-g-AqQ, JE_M5OxfQpmIyafxaCK2hA)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-19 - 3 of 3 failed on the same (retriggered) task (failed: DUmLQQnLT_OnFvIhiWcEVA, RfubTbrIQXKpXgm_GDhB0g, ZhJlrSzGS_-EXvNmtMHCZw)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-2 - 3 of 3 failed on the same (retriggered) task (failed: eXwkf0EfQrqnuyhllYnZrw, NRU1sW7ESoG6jKXoM07zaQ, XJHz0xwETIWvmVqQSojkmQ)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-5 - 1 of 3 failed on the same (retriggered) task (failed: WApFH1VfQhmBWeMseQBx8Q)
-
test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: K3-_zxK9RmeFU0G9saVLLg, SB5lIWJFSAWtPBOfe3mNLA, PSh4UT0zQ4qbjRz4Ha8yFA)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: B6O8U1wNSDGNd1G0p9b15w, EEI87k9oQee3HaY_kwKjIg, QLMpP07WQR2KVIR-kiJSWA)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-12 - 1 of 3 failed on the same (retriggered) task (failed: SwHUX7G0QPSbJ6EU5Y4O_g)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: brfNAYGmQ0STyruSlhpQrA, WKT-y1xbT5Sxd33_3p8tgw, ZKz1jH8JRaaAaCZVqvlQTw)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: dLVv-ZX2ThmnjfSfXDZYAA, f4xcBS44T9291YlG3rZOeA, QFki0ogoTXOWHRPcNy2M1w)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: EYJUL82vRwKjQkfd4-4L2A, FL1rLDndR0Cjx-5ebLklIw, OsybluVcSKaIeCppnW0ROQ)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: eo_SXDl1R6W89Pct6aK59w, UaIDrGtIRvWSOHkOBIW31w, Xvg2RqFKS0ur0bFyCip0GQ)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-long-6 - 3 of 3 failed on the same (retriggered) task (failed: ezABM6ypSQmPlxXynk8SVQ, fttysZQRTuiz6uZ-xYYAhg, bEzrp29NTkypWkwU0RKPow)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-22 - 3 of 3 failed on the same (retriggered) task (failed: fxg0LWpATZ2E50p_vyzpAw, K7247MsmQ-GWNgRLJ74rMA, RiO9sXReRUONT6ILcHSNAQ)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-17 - 3 of 3 failed on the same (retriggered) task (failed: fZJfAAg8TdSlrXrwp0tTbw, J9nkVR29RpaBxwnNqRcGqg, K8HYDvF5TQ-q0BkMRDxqbg)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: IOg0ZSiHQj-5HgTXo3ftpw, LAWKHslLT0aN34tV3oNZLg, SJ49sANnTpq3hzS6qArlTg)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: KI8t8LPGQ2u2zxXyvtproQ, LX9wjcHQQUSX4GTR4IEXGg, UATk5SB8RRqB3cqhUKnoKg)
-
test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-20 - 3 of 3 failed on the same (retriggered) task (failed: NQCcYERKSzScn2DiGSrAtQ, XqsvhN_MRJWmvhbpT1s-ow, YQN_mQRhQ665m2daTOnpjg)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: aBZMN04SRBCcJXWeccwq0w, eldqRESdTvWtzyQjQ53k6Q, Ny3J-xzySd-uOXCpa1I3cA)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: AFBCAfhxRx-D7Z4Q8IwWrw, EwNYbTPiQLWkAiD_UtLVMw, WjCF0D-MQKadHJSLHPgsoA)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: azVsS7wFQQizgHoSPz2FDg, b_fcDpm_TAijFHgrbOxunw, d8LPfhCKQsy4_cwTmsXEGA)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-18 - 3 of 3 failed on the same (retriggered) task (failed: bnC_O-EVR8WkACDgnmKQKA, GjVrdNPST2uotreAsdSgXQ, MQ7ThIShSL27dvXKfEzT6w)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: CFCyclYIRYeFg9WRJ0g2kg, cPxEbsmsSOKS1tkRPqcPCQ, Y_fQT27tQnC2BGYAy3d9vA)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: Cl60-BPvSN6GkGnqevDxpA, HxEwmFrUSu-jnpyOAfnzyw, M2_JF9FYQBqO9oUQ2-dy4A)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-3 - 3 of 3 failed on the same (retriggered) task (failed: DbqW4A2wSjWs9Vf6d5kCRw, fwbiLjNJQBCi8ceuo61NJg, IuJ686IJQK-_jP1G4cDb2Q)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-2 - 3 of 3 failed on the same (retriggered) task (failed: EB3TwP_eRTiSK8a8yC1jPA, VaOmnZikRfODfzwqdVjvbQ, ZVD3LxT8SpW07m9nrfeDiQ)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: eCiwAD7mRSyB3noHkALV3g, WKEkXlMTSw-CqYyfbZaRYQ, XOhGlCaDT0q2DgkC_BQ8nA)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-19 - 3 of 3 failed on the same (retriggered) task (failed: f6vxbF8STWu3a_X2SHFsPA, LLrg9b8VR0i4NQcm4dEEMg, Z0Kkns21QL6279t70keVeg)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-16 - 3 of 3 failed on the same (retriggered) task (failed: Iixj5VNNSPCPTAERUxgkZg, QuOdSfDGTO6UsYpd4lqMqA, TYDqxnJ7S2qSgHLy5LNT4Q)
-
test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: MwVWP7xsR_ymR73hWXkLcg, SeYClNZsRhKFVqVbWpnxrw, UYojwMnOSYKG9-U6qWZ3zg)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-17 - 3 of 3 failed on the same (retriggered) task (failed: aCH6syfcQhW1zAwmvgMwwg, NfouDxhDSqa3POk7hSgJLg, YRto3oGjQJKJCoKUJVUJrA)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: AltGpgw9TzyoqArAl6gBGA, LAFqoH_GR6SgUP1VwTY1JA, YfcDgnrbSKGhnlp2J7mmLw)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-16 - 3 of 3 failed on the same (retriggered) task (failed: cfcFsFEmTI28Qa-SAtnLYQ, cmw__hTpTY2B7mSP7dqsDg, IyG_WHEaTi6c270xhMV3Tw)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-long-6 - 3 of 3 failed on the same (retriggered) task (failed: ckHrJ6VbS8mMKa9Y7nfxaQ, FRM_1hIIRPmOe_kuSMjXRw, T8lLt7Q4Tom09UFmWWBHPg)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: d5RVlOS1RBWQj3m1ujRjnQ, fC0sWYO5S02kISbhbfHKxA, Loy20LjCRJa-QIrascFF6A)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-15 - 3 of 3 failed on the same (retriggered) task (failed: eclrZc5vS1-IXpsRIiQmPQ, Owp__qSgRF-NFuwmNd3gWw, WKJHh5BvTvW770t_ovfB_w)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-8 - 3 of 3 failed on the same (retriggered) task (failed: fbYw6ygQRq6zr8rSOhAwPg, HGGKLPiRQQWF8Zsu3H0o7A, Rv9p1Wy7SlKsCFCj1gXOhw)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: GJeFN6mGQ9qz_7LRdm-r5g, L87WJGI3Q0-3x5qm0zs4pw, U3AV3YYvQ7iSdKSEtqb_0Q)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-1 - 3 of 3 failed on the same (retriggered) task (failed: fTrsEyJzQsOvWf59YYdsnQ, HmGciLEHQpubNpfGG9a7BA, YLjp5zZaSYOW4X8hgMS4QA)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: GNRW-PqYTo6GAO9uTFfOqg, H7aq9nB6S7OTyJQWoIS7lQ, MMw3I1MQRDm4NpOSlD_WHg)
-
test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: MC35yZfWQYCdTFjUR61sRQ, OD5pa92uT3O850dKIr0TpA, N1erBAMFR9GlXxNwI7faAQ)
Known Issues:
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-long-1 - 1 of 3 failed on the same (retriggered) task (failed: HyKL_fXmQEq0zrKbY6S10g)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-2 - 1 of 3 failed on the same (retriggered) task (failed: APkF2v7BTKGnzSh_00CRbA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-1 - 1 of 3 failed on the same (retriggered) task (failed: B6HK8LozTlG7d3XXA_4Q-w)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-2 - 1 of 3 failed on the same (retriggered) task (failed: I2FLMJbnTpe2l1QRUGOH4g)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-5 - 1 of 3 failed on the same (retriggered) task (failed: fGNbtiNkRymUjXrJwqSiOg)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-long-1 - 2 of 3 failed on the same (retriggered) task (failed: ACGROuhoSby-E-uOU9_6rA, IGQZ_x5ZTuikLUSD8PgF3g)
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•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Reporter | ||
Comment 5•6 months ago
|
||
| MqvET7SkT22w4-lcChFfXQ | ||
This bug is being closed because a newer revision of the library is available.
This bug will be marked as a duplicate of it (because although this bug is older, it is superseded by the newer one).
Updated•6 months ago
|
| Assignee | ||
Comment 6•6 months ago
|
||
but actually
Updated•6 months ago
|
Updated•6 months ago
|
| Assignee | ||
Comment 7•6 months ago
|
||
Comment 9•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/feca991fb9c9
https://hg.mozilla.org/mozilla-central/rev/7d422c97e098
Updated•5 months ago
|
Description
•