| commit | e5c201616a5cb0e2cd2c2e0237f4e487c7081d1c | [log] [tgz] |
|---|---|---|
| author | Jack Thiesen <[email protected]> | Wed Oct 15 16:44:13 2025 |
| committer | Chromium LUCI CQ <[email protected]> | Wed Oct 15 16:44:13 2025 |
| tree | 006bcadfaaef46ac44019f3b0fa26951de627818 | |
| parent | 4dd7f0088628c273f23f80f657f8b5da12ef266b [diff] |
Update Autotest.py to Run both Cpp and Java targets Currently if the `--run_changed` flag in autotest.py locates both Java and C++ files that have been changed it will only run the C++ targets and ignore the Java targets. This change fixes that! If multiple targets are set to run and a test fails in one target, no subsequent targets will run. Bug: 448119429 Change-Id: Ic8c2e9d89c689da5fd590de825e938ce09eb87d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7042463 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Jack Thiesen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1530279}
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.