| commit | 68be8a6afbeec7968ce2cb7f94a74f854dc2342c | [log] [tgz] |
|---|---|---|
| author | Wanda Mora <morawand@google.com> | Tue Oct 08 20:08:16 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 08 20:08:16 2024 |
| tree | 1dcdf7a8d79d43b3e55da7c461a10c8eabff2e96 | |
| parent | dac2b3d8c43a01482f4abb18b96b485427f30c3f [diff] |
[infra] Migrate tests for chromium.clang to starlark Some builders were listed under unused test suites in test_suite_exceptions.pyl. This was due to a test suite change in crrev.com/c/4601329, where test_suite_exceptions.pyl was not updated to remove the builders from the now unused test suites. As a result, those unused test suites were added under per_test_modifications in chromium.clang.star, causing errors since they did not exist in the targets. The modifications for unused suites were manually removed. This CL does not include the internal builders in chromium.clang. Bug: 40258588 Change-Id: I025dbbb6e83e26b511d5a273f89d15678be00054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5914195 Commit-Queue: Wanda Mora <morawand@google.com> Reviewed-by: Garrett Beaty <gbeaty@google.com> Cr-Commit-Position: refs/heads/main@{#1365762}
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.