commit | 0f3219913098ff051a19198a31370f76f98d2ebf | [log] [tgz] |
---|---|---|
author | Tommy Nyquist <nyquist@chromium.org> | Fri Oct 07 22:32:48 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 07 22:32:48 2022 |
tree | b8ea52fef3937d89df3b7e7c6e0cfd205257d27c | |
parent | 7f8c3f7b80fdf6def05c66fb348ebf2cd7e7b143 [diff] |
[segmentation_platform] Add presubmit for launcher filter file This CL adds a tool for automatically updating the launcher filter file for //components/segmentation_platform. The tool finds all unique C++ test suites and uses that to create a launcher filter file that can be used with: ./out/Default/components_unittests --test-launcher-filter-file=... In addition, this CL integrates the tool with a presubmit for the segmentation_platform component to ensure that the filter file stays up to date with any new changes that adds or removes test suites. The documentation for this is also updated. Bug: 1295928 Change-Id: I4f6b2bb98c1c169d765457104b6b8f3e43ee2894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3931286 Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Reviewed-by: Hailey Wang <haileywang@google.com> Reviewed-by: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1056543}
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.