| commit | a49a4fba5f4c2cb9d5791db33e36035b0fe84cea | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Mon Mar 31 08:52:40 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 31 08:52:40 2025 -0700 |
| tree | ac97aba39cd7d5b05dd74cd410f1b68e8d576a31 | |
| parent | 10b7f5ab4bbe084ec38c11196e6580fc060fe937 [diff] |
[tsan] Suppress BufferTests.CreateBufferOOMWithValidationError on TSAN. When running under TSAN the `BufferTests.CreateBufferOOMWithValidationError` test attempts to allocate a buffer which is larger then the max allowed. This causes the TSAN test to fail. Add a suppression for the test instead of attempting to run and failing. Bug: 407519731 Change-Id: I9339de7e5e27a7f1978a4b7b347a44e53f8b5c8c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/233794 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: dan sinclair <dsinclair@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.