| commit | d2841ffdf485026974b02e54de7896f28a84b125 | [log] [tgz] |
|---|---|---|
| author | Dan Harrington <[email protected]> | Thu Oct 23 15:50:56 2025 |
| committer | Chromium LUCI CQ <[email protected]> | Thu Oct 23 15:50:56 2025 |
| tree | 5ef0e8242a72ca116aa3a6e0246a8742c18f5bd5 | |
| parent | 38a4dd5494211691d9f13e7625c1db67ac65def4 [diff] |
Reland "Support lookup of tests by name" This reverts commit db9cd69bb81fb041c5d67f92b46c1c258c25404e. Reason for revert: Includes fix to not use ripgrep when it's not installed. Original change's description: > Revert "Support lookup of tests by name" > > This reverts commit 06cca53131af2ffda2fa83a3cdd7a1662bdc3b5b. > > Reason for revert: FileNotFoundError: [Errno 2] No such file or directory: 'rg' > > Original change's description: > > Support lookup of tests by name > > > > Adds --name to search for and runs a test by name. > > Also changes the behavior of positional parameters to autotest.py. > > If a parameter looks like a file or directory, it is treated like > > a test file/directory. Otherwise, it is treated like a --name > > argument. > > > > Change-Id: I7075a30a0c6879ffadeb3ef71401d0d36a6a6964 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7064792 > > Reviewed-by: Andrew Grieve <[email protected]> > > Commit-Queue: Dan Harrington <[email protected]> > > Cr-Commit-Position: refs/heads/main@{#1533821} > > Bug: 454409349 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Change-Id: I8a4767d465dcc60657a1aa4b667a3accdc7a5762 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7076776 > Owners-Override: Henrique Nakashima <[email protected]> > Auto-Submit: Henrique Nakashima <[email protected]> > Bot-Commit: Rubber Stamper <[email protected]> > Commit-Queue: Dan Harrington <[email protected]> > Cr-Commit-Position: refs/heads/main@{#1533931} Bug: 454409349 Change-Id: Ie85bb0c43d355fb2b43086e05c58008c7ea5dfff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7075934 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Dan Harrington <[email protected]> Cr-Commit-Position: refs/heads/main@{#1534374}
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.