CTS: Remove some Android 14 and Android T Failure expectations They were overriding the following Skip expectations: crbug.com/364595481 [ android-pixel-6 arm ] webgpu:shader,execution,expression,call,builtin,textureSampleGrad:* [ Skip ] crbug.com/364595481 [ android-pixel-6 arm ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:* [ Skip ] crbug.com/364595481 [ android-pixel-6 arm ] webgpu:shader,execution,expression,call,builtin,textureSampleBias:* [ Skip ] and were causing timeouts as the result. Also remove some duplicates of the generic expectations above. And some RetryOnFailure expectations for which Skip expectations exist. Bug: 364595481 Change-Id: Ie2db351efc9de12b3326ee7dc8c423da5d093c69 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214574 Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Yuly Novikov <ynovikov@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.