| commit | 901b28220b12095cf07847f181f72ac4d63a77a4 | [log] [tgz] |
|---|---|---|
| author | Jonathan Lee <jonathanjlee@google.com> | Mon Dec 12 20:30:48 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 12 20:30:48 2022 |
| tree | a3a02ea798f49100fa67cb3a576591a34be52a19 | |
| parent | 58963d4b79fcd5edf6f08a88e5db5ff640e494c6 [diff] |
[blinkpy] Allow resolved tests when linting VirtualTestSuites bases WPT tests may be parameterized by different scopes (`.any.js`) or variants (query parameters `?...`). These tests are generated from a common test file, but the generated IDs (e.g., `x.any.worker.html`) do not exist on disk. Change the linter's virtual suite check to look in WPT manifests for these generated test IDs, which `run_web_tests.py` already understands. Bug: 1399685 Change-Id: I2f5d6e3301794c0e546dc3621f1541dce06c31c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4097120 Commit-Queue: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1081998}
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.