commit | f53786808fc6eb9b97bc4024fb993c56a3e06712 | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Thu Nov 02 18:22:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 02 18:22:57 2023 |
tree | 0c882ee46e09d657d78922a6ac71292981ca7645 | |
parent | 7fde81bceec5a62e4a448caa363262e4792a68a2 [diff] |
GCC: fix ResetCanaryAndReturn unit test GCC does not support the attribute optnone, so ResetCanaryAndReturn was optimized and failing to assert as expected. For GCC it should use optimize(0) attribute. Bug: 819294 Change-Id: I3ca2bccf1d4b0893f4b91f91c306f05454699ee4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4992982 Commit-Queue: José Dapena Paz <jdapena@igalia.com> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1218980}
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.