commit | 86216f5180543721e72806d115944d55ad141d81 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 22 16:47:44 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 22 16:47:44 2023 +0000 |
tree | d34d2e860c987e24c6a913f1735c2183b09f12fa | |
parent | e8e3f9ada51ddfd611f56fbe6a835b9fb341e331 [diff] |
Add ability to use `{EXPECT|ASSERT}_THAT` with Diagnostics. This CL adds the ability to use the `EXPECT_THAT` and `ASSERT_THAT` macros with a `Diagnostics::List` object. The diagnostic string will be emitted as part of the error message. The `Resolver` is updated to provide access to the `Diagnostics` and the `AppendVector` tests are updated to use the resolvers diagnostics instead of the `error()` method. Change-Id: I94682311fe6f135b7fceae9ec7a5108379fd32be Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125060 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
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.