[utils] Guard EXPECT_DEATH tests with GTEST_HAS_DEATH_TEST This CL guards unit tests in src/utils that use EXPECT_DEATH with GTEST_HAS_DEATH_TEST. Because GoogleTest disables death tests on certain platforms like iOS, the EXPECT_DEATH macro is undefined, which causes compilation errors when these files are built on the ios-simulator bot. Also renames the fixture of AssertUnused functionality test in assert_test.cc to AssertFunctionalityTest since AssertDeathTest is conditionally defined. Bug: None Change-Id: I00fe5b7e1594f768e8e9359d13696835ade3aa33 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/313595 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Shrek Shao <shrekshao@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Shrek Shao <shrekshao@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.