commit | cbe4499eae04013ad7724b381426efc7f8c6d3b9 | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Fri Apr 08 21:42:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 08 21:42:39 2022 |
tree | 2303f58386364169cc91cd5116e5632c495d1a65 | |
parent | 20cc67a6be1fbdb5dd7e92d6044cac4bb99cbbc9 [diff] |
Fix ash-chrome MSAN errors MSAN errors are caused by running ash-chrome MSAN tests against SwANGLE. The root cause of the issue is that robust_resource_initialization is false. This CL fixes the issue by forcing robustness on whenever we use SwANGLE. Bug: chromium:1313907 Change-Id: I55d330ef827b3afb8ed6ced0ca2e9da77d6c7e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3579207 Reviewed-by: Zhenyao Mo <zmo@chromium.org> Commit-Queue: Alexis Hétu <sugoi@google.com> Cr-Commit-Position: refs/heads/main@{#990608}
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.