[tint] Add --update-skip E2E test runner option The `--generate-skip` option is usually used to generate skip files for newly added tests. It currently also updates all existing skip files, which makes CLs very noisy. This CL changes the behavior to only generate new skip files, and adds a new `--update-skip` option that can be used to regenerate existing skip files instead. Fixed: 430290761 No-Try: true Change-Id: Ifc9df88a2066e445338378b4e717f13ec0f86f35 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/283455 Auto-Submit: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.