Update WebGPU CTS to new version 1a47862e17921aa0db92cb28beebf7159b895e75 from 2025-04-28 20:02:00
Categories
(Core :: Graphics: WebGPU, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: update-bot, Assigned: ErichDonGubler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: SsCbNPNGQnCYRLaVj7QKsA])
Attachments
(2 files)
This update covers 6 commits. Here are the overall diff statistics, and then the commit information.
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/adapter/requestAdapter.spec.ts | 6 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts | 28 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/image_copy.spec.ts | 25 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/rendering/depth.spec.ts | 9 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/resource_init/check_texture/texture_zero_init_test.ts | 4 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/resource_init/texture_zero.spec.ts | 1 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/capability_checks/features/texture_formats.spec.ts | 15 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/createTexture.spec.ts | 45 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/encoding/cmds/copyTextureToTexture.spec.ts | 15 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/image_copy/buffer_related.spec.ts | 7 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/image_copy/layout_related.spec.ts | 44 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/image_copy/texture_related.spec.ts | 17 +-
dom/webgpu/tests/cts/checkout/src/webgpu/format_info.ts | 11 +-
dom/webgpu/tests/cts/checkout/src/webgpu/gpu_test.ts | 22 +
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/textureDimensions.spec.ts | 11 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.ts | 9 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/textureSample.spec.ts | 8 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.ts | 3 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.ts | 3 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.ts | 5 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/texture_utils.spec.ts | 5 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/texture_utils.ts | 12 -
dom/webgpu/tests/cts/checkout/src/webgpu/texture_test_utils.ts | 113 +++---
dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/canvas/readbackFromWebGPUCanvas.spec.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/copyToTexture/canvas.spec.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/external_texture/video.spec.ts | 64 +++-
dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/util.ts | 166 +++++++--
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/webgpu/api/operation/adapter/requestAdapter.spec.js | 6 +
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.js | 28 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/command_buffer/image_copy.spec.js | 25 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/rendering/depth.spec.js | 9 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/resource_init/check_texture/texture_zero_init_test.js | 4 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/resource_init/texture_zero.spec.js | 1 +
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/capability_checks/features/texture_formats.spec.js | 15 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/createTexture.spec.js | 45 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/encoding/cmds/copyTextureToTexture.spec.js | 15 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/image_copy/buffer_related.spec.js | 7 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/image_copy/layout_related.spec.js | 44 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/image_copy/texture_related.spec.js | 17 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/format_info.js | 11 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/gpu_test.js | 24 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureDimensions.spec.js | 11 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.js | 9 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSample.spec.js | 10 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.js | 7 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.js | 14 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/texture_utils.spec.js | 5 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/texture_test_utils.js | 105 +++---
testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/external_texture/video.spec.js | 68 +++-
testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js | 164 +++++++--
55 files changed, 883 insertions(+), 431 deletions(-)
1a47862e17921aa0db92cb28beebf7159b895e75 by Greggman <github@greggman.com>
https://github.com/gpuweb/cts/commit/1a47862e17921aa0db92cb28beebf7159b895e75
Authored: 2025-04-29 05:02:00 +0900
Committed: 2025-04-28 13:02:00 -0700
Fix usages of textureDimensionAndFormatCompatible (#4376)
- Move skipIfTextureFormatAndViewDimensionNotCompatible and
skipIfTextureFormatAndDimensionNotCompatible to GPUTestBase
This is clean up for fixing copy tests to handle compressed 3d textures
- Fix usages of textureDimensionAndFormatCompatible.
All of these usages were wrong as they need the device to
know if a dimension and format are compatible since
extensions enable 3d dimension with compressed textures.
So, rename textureDimensionAndFormatCompatible to
textureFormatAndDimensionAndPossiblyCompatible to
let a test filter out formats that can't possibly
be used with certain dimensions. Then, for each test,
call t.skipIfTextureFormatAndDimensionNotCompatible
which checks the extensions.
Further, a few tests needed fixing.
copyTextureToTexture validation tests needed to handle
3d compress texture size limits correctly.
createTexture needed to not skip 3d compressed textures
layout_related needed to pass dimension to createAlignedTexture
and also, several tests had dimension as a test parameter but
didn't seem to be using it anywhere so added it into at least
texture creation on those tests.
expectTextureToMatchByRendering needed to handle 3d textures
texture_zero tests were mostly indirectly affected by
changes to texture_zero_init_test.ts. Nothing interesting
changed in this PR but the params there are extremely
convoluted and I didn't bother to decode exactly what
is going on in detail. I did glance over them and I think
they aren't skipping compressed textures.
Files Modified:
- src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts
- src/webgpu/api/operation/command_buffer/image_copy.spec.ts
- src/webgpu/api/operation/resource_init/check_texture/texture_zero_init_test.ts
- src/webgpu/api/operation/resource_init/texture_zero.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_related.spec.ts
- src/webgpu/api/validation/image_copy/layout_related.spec.ts
- src/webgpu/api/validation/image_copy/texture_related.spec.ts
- src/webgpu/format_info.ts
- src/webgpu/gpu_test.ts
- src/webgpu/shader/execution/expression/call/builtin/textureDimensions.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/textureSample.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/texture_utils.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/texture_utils.ts
- src/webgpu/texture_test_utils.ts
168536ad91bff176bbe31ae692d97f8bfe9fb86d by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/168536ad91bff176bbe31ae692d97f8bfe9fb86d
Authored: 2025-04-24 23:15:58 +0200
Committed: 2025-04-24 21:15:58 +0000
If ASTC Sliced 3D is supported, ASTC must be supported (#4375)
Files Modified:
- src/webgpu/api/validation/capability_checks/features/texture_formats.spec.ts
b577650d46b188770089143d6ea8be9c1e26d713 by jiangzhaoming <zhaoming.jiang@microsoft.com>
https://github.com/gpuweb/cts/commit/b577650d46b188770089143d6ea8be9c1e26d713
Authored: 2025-04-24 11:12:25 +0800
Committed: 2025-04-24 03:12:25 +0000
Use 0.4 for depth unorm value in depth_compare_func rendering test (#4374)
This PR make depth_compare_func rendering operation test use 0.4 for
depth unrom value instead of 0.5001, which is exactly representable
in both depth16unorm and depth24unorm, and closely approximated
in depth32float.
This can help prevent shaders and depthClearValue get rounded in
different way, and make Qualcomm devices pass the test when using
DXGI_FORMAT_D24_UNORM_S8_UINT format for depth24plus-stencil8.
- Update src/webgpu/api/operation/rendering/depth.spec.ts
Co-authored-by: Kai Ninomiya <kainino1@gmail.com>
Co-authored-by: Kai Ninomiya <kainino1@gmail.com>
Files Modified:
- src/webgpu/api/operation/rendering/depth.spec.ts
64b4dfc7efbce611597ea97f58ad8be914a6a28e by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/64b4dfc7efbce611597ea97f58ad8be914a6a28e
Authored: 2025-04-24 00:00:17 +0200
Committed: 2025-04-23 22:00:17 +0000
Skip some requestAdapter_invalid_featureLevel tests in compat-only (#4373)
Files Modified:
- src/webgpu/api/operation/adapter/requestAdapter.spec.ts
8aebf4e96ced235575c419d4545215ee9709a598 by François Beaufort <beaufort.francois@gmail.com>
https://github.com/gpuweb/cts/commit/8aebf4e96ced235575c419d4545215ee9709a598
Authored: 2025-04-23 09:29:15 +0200
Committed: 2025-04-23 09:29:15 +0200
Test 3D compressed formats in copyTextureToTexture (#4371)
-
Test 3D compressed formats in copyTextureToTexture
-
Fix typescript errors due to import
Files Modified:
- src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts
- src/webgpu/shader/execution/expression/call/builtin/texture_utils.ts
- src/webgpu/web_platform/canvas/readbackFromWebGPUCanvas.spec.ts
- src/webgpu/web_platform/copyToTexture/canvas.spec.ts
26a977772a663b9dfcde8dde620d30b93dabf500 by Kai Ninomiya <kainino@chromium.org>
https://github.com/gpuweb/cts/commit/26a977772a663b9dfcde8dde620d30b93dabf500
Authored: 2025-04-22 23:41:09 -0700
Committed: 2025-04-23 06:41:09 +0000
cameraCapture: Simplify codepaths, try to wait for a real frame (#4365)
- Don't use fallback paths in camera capture; instead, have the test pick the exact path it's using, and parameterize over it. Test two paths: VideoFrame from MediaStreamTrackProcessor, and the old-fashioned HTMLVideoElement.
- Work around an issue where Chrome (at least on Mac) shows blank frames for a while after initializing the camera.
- I happened to notice that requesting different width/height from the camera is broken in Chrome in several ways, so added cases for that.
- Added a TODO for copyExternalImageToTexture from camera
These tests only worked in Chrome, and even then they were buggy (usually running the test on a blank first frame). Now, the HTMLVideoElement tests work in Safari.
Test failures are as follows, on an M1 Mac:
- Chrome: https://crbug.com/411656657
- HTMLVideoElement passes some cases, but fails when a requested size is passed to getUserMedia().
- VideoFrame fails due to incorrect color management (regardless of dstColorSpace).
- Safari:
- HTMLVideoElement fails due to incorrect color management (regardless of dstColorSpace).
- VideoFrame is skipped.
- Firefox: doesn't yet implement importExternalTexture.
Issue: fixes #4363, cc #4364
Files Modified:
- src/webgpu/web_platform/external_texture/video.spec.ts
- src/webgpu/web_platform/util.ts
Reporter | ||
Comment 1•11 days ago
|
||
SsCbNPNGQnCYRLaVj7QKsA |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=3910b22d233ad43f352d0e004d9c6e4dc884520b
Reporter | ||
Comment 2•11 days ago
|
||
Reporter | ||
Comment 3•11 days ago
|
||
dj1Q4NeAR0eL-50Flea9tg |
The try push is done, we found jobs with unclassified failures.
Needs Close Investigation:
- _mozilla/webgpu/cts/webgpu/web_platform/external_texture/video/cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,cameraCapture:*
- 18 of 18 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (bgeeumoHRC-GOl1njO3xPQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (VSO4rSgSRE2FMGee_vgadQ)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (WkI5UOQ8Qb2Lu0sm8bZDRA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (Czu3CQouR06NBwoG2466jg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (EeypEgvzRTmuNIMv4YyC1w)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (eIcvi9zpRn2POZNGnxyMfQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-9 (E06fxu2qSfySL9vlSCXixQ)
- test-macosx1470-64/debug-web-platform-tests-webgpu-9 (EC78b88BQZ-SGdfW4SkQww)
- test-macosx1470-64/debug-web-platform-tests-webgpu-9 (ZGxJD-WsQK6mdxS0oMheXQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-15 (EP6GWvq4RtG7oY6KD-mjYQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-15 (Kt3fQlYMSfqairAguvutpQ)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-15 (ZkRjsyhJR-eMIDvMh7DADQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (ACwsE-leRpOQ6isc9RZTlA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (W2C1kzBFQf2WnbxbHwfNtA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (YlU6cPemTy-ghQSg_-1dJQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-9 (AGcsWmuaQfazq9C3xHxMgA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-9 (ILZZ9sXCRQye6Z5f-nC_YA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-9 (Kq40qd3DQVqL6QxxE51oZw)
- 18 of 18 failed on different tasks
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: A6uvREKSQnSavxKeJ8FEfA, fJfu1EC7Sp2Wz5-2N2bTHA, SP2JM27uQ52u5_GFD1TZnA)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-2 - 3 of 3 failed on the same (retriggered) task (failed: AfT3ErIGSVW04BOcsKG4tw, bV5GF7IwSxW8JIk6MvIDcA, GoqOyvWfQ_qa4TT_vK9hwg)
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: Fjjk9141RkS0Wsb6Dwo0ow, Gy287CccTWmgIfkL22ELuQ, WZDglufvSfOvYCvvyfKF2Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-10 - 3 of 3 failed on the same (retriggered) task (failed: a1x2YYtxQ9aV8SiTdYfICA, Bb9KO6T7Sg-Yjxp7rzGhRQ, Z4g6Vp_gQ82fkhCv359B8Q)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-6 - 1 of 3 failed on the same (retriggered) task (failed: CCPzQePHR7ONcAIDwkqVmg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-13 - 3 of 3 failed on the same (retriggered) task (failed: e54eG8F9QrGteKhoy0lLHg, Q1vCDPX5SSu47sidDkC1rA, SnTJ_dQQS8iT_gQGJX53Pw)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: eiXxDtb4RkGCekaRLKwrrw, F9jz0W88Syii2Jp3ABqBYg, W6vDeHDvQBG2Q9fGhiUY2A)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-25 - 3 of 3 failed on the same (retriggered) task (failed: BMh9chnBQVOcI2bgDMwFQw, bUrzGRZdR16GYNl4VX_Mnw, em5u2xEkRmu7EbzOYRGtgg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-10 - 3 of 3 failed on the same (retriggered) task (failed: b-u9LU5TQJmBFrudAab-Fg, d8G87j3_SySUgZiRXc-wuA, HpD56qNkTxGpnBnQ912PGw)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: KfnYcJ4JRMm1r0Zx53SqJg, NG88tjg2STqxETaHKNB6Zw, ZJ9FFzB4SjKoWcgIxqZA9g)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: VLI_3bQAQTuSaiMonZ7yFw, VliosNMfRhKHTAKRnK9n1g, ZYlZSMByScmvraGemFe46w)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-2 - 3 of 3 failed on the same (retriggered) task (failed: F4C6lIe_RdqhW4c5qyjkvw, GC9_YryITc6V3H-HGM3RtQ, MiojVxNxRKe95tIsAtJs4Q)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-5 - 3 of 3 failed on the same (retriggered) task (failed: L9c38xATR0qg7X8jG5dMKg, Nh1xedbqQs6YqMId18_b1A, Q2pex5-zTaegsnNqXct0Ug)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-4 - 3 of 3 failed on the same (retriggered) task (failed: LjW-loaGSlybubW2VbCfOg, VKuPDRDCSdy88IOctrnlPw, XgMQNn_5TIiqbGUPqhcNZQ)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: a-6CCfXVRQCDICfLzzbX3Q, Am_mRWbpSvejdGKPRzNN2w, Potg8dcVTFOtemJHhOXYKw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-10 - 3 of 3 failed on the same (retriggered) task (failed: bzJHO9CmQWu8bG-S2RrlBw, D9fNIWQHQqybUtZMCKC3vA, HTgfZ2AxRf284F2wYfu0ig)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-11 - 3 of 3 failed on the same (retriggered) task (failed: dO-F--HbQNWXdm91iQ85Sw, GHTjbbKbRKORZy8H6N7nZw, YGo7EVwbTqiSwmsqfk44kw)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: Ggkfak6xTG-XWH4yGFe7hA, SFCNPCsATdOvkNhLnmGWRA, YnIL9EojRqqPJT2-81W2YQ)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-18 - 1 of 3 failed on the same (retriggered) task (failed: UAdmegnUSBiVZRrWFQVNEg)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-10 - 3 of 3 failed on the same (retriggered) task (failed: DnLrjzzfR3Whf6XyyEmyMA, E_mjbaGkQVWxGGgpM3MLuQ, RC7j19d-RF6WBvXYf7VNPw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-9 - 3 of 3 failed on the same (retriggered) task (failed: eu7DcnJMQlaf_3nPbYkzoA, PpqqM5rjSnKwUEMNltxb1g, RRLw3qFCRjatsT3YEIGXwA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-7 - 3 of 3 failed on the same (retriggered) task (failed: GZRKeGJ3S6ajLI5a-0TgZw, Qcf3uODTQdSZAGIYXdGNNA, TKzmmj5nTCul0lCWYVAkgA)
Needs Investigation (Possible Intermittents):
- test-linux2204-64-wayland/debug-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: C_WTBMMpR1iIXYr6hU0gcQ, J1EJIJ16QYe1qiU2QZgk3w, LcgkekKdSeKzUEqSKb9JYA)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-5 - 1 of 3 failed on the same (retriggered) task (failed: B3U2SpV0QAy89VImslC1-g)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: CSnEWznnSFa3MqNAueMsmw, Gv-PSVB8RbebRPflRxSnFA, RFZf2sUtSy2WlsDed8VGxg)
- test-windows11-64-24h2/debug-web-platform-tests-webgpu-backlog-14 - 3 of 3 failed on the same (retriggered) task (failed: D0CM9LgKQ-6haG3047-NeA, LvsZYCJeQimjxSAYkDNnpg, SsrfqePmReu-oZ4xG5pOPA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-22 - 3 of 3 failed on the same (retriggered) task (failed: AbctFRVIRVWp-0kqrx152g, LRfQI7hkTWO1SEDfiat7Iw, QHly7sV-RoyhVoFUOvBAEA)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: aOO4dxjASkOmrPBO8iCwJQ, Dp4iPYGwSPCUGeoeVcJXeQ, HfWnbD7WQGGwb1Lzu_nx-Q)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-3 - 3 of 3 failed on the same (retriggered) task (failed: BIJS4sEPQ0aPes89TFCZ_Q, bWfpWQ8tSKWERo4BVwtC6g, Koi5UzxkRH-lvfQGm07ahg)
- test-macosx1470-64/debug-web-platform-tests-webgpu-backlog-long-5 - 3 of 3 failed on the same (retriggered) task (failed: cmBNCg6eTqmjTEXIuxWu9g, EAjldoDfRtGQXqex8Hkvug, X7tk0fIGRcy2rP30YMqFGw)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-10 - 1 of 3 failed on the same (retriggered) task (failed: DTEsmOfmS3qKW7hBJfLAXA)
- test-linux2204-64-wayland/opt-web-platform-tests-webgpu-backlog-12 - 3 of 3 failed on the same (retriggered) task (failed: defXQ9GtQRaa9vSX0_7lWA, EuKPsqBOQ_KLPVgO2m4qrw, LbLWfR9lS-GAmUuQ__mZNA)
- test-windows11-64-24h2/opt-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: LlNvwKrhQnStO8Dgr_94rQ, MQjPaVFFRheHVv_oJqqxyg, SqO2ti5ZQhWGAA8JMtEJIA)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-22 - 3 of 3 failed on the same (retriggered) task (failed: aiWPMUOzSIum9kQvBe51Sg, OV3JJEgFQZW1972JgJrjMA, YNz3colQTgqjVr15r7q3Fw)
- test-macosx1470-64/opt-web-platform-tests-webgpu-backlog-long-4 - 3 of 3 failed on the same (retriggered) task (failed: CXonVBLvSs2-96SxjvHAsQ, Iid29RwpRACSxvNwR77YCA, NHXe2AOwS1OxJOJssY-7zQ)
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•11 days ago
|
Assignee | ||
Comment 5•10 days ago
|
||
Updated•10 days ago
|
Comment 7•5 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7d5015589fab
https://hg.mozilla.org/mozilla-central/rev/56b709298d3d
Description
•