commit | 7661931317ec18bf0d35c20a1d17a75c6b68a293 | [log] [tgz] |
---|---|---|
author | Kevin Marshall <kmarshall@chromium.org> | Fri Sep 30 02:11:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 02:11:35 2022 |
tree | d3387d177011d2fe1cff7c57935c6c4895873131 | |
parent | 7bbc31a29cb797bad604563668768b568b047855 [diff] |
[fuchsia] Fix ASAN error by handling teardown tasks in unit test. Ensures that the teardown tasks are processed once the test finishes, otherwise leaks are reported by ASAN. Fixed: 1369193 Change-Id: Ied3cf4268dd2205119ff1422795da1f33f28d792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3928307 Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by: Fabrice de Gans <fdegans@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/main@{#1053365}
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.