commit | 2148a868861a862903901d317cdee5c2d35a8c75 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Apr 05 08:55:48 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 05 08:55:48 2024 +0000 |
tree | 6545fe5294cfcffb162ec370c3502ce1fbd072d3 | |
parent | 4ba3572cc80afa63cd82921abfbfda35488a61a8 [diff] |
[tools][cts] Fix expectation updating with overlapping [ Skip ] expectations typ permits overlapping expectations, if the queries are a subset of another. The expectation file currently contains multiple overlapping [ Skip ] expectations for the new workers, which causes appendConsumedResultsForSkippedTests() to create multiple `<<consumed>>` results for these test cases, which then causes logic downstream to error. Change-Id: I66751aa3c2944c33d2c1e169454dcfc0500ae6b8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182362 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: 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.