commit | d831a30cf7ce516748894b2b41d839f410082039 | [log] [tgz] |
---|---|---|
author | Henrique Nakashima <hnakashima@chromium.org> | Fri Mar 21 21:36:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 21:36:03 2025 |
tree | ba980574e8dc2479b07cf02ccc79d491e4cda5a6 | |
parent | 8aba42519ea7b54aaf3ae665712b4aadfd614aa7 [diff] |
[Android] Create Fresh/ReusedCtaTransitTestRule FreshCtaTransitTestRule is for tests that restart the CTA between test cases, whether they are batched or not. ReusedCtaTransitTestRule is for tests that reuse the CTA in all test cases, so it only makes sense in batched tests (though it's equivalent to Fresh- in non-batched tests when they all start on the same entry point). Bug: 399877997,404294940 Change-Id: I08fb67a0654d3a95f9ddf34bd0f136b57863ed49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6355610 Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436300}
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.