commit | bbcdd3eca724b5ccd023a4ea920cc2abf42c6913 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Fri Sep 29 23:00:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 23:00:21 2023 +0000 |
tree | dc3e29dd9828478105dafa7146bc20b430d3704d | |
parent | ef3f5dc888e81edfdddd059b8a1ec06fb913890b [diff] |
Assert single test from query Updates test_runner.js to assert that exactly one test is found when loading tests for a given query. The Chromium test runner always expects exactly one test to be found since it should only ever ask for valid tests to be run and no wildcards are included. crrev.com/c/4902803 will need to land in order for this assert to be properly surfaced, but this CL will still do what we want (fail under certain circumstances) without it, just in a less clear way. Change-Id: I73ff2be9c2dc4e2aa62a95eb660f28d12888610d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/154080 Auto-Submit: Brian Sheedy <bsheedy@google.com> Commit-Queue: Brian Sheedy <bsheedy@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.