commit | 652c2b0bf5c05aaaac08f5bb25dbff123bebc5a7 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Thu Oct 10 21:14:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 10 21:14:40 2024 +0000 |
tree | 961937212caf1f16448c1fea0ed665def90e492d | |
parent | 81717d235c09724c06f9d45fb78fdbd26dce4924 [diff] |
[tools][cts] Add unsuppressed failing result funcs Adds copies of ResultDB and result retrieving functions that only look for cases of unsuppressed failing tests. These are currently unused outside of tests, but will be used as part of the CTS roller simplification. The code is shared with the previous (all results) versions by moving the existing implementations to private helper functions that take relevant function references. Bug: 372730248 Change-Id: I6acfcef66a6823d7f605a29ef49270bb572bf674 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210375 Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.