commit | 3814d3fc39d4a21d5a067d5b9bce77cf303c3a9c | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Thu Jan 11 11:45:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 11:45:52 2024 +0000 |
tree | 7661335695690fc66a7b5998a6743b3cda55b79b | |
parent | 8e193af2cfde0369b0801e0b215e2e19b3dbb33d [diff] |
partition_alloc: Run DanglingPointerTest only in dawn_standalone. dawn_unittests are run in both Dawn and Chrome repository. This is problematic for this test. Indeed, dawn and chrome are configuring partition_alloc differently. For instance: - Chrome displays a different error message. - Chrome reconfigures partition_alloc differently after forking the process. This matters in gtest's DEATH_TEST. - Chrome have a more complex configuration depending on the OS and build configuration. Bug: None Change-Id: I7cf2a6ef1137b4991e67f9640d103878c564d2cd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169180 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.