commit | b220dfb39fcfe4ab65be0f7a54d9323af8d0cc3c | [log] [tgz] |
---|---|---|
author | Thiabaud Engelbrecht <thiabaud@google.com> | Thu Mar 03 17:02:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 03 17:02:44 2022 |
tree | c79522e3fe883a8f44e67a9a45a16a0cff8c8bdb | |
parent | 0e2d33324a229c3d0577f81dc8d356914dacb20d [diff] |
[partition_alloc] Fix asserts for PA tests returning null. Currently, these tests would pass locally on any crash on platforms that include a stack trace when we crash. This CL fixes these tests to only pass if they crash with the "correct" error, as intended. Bug: None Change-Id: If964d4ea45ffba1d96cfc89ef5c779c4ec425711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3495561 Reviewed-by: Benoit Lize <lizeb@chromium.org> Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Cr-Commit-Position: refs/heads/main@{#977132}
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.