commit | 7fe690b555e8539cebcd249ed78131dd91dbc220 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Jul 12 12:53:09 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 12 12:53:09 2022 +0000 |
tree | c35e32f567bc5cecd4ea40cbd4265ed08a5e3593 | |
parent | 66d4f6e6fb13dbcdf7d9588eb93008f9149779c3 [diff] |
dawn/node: Fail tests where the process aborted abnormally. If the process exits with a non-zero status (like crashing), then don't pretend the test passed. This would only occur if the test result had already been printed. Change-Id: I29e81362b6e09f1fca48c55b1798ba409e9a703e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95942 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@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.