commit | 6172c23c4896f0f7c1fea02d6ec62d045868950d | [log] [tgz] |
---|---|---|
author | Yao Li <[email protected]> | Tue Jan 04 20:02:19 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jan 04 20:02:19 2022 |
tree | 21b1d87d79ae0a58e9026b75670a1bea16a70197 | |
parent | 78c5271178ef3a69bf12d5995ae89141310945fa [diff] |
ash: Create new test target ash_components_unittests and CI ash_unittests already has too many tests inside. This CL: - Makes //ash/components:unit_test a runnable test target - Moves unit tests under //ash/components/arc to the new target - Adds CI to make the new test target run Bug: b:206686476 Test: New test target runs/passes locally and on CI autoninja -C out/Default/ ash/components:ash_components_unittests && testing/xvfb.py ./out/Default/ash_components_unittests Change-Id: I5cffe1b16aeef37af6b36d10303fc9fb155982e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3330797 Reviewed-by: James Cook <[email protected]> Reviewed-by: Yuly Novikov <[email protected]> Reviewed-by: Amy Huang <[email protected]> Reviewed-by: Reid Kleckner <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Oksana Zhuravlova <[email protected]> Commit-Queue: Yao Li <[email protected]> Cr-Commit-Position: refs/heads/main@{#955306}
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.