commit | a48e46f3a4006340ace0c59737608fbce17c3c9b | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Sep 14 14:29:07 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 14 14:29:07 2022 +0000 |
tree | 9a3cb7a7cb4b4068d1ec7a7e7ed26ac90e61a974 | |
parent | cd86adaf41d871b835d14b4a83d9e72a91d570e0 [diff] |
CTS: Handle may_exonerate tag may_exonerate indicates that a test failed for a known issue that we could exonerate. Merging of test results now removes results with may_exonerate unless all of them were tagged as such. So, if for example, a test fails for a known timeout issue, but has a subsequent pass, the timeout will be ignored. This serves to reduce the impact of known, hard-to-fix issues and allow the CTS roller to make progress with less noise. Change-Id: I5103a666496398a17b3aa6ccf3f267421e40ba97 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/101804 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.