commit | 14cfed59f523b616846367acc65730e018a66295 | [log] [tgz] |
---|---|---|
author | Henrique Nakashima <[email protected]> | Wed Nov 10 19:35:07 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Nov 10 19:35:07 2021 |
tree | 366b86f81d658dfb47d2ad9bdbb9611aa7fe53b1 | |
parent | e8e5f12c155d13501892ece5ccfdf8be0fadf947 [diff] |
Pass extra arguments of run-swarmed.py to the test runner This CL adds a positional argument that captures all arguments not specified and passes them to the test runner. This decouples the argument sets and avoid replicating arguments from the test runner in run-swarmed.py. The motivation is to support test annotation filters in run-swarmed.py. This is useful, for example, to run batched Android tests (e.g. "-A Batch=UnitTests"). The existing arguments are left alone, marked as deprecated, to prevent breakages of existing usage. This CL also does basic error handling when an exception is raised in _Spawn(). Bug: 1255206 Change-Id: Ic83ad5e735e9d194b3d3ed269229eca97ee7fd76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3247894 Commit-Queue: Henrique Nakashima <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#940429}
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.