| commit | dd17cd1b9bacdbde31c9eb1d06059565ada1ac3d | [log] [tgz] |
|---|---|---|
| author | Kai Ninomiya <kainino@chromium.org> | Wed Apr 02 18:59:22 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 18:59:22 2025 |
| tree | 0c26e313ce3dcb81367bbb93ed018d91e6dbb72b | |
| parent | 87a067648fea7aad12a43c2faada34bebf300af3 [diff] |
WebGPU: run dedicated worker tests with GPU, skip other worker tests These tests won't run without a GPU. The Windows ones in particular are polluting LUCI Analysis with failures. There's potentially some code coverage to be found from running worker tests, but not much, so I opted to only run code coverage for the dedicated worker tests, and not the others. Note that regardless of this, win10-code-coverage is not actually producing code coverage data for WebGPU. Probably due to bug 40888389. Fixed: 407564082 Change-Id: If8ef7b027202704ab04d77ad1dde5b92d5aa70bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6419025 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Feels: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1441709}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.