Closed Bug 1959335 Opened 1 year ago Closed 1 year ago

Update WebGPU CTS to new version d3ac5784fb25afe1a9605af57112b854bb8206c7 from 2025-04-08 07:07:44

Categories

(Core :: Graphics: WebGPU, task)

task

Tracking

()

RESOLVED FIXED
139 Branch
Tracking Status
firefox139 --- fixed

People

(Reporter: update-bot, Assigned: ErichDonGubler)

References

(Blocks 1 open bug)

Details

(Whiteboard: [3pl-filed][task_id: cpgb9LwOTgGxQWIqZMlFcg])

Attachments

(1 file)

This update covers 11 commits. Here are the overall diff statistics, and then the commit information.


dom/webgpu/tests/cts/checkout/package-lock.json | 17 +-
dom/webgpu/tests/cts/checkout/package.json | 2 +-
dom/webgpu/tests/cts/checkout/src/common/framework/on_shutdown.ts | 19 +
dom/webgpu/tests/cts/checkout/src/common/framework/test_config.ts | 1 +
dom/webgpu/tests/cts/checkout/src/common/runtime/cmdline.ts | 3 +-
dom/webgpu/tests/cts/checkout/src/common/runtime/helper/options.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/common/runtime/helper/test_worker-worker.ts | 18 +-
dom/webgpu/tests/cts/checkout/src/common/runtime/helper/test_worker.ts | 66 +-
dom/webgpu/tests/cts/checkout/src/common/runtime/helper/wrap_for_worker.ts | 11 +
dom/webgpu/tests/cts/checkout/src/common/runtime/server.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/common/runtime/standalone.ts | 22 +-
dom/webgpu/tests/cts/checkout/src/common/util/util.ts | 25 +-
dom/webgpu/tests/cts/checkout/src/demo/webworker/.gitignore | 2 +
dom/webgpu/tests/cts/checkout/src/manual/webworker/.gitignore | 2 +
dom/webgpu/tests/cts/checkout/src/resources/cache/hashes.json | 220 +++---
dom/webgpu/tests/cts/checkout/src/stress/webworker/.gitignore | 2 +
dom/webgpu/tests/cts/checkout/src/unittests/webworker/.gitignore | 2 +
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/adapter/requestDevice.spec.ts | 2 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/copyBufferToBuffer.spec.ts | 51 +-
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/image_copy.spec.ts | 281 +--------
dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/rendering/stencil.spec.ts | 289 +++++++++-
dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/error_scope.spec.ts | 15 +-
dom/webgpu/tests/cts/checkout/src/webgpu/error_test.ts | 18 +
dom/webgpu/tests/cts/checkout/src/webgpu/gpu_test.ts | 8 +
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/texture_builtin_notes.md | 84 ++
dom/webgpu/tests/cts/checkout/src/webgpu/shader/execution/expression/call/builtin/workgroupUniformLoad.spec.ts | 17 +-
dom/webgpu/tests/cts/checkout/src/webgpu/shader/validation/expression/call/builtin/workgroupUniformLoad.spec.ts | 2 -
dom/webgpu/tests/cts/checkout/src/webgpu/util/device_pool.ts | 57 +-
dom/webgpu/tests/cts/checkout/src/webgpu/webworker/.gitignore | 2 +
dom/webgpu/tests/cts/checkout/standalone/index.html | 4 +
dom/webgpu/tests/cts/checkout/tools/gen_version | 2 +-
dom/webgpu/tests/cts/moz.yaml | 4 +-
testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js | 1 +
testing/web-platform/mozilla/tests/webgpu/common/internal/version.js | 2 +-
testing/web-platform/mozilla/tests/webgpu/common/runtime/helper/test_worker-worker.js | 20 +-
testing/web-platform/mozilla/tests/webgpu/common/runtime/helper/test_worker.js | 66 +-
testing/web-platform/mozilla/tests/webgpu/common/runtime/helper/wrap_for_worker.js | 13 +-
testing/web-platform/mozilla/tests/webgpu/common/util/util.js | 25 +-
testing/web-platform/mozilla/tests/webgpu/cts/webgpu/api/operation/rendering/stencil/cts.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/copyBufferToBuffer.spec.js | 51 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/command_buffer/image_copy.spec.js | 281 +--------
testing/web-platform/mozilla/tests/webgpu/webgpu/api/operation/rendering/stencil.spec.js | 291 +++++++++-
testing/web-platform/mozilla/tests/webgpu/webgpu/api/validation/error_scope.spec.js | 15 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/error_test.js | 18 +
testing/web-platform/mozilla/tests/webgpu/webgpu/gpu_test.js | 8 +
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/execution/expression/call/builtin/workgroupUniformLoad.spec.js | 15 +-
testing/web-platform/mozilla/tests/webgpu/webgpu/shader/validation/expression/call/builtin/workgroupUniformLoad.spec.js | 2 -
testing/web-platform/mozilla/tests/webgpu/webgpu/util/device_pool.js | 57 +-
49 files changed, 1443 insertions(+), 895 deletions(-)


d3ac5784fb25afe1a9605af57112b854bb8206c7 by François Beaufort <beaufort.francois@gmail.com>

https://github.com/gpuweb/cts/commit/d3ac5784fb25afe1a9605af57112b854bb8206c7
Authored: 2025-04-08 09:07:44 +0200
Committed: 2025-04-08 09:07:44 +0200

Add tests for workgroupUniformLoad overload (#4332)

Files Modified:

  • src/webgpu/shader/execution/expression/call/builtin/workgroupUniformLoad.spec.ts
  • src/webgpu/shader/validation/expression/call/builtin/workgroupUniformLoad.spec.ts

2d0dd8cb8de3dd849c9cf69dad35fc31d3cac9ba by François Beaufort <beaufort.francois@gmail.com>

https://github.com/gpuweb/cts/commit/2d0dd8cb8de3dd849c9cf69dad35fc31d3cac9ba
Authored: 2025-04-08 00:42:50 +0200
Committed: 2025-04-07 22:42:50 +0000

Use featureLevel instead of compatibilityMode (#4333)

  • Use featureLevel instead of compatibilityMode

  • clean up unneeded casts

  • assert instead of silent defaulting


Co-authored-by: Kai Ninomiya <kainino@chromium.org>

Files Modified:

  • src/common/runtime/cmdline.ts
  • src/common/runtime/server.ts
  • src/webgpu/api/operation/adapter/requestDevice.spec.ts
  • src/webgpu/util/device_pool.ts

75af759c3c6bc4cb77a0df7c735a8a2061acaa37 by petermcneeleychromium <96925679+petermcneeleychromium@users.noreply.github.com>

https://github.com/gpuweb/cts/commit/75af759c3c6bc4cb77a0df7c735a8a2061acaa37
Authored: 2025-04-07 18:32:07 -0400
Committed: 2025-04-07 15:32:07 -0700

Save cts results as json (#4334)

Files Modified:

  • src/common/runtime/standalone.ts
  • standalone/index.html

de07a4258079a3a7065a0c2aa8d39fe20f8ab5c2 by Kai Ninomiya <kainino@chromium.org>

https://github.com/gpuweb/cts/commit/de07a4258079a3a7065a0c2aa8d39fe20f8ab5c2
Authored: 2025-04-04 13:45:20 -0700
Committed: 2025-04-04 20:45:20 +0000

Try to destroy all devices on page/worker teardown (#4329)

Try to destroy all devices on page/worker teardown

Rather than rely on garbage collection, use page unload events wherever
possible to explicitly destroy GPUDevices.

To make this work for workers, when the page unloads, it signals the
worker telling it to clean up, destroying any devices on the worker.
(Dedicated and shared workers also then close themselves.)

Service workers additionally get swapped out each time we try to run
tests from a new test file. So try to detect when that happens, and
signal the old service worker to clean up.

Mostly this is just to avoid relying on garbage collection, but service
workers in particular can live beyond the lifetime of the page, so it's
plausible they could actually be holding onto GPUDevices after the page
is supposed to be done (and, say, the harness is trying to run another
test in a new page load).

Issue: followup to #4327, might help with some problems Chromium has been
seeing with tests that create a lot of devices, or running tests in parallel

Files Added:

  • src/common/framework/on_shutdown.ts

Files Modified:

  • src/common/framework/test_config.ts
  • src/common/runtime/helper/options.ts
  • src/common/runtime/helper/test_worker-worker.ts
  • src/common/runtime/helper/test_worker.ts
  • src/common/runtime/helper/wrap_for_worker.ts
  • src/common/runtime/standalone.ts
  • src/resources/cache/hashes.json
  • src/webgpu/gpu_test.ts
  • src/webgpu/util/device_pool.ts

af188cab7eaafd6b5de162c72619d292dce98c60 by Greggman <github@greggman.com>

https://github.com/gpuweb/cts/commit/af188cab7eaafd6b5de162c72619d292dce98c60
Authored: 2025-04-04 13:22:00 +0900
Committed: 2025-04-04 04:22:00 +0000

Add known failure to texture_builtin_notes.md (#4331)

Files Modified:

  • src/webgpu/shader/execution/expression/call/builtin/texture_builtin_notes.md

93181d0a410c907b5805404bf2a8661fc51852c4 by Brandon Jones <tojiro@gmail.com>

https://github.com/gpuweb/cts/commit/93181d0a410c907b5805404bf2a8661fc51852c4
Authored: 2025-04-03 19:26:10 -0700
Committed: 2025-04-04 02:26:10 +0000

Stencil copy test updates (#4330)

Previously stencil upload tests in image_copy.spec.ts were validated by
doing a multi-pass render to accumulate stencil bits in the red channel
of a texture, which was then checked against the expected data. This
worked on most devices, outside of some Qualcomm chipsets. Doing a
simple copyTextureToBuffer, however, works everywhere and is much a
much simpler to follow. As such, this changes DoUploadToStencilTest
to validate the upload with a copyTextureToBuffer to ensure that any
failures the test surfaces are actually related to the upload method and
not the method of validation.

Because the multi-pass stencil test technique is failing on some devices
it's been separated into it's own test, stencil_accumulation, in
api/operation/rendering/stencil.spec.ts to ensure that we can catch
this class of failures in a way that more clearly highlights where the
actual issue is.

Files Modified:

  • src/webgpu/api/operation/command_buffer/image_copy.spec.ts
  • src/webgpu/api/operation/rendering/stencil.spec.ts

0dfbe9b5554f662600aa260de6a1022154fcfc50 by Kai Ninomiya <kainino@chromium.org>

https://github.com/gpuweb/cts/commit/0dfbe9b5554f662600aa260de6a1022154fcfc50
Authored: 2025-04-03 14:10:44 -0700
Committed: 2025-04-03 21:10:44 +0000

Destroy devices when cleaning the device pool (#4327)

DevicePool won't hold more than 5 devices. When it drops the
least-recently-used device, destroy it.

Clean up obsolete tricks to try do destroy GPUDevice before we had a destroy()
method. Minor refactor where the destroy() call is made for devices that fail
cleanup.

Spot tested locally, but haven't verified the whole CTS runs the same. Manually
verified it has the intended effect (see PR comments).

Issue: Maybe hopefully this will help with some of problems Chromium has been
seeing with tests that create a lot of devices (though many of them won't be
affected by this change)

Files Modified:

  • src/webgpu/util/device_pool.ts

569339aa3d28b773576d6b2ce973da130a20bad5 by Kai Ninomiya <kainino@chromium.org>

https://github.com/gpuweb/cts/commit/569339aa3d28b773576d6b2ce973da130a20bad5
Authored: 2025-04-03 12:29:42 -0700
Committed: 2025-04-03 19:29:42 +0000

Fix assertReject (#4328)

assertReject() tried to throw an error if the promise didn't reject, but
then accidentally caught that and treated it as thrown from the promise.
And then it wasn't actually checking the expectedName of the exception.
So, it did nothing, and would always pass. Whoops.

This was used in two places. Both are verified to be working.

  • Popping an error scope after the test to make sure the test didn't
    leak any error scopes. This wasn't working, now it does.

    Hopefully there aren't any tests actually hitting this; I didn't run
    them all to find out.

  • api,operation,adapter,requestDevice:stale:awaitInitialError=true;*
    as a workaround for the fact that shouldReject isn't awaitable. This
    still passes.

Files Modified:

  • src/common/util/util.ts
  • src/resources/cache/hashes.json
  • src/webgpu/util/device_pool.ts

6ac8aaa1268a94d8a80562aab2ca4ca24648593c by Antonio Maiorano <amaiorano@google.com>

https://github.com/gpuweb/cts/commit/6ac8aaa1268a94d8a80562aab2ca4ca24648593c
Authored: 2025-04-02 16:56:59 -0400
Committed: 2025-04-02 13:56:59 -0700

Fix cmdline runner not exiting (#4326)

At some point in the last few months, the cmdline runner started hanging
after running the input tests. We're relying on node to shut down when
there are no tasks left, so maybe we introduced something async that's
not ending. In any case, it's safe to force exit after running the last
test successfully.

Files Modified:

  • src/common/runtime/cmdline.ts

5aba8ba55eb2496852d622854a99fac74f074c65 by François Beaufort <beaufort.francois@gmail.com>

https://github.com/gpuweb/cts/commit/5aba8ba55eb2496852d622854a99fac74f074c65
Authored: 2025-04-02 20:39:58 +0200
Committed: 2025-04-02 11:39:58 -0700

Add tests for copyBufferToBuffer overloads (#4310)

Files Modified:

  • package-lock.json
  • package.json
  • src/webgpu/api/operation/command_buffer/copyBufferToBuffer.spec.ts

eb1d526134f6789e9ce6d5e3b654fbfc10043267 by Kai Ninomiya <kainino@chromium.org>

https://github.com/gpuweb/cts/commit/eb1d526134f6789e9ce6d5e3b654fbfc10043267
Authored: 2025-04-01 17:51:10 -0700
Committed: 2025-04-02 00:51:10 +0000

error_scope tests: break up awaits into chunks (#4324)

Files Modified:

  • src/webgpu/api/validation/error_scope.spec.ts
  • src/webgpu/error_test.ts

The try push is done, we found jobs with unclassified failures.

Needs Close Investigation:

  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/info/cts.https.html?q=webgpu:api,operation,adapter,info:adapter_info:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-14 (C87sYcxgSpKQ9fCWOlDkqQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-14 (dN0xlXV6TnG3HX_Jf13qBA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-14 (XiPGJoqPRoWN1eLV6lu7Kw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FcseENerSuK1cadzlKgyLw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (IIa-M9gVR1KY_q7oRqRTjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (JJ0oMHo5RVeHMmhmJ-24uQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-5 (AME-qvj3QsCG9d9lAuNRhw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-5 (fAsWJda0T-aOpSKAaAfP9w)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-5 (VlHBfz-bQh-Feg4TknAT4A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (CQTEygvWSaerUMb8hJyXIA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (QUQrI6DDTqCZNQ1oOziDOw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (YQSYPEItQhy2Ootg88gCgQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/info/cts.https.html?q=webgpu:api,operation,adapter,info:subgroup_sizes:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-14 (C87sYcxgSpKQ9fCWOlDkqQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-14 (dN0xlXV6TnG3HX_Jf13qBA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-14 (XiPGJoqPRoWN1eLV6lu7Kw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FcseENerSuK1cadzlKgyLw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (IIa-M9gVR1KY_q7oRqRTjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (JJ0oMHo5RVeHMmhmJ-24uQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-5 (AME-qvj3QsCG9d9lAuNRhw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-5 (fAsWJda0T-aOpSKAaAfP9w)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-5 (VlHBfz-bQh-Feg4TknAT4A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (CQTEygvWSaerUMb8hJyXIA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (QUQrI6DDTqCZNQ1oOziDOw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (YQSYPEItQhy2Ootg88gCgQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/requestAdapter/cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter:*

    • 12 of 12 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-long-1 (DgFBsNVgT-OG_TkLmULx2A)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-long-1 (NjroQe6YRFyV2PbozZfOcA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-long-1 (P9SLhOWBSZSdmrL2Z7kvXg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-long-1 (PMPhbbg-Qr-my95dnT97rw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-long-1 (U0XBuBoqTP60sTpSVu2jOQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-long-1 (WERgihXbTgerRhLrZz-eiQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-long-1 (ADS7vzovST-mx2MNIS8EiA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-long-1 (bD4oRrVDRbK3qw1wPuKLsA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-long-1 (BTXSWIEGSXmuM-jdaPGu8w)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-long-1 (K7u2ymg6SqabNdiPc27E6Q)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-long-1 (T--vSktES8ChTuzIIBm8cw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-long-1 (X_v8Yz28Sxy3h7xuQssn5A)
  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/requestAdapter/cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter_no_parameters:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-15 (e7oyekbIQxu9hK0qvK_AXQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-15 (GZrnA5BDSAuW_5obcQgKrg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-15 (Lb6Y5cRUQm-32lDr0Zp3ZA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (apLhD2tYQnugE8wkyro9Mg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (fdtlR5bbSQ-WJ7Y9XmruLQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Yno_D1MySb69To1-6VinOA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (BPHTIX-xSfiTTwlzS3i8XA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (G-1UbPEZSLmVz5JhNwRFHA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (VMq-0L1iQXCEeVukV6DhqQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (MzyHw67yS7WCptjbdJayaA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (RX4S4sPSTs6g1LNK238jzg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (Xg_V7lEoRTi6G3bTu1nJtA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-6 (CusK6CeMQ-qqtHrs9bupyA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-6 (LyV29jOpRLOZF-C2yRpP5A)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-6 (YrnaO0RORQS8aBQxvjR4pA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (KmPpW7ZKRsqOy9gaqaC01w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (P4Pqcq1RQECkRXOygsd8HQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (Xc5bvJltSFq0Jmj1U0ksQw)
  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/requestDevice/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:always_returns_device:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (aM4YFORrS3GsfsCBb34Ivw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (Gd0w6kNsSO-0BOTip5XOqQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (PHBrlJPhQ2q6nsvk1hymnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (OfjjrLRZQIeGa_1NFqzIjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (TQ116FrGT-G5SqioeL6naA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (U1mDH5j1R5-COI5F6vow2g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (L4qG9FtySqaD4kyM1JoWAg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (POjFlgtSTL2WiliA4qnJfQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (QhESYahfSgmp52iRbb5B_A)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (biqTwNu5Qz6V-8yivctYXQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (Qs52JMTDSMCBKrJaAJtBZQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (YSs4gj5wSEWsTW7wY_Tv6g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (EqWaxNK3SJyaYbQggdPtag)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (KgEZ-_FTRtOOYuK2Vc1k6A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (UzvGH9R-T3qpafY7E1X5zQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (MlRv-_UWRhOA8yGKC1wE0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (Q_CmqLkAQuuQekTbSJabkg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (XpJdPlxpQkiWuxamIUZ4qg)
  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/requestDevice/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:features,known:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (aM4YFORrS3GsfsCBb34Ivw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (Gd0w6kNsSO-0BOTip5XOqQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (PHBrlJPhQ2q6nsvk1hymnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (OfjjrLRZQIeGa_1NFqzIjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (TQ116FrGT-G5SqioeL6naA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (U1mDH5j1R5-COI5F6vow2g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (L4qG9FtySqaD4kyM1JoWAg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (POjFlgtSTL2WiliA4qnJfQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (QhESYahfSgmp52iRbb5B_A)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (biqTwNu5Qz6V-8yivctYXQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (Qs52JMTDSMCBKrJaAJtBZQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (YSs4gj5wSEWsTW7wY_Tv6g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (EqWaxNK3SJyaYbQggdPtag)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (KgEZ-_FTRtOOYuK2Vc1k6A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (UzvGH9R-T3qpafY7E1X5zQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (MlRv-_UWRhOA8yGKC1wE0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (Q_CmqLkAQuuQekTbSJabkg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (XpJdPlxpQkiWuxamIUZ4qg)
  • _mozilla/webgpu/cts/webgpu/api/operation/adapter/requestDevice/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:features,unknown:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (aM4YFORrS3GsfsCBb34Ivw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (Gd0w6kNsSO-0BOTip5XOqQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-16 (PHBrlJPhQ2q6nsvk1hymnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (OfjjrLRZQIeGa_1NFqzIjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (TQ116FrGT-G5SqioeL6naA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-4 (U1mDH5j1R5-COI5F6vow2g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (L4qG9FtySqaD4kyM1JoWAg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (POjFlgtSTL2WiliA4qnJfQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-7 (QhESYahfSgmp52iRbb5B_A)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (biqTwNu5Qz6V-8yivctYXQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (Qs52JMTDSMCBKrJaAJtBZQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-4 (YSs4gj5wSEWsTW7wY_Tv6g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (EqWaxNK3SJyaYbQggdPtag)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (KgEZ-_FTRtOOYuK2Vc1k6A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-4 (UzvGH9R-T3qpafY7E1X5zQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (MlRv-_UWRhOA8yGKC1wE0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (Q_CmqLkAQuuQekTbSJabkg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-4 (XpJdPlxpQkiWuxamIUZ4qg)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,write,unchanged_ranges_preserved:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (eIJCQE7oRgS-a5lHswIlHA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (IgnvXzClQdOjuzQgws3Wdw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (XVv3zkzGQvuUGVDKDZtmnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (GTymZJjtS4mxrvwEB6v2fA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (H2QCIXmhToqZmtGwjo22MA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (J8vG486lS6W8-BxfqE7oAQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,write:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (eIJCQE7oRgS-a5lHswIlHA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (IgnvXzClQdOjuzQgws3Wdw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (XVv3zkzGQvuUGVDKDZtmnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (GTymZJjtS4mxrvwEB6v2fA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (H2QCIXmhToqZmtGwjo22MA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (J8vG486lS6W8-BxfqE7oAQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/cts.https.html?q=webgpu:api,operation,buffers,map:mappedAtCreation:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (eIJCQE7oRgS-a5lHswIlHA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (IgnvXzClQdOjuzQgws3Wdw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (XVv3zkzGQvuUGVDKDZtmnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (GTymZJjtS4mxrvwEB6v2fA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (H2QCIXmhToqZmtGwjo22MA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (J8vG486lS6W8-BxfqE7oAQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/cts.https.html?q=webgpu:api,operation,buffers,map:remapped_for_write:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (eIJCQE7oRgS-a5lHswIlHA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (IgnvXzClQdOjuzQgws3Wdw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (XVv3zkzGQvuUGVDKDZtmnQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (GTymZJjtS4mxrvwEB6v2fA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (H2QCIXmhToqZmtGwjo22MA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-5 (J8vG486lS6W8-BxfqE7oAQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,buffers,map:mapAsync,write,unchanged_ranges_preserved:*

    • 15 of 15 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (eIJCQE7oRgS-a5lHswIlHA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (IgnvXzClQdOjuzQgws3Wdw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (XVv3zkzGQvuUGVDKDZtmnQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,buffers,map:mapAsync,write:*

    • 12 of 12 failed on different tasks
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,buffers,map:mappedAtCreation:*

    • 15 of 15 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (eIJCQE7oRgS-a5lHswIlHA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (IgnvXzClQdOjuzQgws3Wdw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-5 (XVv3zkzGQvuUGVDKDZtmnQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (aTsbeLEXSIyn7pgN39ytWg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (BzR5kYNWRoelqEQ9YY3Abw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-1 (ctFlDPStTPKm4kOFUUFJLw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,buffers,map:remapped_for_write:*

    • 9 of 9 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (A68n8sZbTLO7jHeR50_xuA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (aeJ823YxRjurW9u8_Lr7zw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-8 (FRHawpHyTeSe1L9bo6lhpw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (O_k7KqAcS-KvaK4YnfdFnQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (V8aKVTwTR0ueIpsbsTEluQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-5 (Vl7c2BI-S0KLNq0bCJ8EdQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (bsdRy-HdQTGO6YAVpi5iRA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (JJibGSBSSmugI0FtFWwGEQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-5 (VDdR0PY9SFSrBEacDFJlIA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map_detach/cts.https.html?q=webgpu:api,operation,buffers,map_detach:while_mapped:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (bkVE29X3RVOt50RuyiQEvA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (BOu7rpnBQRG7QQxiK8c4ow)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (XxsHEBYVTzmntjWqAz8fYQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (aRtEvZm-QKCWbn1G8T41Sw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (c6fbWr_tTPq__muqkeF14w)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (NwaKWi93SyKC777ZhglUJQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-10 (HuvzQBYDQVmPki5u8QZiBw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-10 (V_D0HJCWR4yv7qELEsVrEg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-10 (ZMvxgLAPTXKGmkJN6q3diQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (eNYjy075TQG7gct9q95BVg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (S7PJpEbdRH6lacuDeOmcjA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (Vq4D0NMyQO2gLTicIDJ-3Q)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (eppAVe1ARLqIicKjVpaZzA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (N7pICz2tRriPrV26_FP9Tg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (ReHqoEkPTBKSu0lFx9Hbpg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (fvP6yatzRg2mDF6AP92RBQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (Mha00yijTWGNHCVLPJPIxQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (PGqJGgW6TRmbxnbNsOb5bg)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map_detach/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,buffers,map_detach:while_mapped:*

    • 15 of 15 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (bkVE29X3RVOt50RuyiQEvA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (BOu7rpnBQRG7QQxiK8c4ow)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (XxsHEBYVTzmntjWqAz8fYQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (eNYjy075TQG7gct9q95BVg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (S7PJpEbdRH6lacuDeOmcjA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (Vq4D0NMyQO2gLTicIDJ-3Q)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (eppAVe1ARLqIicKjVpaZzA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (N7pICz2tRriPrV26_FP9Tg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (ReHqoEkPTBKSu0lFx9Hbpg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (aRtEvZm-QKCWbn1G8T41Sw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (c6fbWr_tTPq__muqkeF14w)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (NwaKWi93SyKC777ZhglUJQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (fvP6yatzRg2mDF6AP92RBQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (Mha00yijTWGNHCVLPJPIxQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (PGqJGgW6TRmbxnbNsOb5bg)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map_detach/shared.https.html?worker=shared&q=webgpu:api,operation,buffers,map_detach:while_mapped:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (bkVE29X3RVOt50RuyiQEvA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (BOu7rpnBQRG7QQxiK8c4ow)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-7 (XxsHEBYVTzmntjWqAz8fYQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (aRtEvZm-QKCWbn1G8T41Sw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (c6fbWr_tTPq__muqkeF14w)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-3 (NwaKWi93SyKC777ZhglUJQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (eNYjy075TQG7gct9q95BVg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (S7PJpEbdRH6lacuDeOmcjA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-7 (Vq4D0NMyQO2gLTicIDJ-3Q)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (eppAVe1ARLqIicKjVpaZzA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (N7pICz2tRriPrV26_FP9Tg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-7 (ReHqoEkPTBKSu0lFx9Hbpg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-10 (HuvzQBYDQVmPki5u8QZiBw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-10 (V_D0HJCWR4yv7qELEsVrEg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-10 (ZMvxgLAPTXKGmkJN6q3diQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (fvP6yatzRg2mDF6AP92RBQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (Mha00yijTWGNHCVLPJPIxQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-7 (PGqJGgW6TRmbxnbNsOb5bg)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map_oom/cts.https.html?q=webgpu:api,operation,buffers,map_oom:mappedAtCreation:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (cGmi9f48SKKmEeSXDoXjug)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (GhLfqNNdRCmUwe0QdyD9dA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (OJTgiMjSRqW01D_GAbK8Tw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (AkmJ_rnpS_iemQbU-gBi0A)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (aLv6FMU0SCSlU20tvOa0BA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (HACGeEZnSI-H0SPlgCtxow)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (GxlOXAemRO2Yzim95zTKxg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (U_XhXFuDSTKRPrp9Vhxvig)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (YBwY6igYQv-P942duBfsLw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (AW1EkVc9R_KkdHGHEY9ZUw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (KbuWY9yoQNm5A8kdoibN1A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (TcozyxB1SuqtYrgMPdfQsg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (d-NOzRCmSiq9t-qQMhSb6g)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (MUNJpxeHSKqUkzOO97-Iyw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (QTqAmq8sQgqb9x8j-dFTBw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (ALA1NwDQRP-fqibu2rAK_Q)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (Gw2suPYGQJ-QMl56URoAJA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (LhC6UVMbQ0SuVWX-BGO02Q)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map_oom/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,buffers,map_oom:mappedAtCreation:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (cGmi9f48SKKmEeSXDoXjug)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (GhLfqNNdRCmUwe0QdyD9dA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (OJTgiMjSRqW01D_GAbK8Tw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (AkmJ_rnpS_iemQbU-gBi0A)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (aLv6FMU0SCSlU20tvOa0BA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (HACGeEZnSI-H0SPlgCtxow)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (GxlOXAemRO2Yzim95zTKxg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (U_XhXFuDSTKRPrp9Vhxvig)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (YBwY6igYQv-P942duBfsLw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (AW1EkVc9R_KkdHGHEY9ZUw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (KbuWY9yoQNm5A8kdoibN1A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (TcozyxB1SuqtYrgMPdfQsg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (d-NOzRCmSiq9t-qQMhSb6g)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (MUNJpxeHSKqUkzOO97-Iyw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (QTqAmq8sQgqb9x8j-dFTBw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (ALA1NwDQRP-fqibu2rAK_Q)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (Gw2suPYGQJ-QMl56URoAJA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (LhC6UVMbQ0SuVWX-BGO02Q)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/map_oom/shared.https.html?worker=shared&q=webgpu:api,operation,buffers,map_oom:mappedAtCreation:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (cGmi9f48SKKmEeSXDoXjug)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (GhLfqNNdRCmUwe0QdyD9dA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-11 (OJTgiMjSRqW01D_GAbK8Tw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (AkmJ_rnpS_iemQbU-gBi0A)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (aLv6FMU0SCSlU20tvOa0BA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-8 (HACGeEZnSI-H0SPlgCtxow)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (GxlOXAemRO2Yzim95zTKxg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (U_XhXFuDSTKRPrp9Vhxvig)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-8 (YBwY6igYQv-P942duBfsLw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (AW1EkVc9R_KkdHGHEY9ZUw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (KbuWY9yoQNm5A8kdoibN1A)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-8 (TcozyxB1SuqtYrgMPdfQsg)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (d-NOzRCmSiq9t-qQMhSb6g)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (MUNJpxeHSKqUkzOO97-Iyw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-4 (QTqAmq8sQgqb9x8j-dFTBw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (ALA1NwDQRP-fqibu2rAK_Q)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (Gw2suPYGQJ-QMl56URoAJA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-8 (LhC6UVMbQ0SuVWX-BGO02Q)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/threading/cts.https.html?q=webgpu:api,operation,buffers,threading:destroyed:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (BH3fkpdAToWM9ZPRTsZ8Ug)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (ChKb8m9KROiqU8SC1GwqSA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (USLPzmEsTyqozPrXilmvOQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-5 (cMFF0ZcxR0mUNwJPSUEtBQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-5 (IzEDfEfiRIG-HXJlmdzL5Q)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-5 (Ppv7pEmUTcG0AVwSTtMIGA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-12 (Baxoq7t9SUihxHJGUntwOQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-12 (eyaxgKeJSFWVgmV_zJzzug)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-12 (JaSJ906NQj29gfSkGHt__g)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (fsZCPc3zRgaN1VTdm7YQLQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (PxKAxSFIQWa9CO9NMhavag)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (ZBWQNJRFTtKCwdJ29-r3kA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-9 (fc2t_T1sSXSCioWDDJdv8Q)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-9 (NX91N8DjRSugTzUnS1kMSg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-9 (SJ44wejhRbOSashmRWp7ig)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-9 (CByAMeA3Qu6kDYw7xg9GEA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-9 (IhCrRSBpS92MyBJiuna2-g)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-9 (ULLRk49kThuF440e3e6JgA)
  • _mozilla/webgpu/cts/webgpu/api/operation/buffers/threading/cts.https.html?q=webgpu:api,operation,buffers,threading:serialize:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (BH3fkpdAToWM9ZPRTsZ8Ug)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (ChKb8m9KROiqU8SC1GwqSA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-9 (USLPzmEsTyqozPrXilmvOQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-5 (cMFF0ZcxR0mUNwJPSUEtBQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-5 (IzEDfEfiRIG-HXJlmdzL5Q)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-5 (Ppv7pEmUTcG0AVwSTtMIGA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-12 (Baxoq7t9SUihxHJGUntwOQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-12 (eyaxgKeJSFWVgmV_zJzzug)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-12 (JaSJ906NQj29gfSkGHt__g)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (fsZCPc3zRgaN1VTdm7YQLQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (PxKAxSFIQWa9CO9NMhavag)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-9 (ZBWQNJRFTtKCwdJ29-r3kA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-9 (fc2t_T1sSXSCioWDDJdv8Q)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-9 (NX91N8DjRSugTzUnS1kMSg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-9 (SJ44wejhRbOSashmRWp7ig)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-9 (CByAMeA3Qu6kDYw7xg9GEA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-9 (IhCrRSBpS92MyBJiuna2-g)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-9 (ULLRk49kThuF440e3e6JgA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/cts.https.html?q=webgpu:api,operation,command_buffer,basic:b2t2b:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (BzLXa7ioS8i8ju3DFScgFg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (DEjxhfKZSa-NcuMjpMclfQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (KMvsOnjwRC2uiAXHUPTLYQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (aDaCNzJ8TiSI05Sn6uU9aQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (buJNllaHR1K_7lvkMPtakw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (Xrxuxq1lQt23XrIL1QzR0Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (DaW9NP1LR1atPQRs68NNiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (du6ZEWvIQw2XnWAcMDxa1g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (M2FQ8BplTtWXGUrQf5oKMg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/cts.https.html?q=webgpu:api,operation,command_buffer,basic:b2t2t2b:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (BzLXa7ioS8i8ju3DFScgFg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (DEjxhfKZSa-NcuMjpMclfQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (KMvsOnjwRC2uiAXHUPTLYQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (aDaCNzJ8TiSI05Sn6uU9aQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (buJNllaHR1K_7lvkMPtakw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (Xrxuxq1lQt23XrIL1QzR0Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (DaW9NP1LR1atPQRs68NNiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (du6ZEWvIQw2XnWAcMDxa1g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (M2FQ8BplTtWXGUrQf5oKMg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/cts.https.html?q=webgpu:api,operation,command_buffer,basic:empty:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (BzLXa7ioS8i8ju3DFScgFg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (DEjxhfKZSa-NcuMjpMclfQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (KMvsOnjwRC2uiAXHUPTLYQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (aDaCNzJ8TiSI05Sn6uU9aQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (buJNllaHR1K_7lvkMPtakw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (Xrxuxq1lQt23XrIL1QzR0Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (DaW9NP1LR1atPQRs68NNiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (du6ZEWvIQw2XnWAcMDxa1g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (M2FQ8BplTtWXGUrQf5oKMg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,command_buffer,basic:b2t2b:*

    • 15 of 15 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (DaW9NP1LR1atPQRs68NNiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (du6ZEWvIQw2XnWAcMDxa1g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (M2FQ8BplTtWXGUrQf5oKMg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (aDaCNzJ8TiSI05Sn6uU9aQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (buJNllaHR1K_7lvkMPtakw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (Xrxuxq1lQt23XrIL1QzR0Q)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,command_buffer,basic:b2t2t2b:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (aDaCNzJ8TiSI05Sn6uU9aQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (buJNllaHR1K_7lvkMPtakw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (Xrxuxq1lQt23XrIL1QzR0Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (BzLXa7ioS8i8ju3DFScgFg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (DEjxhfKZSa-NcuMjpMclfQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (KMvsOnjwRC2uiAXHUPTLYQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (DaW9NP1LR1atPQRs68NNiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (du6ZEWvIQw2XnWAcMDxa1g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (M2FQ8BplTtWXGUrQf5oKMg)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,command_buffer,basic:empty:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (aDaCNzJ8TiSI05Sn6uU9aQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (buJNllaHR1K_7lvkMPtakw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-6 (Xrxuxq1lQt23XrIL1QzR0Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (BzLXa7ioS8i8ju3DFScgFg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (DEjxhfKZSa-NcuMjpMclfQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-10 (KMvsOnjwRC2uiAXHUPTLYQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (DaW9NP1LR1atPQRs68NNiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (du6ZEWvIQw2XnWAcMDxa1g)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-10 (M2FQ8BplTtWXGUrQf5oKMg)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/shared.https.html?worker=shared&q=webgpu:api,operation,command_buffer,basic:b2t2b:*

    • 9 of 9 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/basic/shared.https.html?worker=shared&q=webgpu:api,operation,command_buffer,basic:b2t2t2b:*

    • 9 of 9 failed on different tasks
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (efLqAwiiTa-5CvrQ7Vqybw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (FexI3wdWSXK6xDnKU52-WA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-10 (TjKcKCCuTqWoYPPbgmslGg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (DbaUfZ5wRb2_tIbroeFnKg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FWRcMoE3QG2F7KPYQWaxww)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-10 (FZi15JEkQnKoAWIKy_tVoA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (elguVrtVRaGPWrGQjh45sQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (H0WDJQrqR-2axQC0hpFO2Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-13 (Y278ayfIQ_GbYUhc8Q9PHw)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/clearBuffer/cts.https.html?q=webgpu:api,operation,command_buffer,clearBuffer:clear:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-1 (GLBjm3u8Ry2HEdG8o10WuQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-1 (MuVVHhv7SfCvlbOx8mIXQw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-1 (PADDD-7nQYGNTqAmmf6Xmg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-14 (BwOwv3_tREGCz0F655Hc7Q)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-14 (Prk3ZJQ5S9eULNCgr8yvdg)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-14 (WAxAWLtsTFq0y974utDGiw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-1 (fAt0aUCLSdqRfSK-Z3zpuQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-1 (fMNksMhwRiSExF2M0DIrMQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-1 (XJHGt5TiQ8WA3aDnUSpDgw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-7 (bkqtsn2ETwK8QPLdrQJmlw)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-7 (eJ2qjw3wS0-xAKlhL9_y4A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-7 (LxEEaz7pQFO_XYzf25lNTQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-1 (dCTS2g63SjmDFXZsm-ltvg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-1 (fyKn__n1R-6Xt4NDsF9AKA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-1 (SSqTUd9LRv6dndPTk_cTlQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-1 (ClMcw_zSSiCqN8OJZa8dBA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-1 (Dn87Y_LpRgSq3GYh5ok2FA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-1 (SJF4y02OQjGDJ5YSTYccTw)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyBufferToBuffer/cts.https.html?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:copy_order:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (A7VERVbgSmWfhhfIi2ll_A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (CqS1G4aCSzu2r7F0BpLpKA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (Y7CcjPJDQOOh4qIZ8jqCyA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FcseENerSuK1cadzlKgyLw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (IIa-M9gVR1KY_q7oRqRTjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (JJ0oMHo5RVeHMmhmJ-24uQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (PrwDDIeLSouhkiKioTpibQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (RtK8pq7URdWybUFjyEjd-g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (VaL-9CmJRoKB6IDYPs2SkQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (CQTEygvWSaerUMb8hJyXIA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (QUQrI6DDTqCZNQ1oOziDOw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (YQSYPEItQhy2Ootg88gCgQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyBufferToBuffer/cts.https.html?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:single:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (A7VERVbgSmWfhhfIi2ll_A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (CqS1G4aCSzu2r7F0BpLpKA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (Y7CcjPJDQOOh4qIZ8jqCyA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (PrwDDIeLSouhkiKioTpibQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (RtK8pq7URdWybUFjyEjd-g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (VaL-9CmJRoKB6IDYPs2SkQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (CQTEygvWSaerUMb8hJyXIA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (QUQrI6DDTqCZNQ1oOziDOw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (YQSYPEItQhy2Ootg88gCgQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FcseENerSuK1cadzlKgyLw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (IIa-M9gVR1KY_q7oRqRTjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (JJ0oMHo5RVeHMmhmJ-24uQ)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyBufferToBuffer/cts.https.html?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:state_transitions:*

    • 18 of 18 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (A7VERVbgSmWfhhfIi2ll_A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (CqS1G4aCSzu2r7F0BpLpKA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (Y7CcjPJDQOOh4qIZ8jqCyA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (FcseENerSuK1cadzlKgyLw)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (IIa-M9gVR1KY_q7oRqRTjA)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-2 (JJ0oMHo5RVeHMmhmJ-24uQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (PrwDDIeLSouhkiKioTpibQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (RtK8pq7URdWybUFjyEjd-g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (VaL-9CmJRoKB6IDYPs2SkQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (CQTEygvWSaerUMb8hJyXIA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (QUQrI6DDTqCZNQ1oOziDOw)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-2 (YQSYPEItQhy2Ootg88gCgQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyBufferToBuffer/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,command_buffer,copyBufferToBuffer:copy_order:*

    • 12 of 12 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (A7VERVbgSmWfhhfIi2ll_A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (CqS1G4aCSzu2r7F0BpLpKA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (Y7CcjPJDQOOh4qIZ8jqCyA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (PrwDDIeLSouhkiKioTpibQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (RtK8pq7URdWybUFjyEjd-g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (VaL-9CmJRoKB6IDYPs2SkQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyBufferToBuffer/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,command_buffer,copyBufferToBuffer:single:*

    • 12 of 12 failed on different tasks
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (A7VERVbgSmWfhhfIi2ll_A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (CqS1G4aCSzu2r7F0BpLpKA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (Y7CcjPJDQOOh4qIZ8jqCyA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (PrwDDIeLSouhkiKioTpibQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (RtK8pq7URdWybUFjyEjd-g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (VaL-9CmJRoKB6IDYPs2SkQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyBufferToBuffer/dedicated.https.html?worker=dedicated&q=webgpu:api,operation,command_buffer,copyBufferToBuffer:state_transitions:*

    • 12 of 12 failed on different tasks
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (PrwDDIeLSouhkiKioTpibQ)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (RtK8pq7URdWybUFjyEjd-g)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-15 (VaL-9CmJRoKB6IDYPs2SkQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (A7VERVbgSmWfhhfIi2ll_A)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (CqS1G4aCSzu2r7F0BpLpKA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-8 (Y7CcjPJDQOOh4qIZ8jqCyA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (CRQ_lWDIRVSt4BFgsz7ZRw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (U1-9FTQ3QVa3xBfY0bPdMw)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-2 (VS0_q2PZSM2JVw9UCs4cyg)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (dxJgyvFBR1mjYjhk2jnj0w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (PQRyBPOFSd6ehiWCIlGJAA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-2 (Zx-oE5KzSM2jW25miwlgUQ)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyTextureToTexture/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,array:*

    • 6 of 6 failed on different tasks
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (BPHTIX-xSfiTTwlzS3i8XA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (G-1UbPEZSLmVz5JhNwRFHA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (VMq-0L1iQXCEeVukV6DhqQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (MzyHw67yS7WCptjbdJayaA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (RX4S4sPSTs6g1LNK238jzg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (Xg_V7lEoRTi6G3bTu1nJtA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyTextureToTexture/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,non_array:*

    • 6 of 6 failed on different tasks
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (BPHTIX-xSfiTTwlzS3i8XA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (G-1UbPEZSLmVz5JhNwRFHA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (VMq-0L1iQXCEeVukV6DhqQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (MzyHw67yS7WCptjbdJayaA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (RX4S4sPSTs6g1LNK238jzg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (Xg_V7lEoRTi6G3bTu1nJtA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyTextureToTexture/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:*

    • 3 of 3 failed on the same (retriggered) task
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (MzyHw67yS7WCptjbdJayaA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (RX4S4sPSTs6g1LNK238jzg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (Xg_V7lEoRTi6G3bTu1nJtA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyTextureToTexture/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_multisampled_depth:*

    • 6 of 6 failed on different tasks
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (BPHTIX-xSfiTTwlzS3i8XA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (G-1UbPEZSLmVz5JhNwRFHA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (VMq-0L1iQXCEeVukV6DhqQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (MzyHw67yS7WCptjbdJayaA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (RX4S4sPSTs6g1LNK238jzg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (Xg_V7lEoRTi6G3bTu1nJtA)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyTextureToTexture/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_multisampled_stencil:*

    • 18 of 18 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (apLhD2tYQnugE8wkyro9Mg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (fdtlR5bbSQ-WJ7Y9XmruLQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Yno_D1MySb69To1-6VinOA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (Ap85vs-9S_etwDGYlmVefw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (HgjGTSXmSlKugP95ZHImSw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (We1KlS5EQyGp7PEi3Btc-Q)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (BPHTIX-xSfiTTwlzS3i8XA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (G-1UbPEZSLmVz5JhNwRFHA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (VMq-0L1iQXCEeVukV6DhqQ)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (MzyHw67yS7WCptjbdJayaA)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (RX4S4sPSTs6g1LNK238jzg)
      - test-macosx1470-64/opt-web-platform-tests-webgpu-3 (Xg_V7lEoRTi6G3bTu1nJtA)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-9 (AiMTJ2GCRxKPg6O6whUsdQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-9 (fvPaHQjFQeGdPx8rV6ZyEQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-9 (WDLA8qUgQ66NXpfGoRSznA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (KmPpW7ZKRsqOy9gaqaC01w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (P4Pqcq1RQECkRXOygsd8HQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (Xc5bvJltSFq0Jmj1U0ksQw)
  • _mozilla/webgpu/cts/webgpu/api/operation/command_buffer/copyTextureToTexture/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:zero_sized:*

    • 15 of 15 failed on different tasks
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (apLhD2tYQnugE8wkyro9Mg)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (fdtlR5bbSQ-WJ7Y9XmruLQ)
      - test-windows11-64-24h2/opt-web-platform-tests-webgpu-3 (Yno_D1MySb69To1-6VinOA)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (Ap85vs-9S_etwDGYlmVefw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (HgjGTSXmSlKugP95ZHImSw)
      - test-linux2204-64-wayland/debug-web-platform-tests-webgpu-16 (We1KlS5EQyGp7PEi3Btc-Q)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (BPHTIX-xSfiTTwlzS3i8XA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (G-1UbPEZSLmVz5JhNwRFHA)
      - test-macosx1470-64/debug-web-platform-tests-webgpu-3 (VMq-0L1iQXCEeVukV6DhqQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-9 (AiMTJ2GCRxKPg6O6whUsdQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-9 (fvPaHQjFQeGdPx8rV6ZyEQ)
      - test-linux2204-64-wayland/opt-web-platform-tests-webgpu-9 (WDLA8qUgQ66NXpfGoRSznA)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (KmPpW7ZKRsqOy9gaqaC01w)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (P4Pqcq1RQECkRXOygsd8HQ)
      - test-windows11-64-24h2/debug-web-platform-tests-webgpu-3 (Xc5bvJltSF

Oops - the above comment was too long. I was unable to shrink it nicely, so I had to truncate it to fit Bugzilla's limits.

Assignee: nobody → egubler
Flags: needinfo?(egubler)

The issue is that this Updatebot iteration didn't catch a new file that's in the TypeScript source under the vendor directory when it got compiled and moved to testing/web-platform/mozilla/tests/webgpu/. I'm sure this is because we haven't quite configured Updatebot properly yet. Gonna ask for help here; just posted in #developers:mozilla.org in Matrix (link).

In the meantime, I've manually updated the patch, and updated the push to Try with try:3c85e3a8291f.

Flags: needinfo?(egubler)
Status: NEW → ASSIGNED
Type: enhancement → task
See Also: → 1959728
  • Tier 2 changes:
    • Apparent-but-not-actually regressions:
      • webgpu:api,operation,command_buffer,copyBufferToBuffer:* was expanded to include the simpler overload for GPUCommandEncoder.copyBufferToBuffer with no offsets and optional size in gpuweb/cts#4310, which we have not yet added. Tracking in bug 1959728.
      • webgpu:shader,execution,expression,call,builtin,workgroupUniformLoad:types:* expanded with coverage that fails on Linux.
  • Tier 3 changes:
    • Some cases for webgpu:shader,validation,expression,call,builtin,workgroupUniformLoad:no_atomics:* were removed.
    • Some stencil* texture format coverage was moved to new test: webgpu:api,operation,rendering,stencil:stencil_accumulation:*

(In reply to Erich Gubler [:ErichDonGubler] from comment #3)

The issue is that this Updatebot iteration didn't catch a new file that's in the TypeScript source under the vendor directory when it got compiled and moved to testing/web-platform/mozilla/tests/webgpu/. I'm sure this is because we haven't quite configured Updatebot properly yet. Gonna ask for help here; just posted in #developers:mozilla.org in Matrix (link).

In the meantime, I've manually updated the patch, and updated the push to Try with try:3c85e3a8291f.

I put this into Bug 1959782

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).

Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1960804
Resolution: --- → DUPLICATE
Status: RESOLVED → REOPENED
No longer duplicate of bug: 1960804
Resolution: DUPLICATE → ---
Pushed by egubler@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e2a8be1c8d8c Update WebGPU CTS to d3ac5784fb25afe1a9605af57112b854bb8206c7 r=webgpu-reviewers,teoxoy
Status: REOPENED → RESOLVED
Closed: 1 year ago1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: