| commit | 80f6a8d307473ed08a12dd549d5b5157c38adf08 | [log] [tgz] |
|---|---|---|
| author | Jonathan Lee <jonathanjlee@google.com> | Fri Mar 15 17:45:31 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 15 17:45:31 2024 |
| tree | a85ee38a459e904ba08998a4f26e0a75c1ec6415 | |
| parent | 7460cd6808ba159ac7053c847fb893d9f9dd5e1e [diff] |
[blinkpy] Introduce `Port.test_from_output_filename(...)` (4/n) This provides a way to translate a baseline path back to a test path (i.e., the approximate inverse of `Port.output_filename()`). This is needed to find tests affected by baseline changes in a `git` context, including new baseline failures after a WPT import. Bug: 40281557, 40631540, 41483978 Change-Id: Ia45d4ef9e18b37e91c0ae33e8752c47816b3a840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5373387 Commit-Queue: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1273523}
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.