commit | 2b99523052b123b2acc5f97fdd41f248766c59ae | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jan 29 20:28:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 29 20:28:17 2021 |
tree | 0b1ea36315ac3e109c03d9a094d787f6bc218090 | |
parent | a7c3719af55a680fe9c474844affbf6c8c14e91c [diff] |
test_suites.pyl: Test unsafe APIs in the WebGPU CTS This adds --disable-dawn-features=disallow_unsafe_apis to the Chromium arguments when running the WebGPU CTS so that it keeps providing coverage of WIP features on CQ once Dawn enables the disallow_unsafe_apis toggle by default. Bug: chromium:1138528 Change-Id: Ic8e3ad9ba7c6e3cc1d17c8de7e3471b4c8e5dd2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2652889 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#848679}
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.