commit | 9498ead9cbc0da33b4a0fee59a347ad3cac6c851 | [log] [tgz] |
---|---|---|
author | Yury Khmel <khmel@chromium.org> | Fri Jan 19 22:31:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 19 22:31:17 2024 |
tree | afbb2a8f9472a1e403451aa01f1789ba2ce6b54f | |
parent | b326eb38cf538b6535cfaa7b1edfd35452144800 [diff] |
arc: Fix RegularBoot.vm on ARC-T Data migration flow changes the meaning of return type of RequestEnableImpl of session manager. It supposed to return true in case terms needs to be skipped. When data migration is active (ARC-T ARM?) it reported false for all cases. That leads to failure of some tests. BUG=b:319195788 TEST=tast run ${TROGDOR_ARC_T} arc.RegularBoot.vm Change-Id: I79db34c00236c6cecd9549e996617dc1b956ec2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5213789 Auto-Submit: Yury Khmel <khmel@chromium.org> Reviewed-by: Satoshi Niwa <niwa@chromium.org> Commit-Queue: Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1249590}
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.