| commit | 3806c0db2a49b6b4c8cfeac89399df3056e23ecc | [log] [tgz] |
|---|---|---|
| author | Levi Zim <rsworktech@outlook.com> | Sat Oct 11 19:06:16 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 11 19:06:16 2025 |
| tree | 520bb9fc66ab7397e8880caba803209b226127e7 | |
| parent | 3b09ce45d4dabd056ef43d1a55d52a01360c458d [diff] |
Skip immediate crash unit test on unofficial platforms Currently the build of base_unittests fails on unofficial platforms (like riscv64 linux) as Instruction and other variables are left undefined. This CL fixes it by skipping this test for unofficial platforms as we rely on __builtin_trap instead of a defined TRAP_SEQUENCE on them. Bug: 40945588 Change-Id: Id7873eb533b49fb4c4062a61ccd86a370f830eaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7025091 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Levi Zim <rsworktech@outlook.com> Cr-Commit-Position: refs/heads/main@{#1528588}
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.