commit | 54c25f33e99ea98974043ed15ced914fce813618 | [log] [tgz] |
---|---|---|
author | Zhaoyang Li <zhaoyangli@chromium.org> | Thu Aug 08 18:14:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 08 18:14:24 2024 |
tree | 9d32d1ead23609b55ce6d6aeaf45bb053c9b177b | |
parent | 5baba290d296583bb9671de27eb36354b835f4e5 [diff] |
Run webview_instrumentation_test_apk only in multiprocess in Android R+ This is part of the proposal to remove unnecessary process mode tests in chromium infra. The change is achieved by splitting the current webview_instrumentation_test_apk into 2 new suite definitions. Android Q & below still runs both single and multiple process mode, in `webview_instrumentation_test_apk_single_process_mode` and `webview_instrumentation_test_apk_multiple_process_mode` suites. Bug: b:340651691 Change-Id: I6c43992a2ca0ce4c7199af5ee7d3b95b8374af3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5767113 Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1339192}
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.