| commit | f8da1eb6b7fc10e94e2e9f336b41f39fdab77b08 | [log] [tgz] |
|---|---|---|
| author | Jonathan Lee <jonathanjlee@google.com> | Tue Feb 25 20:49:36 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 20:49:36 2025 |
| tree | b746146bf76825d1bc26a2f341f2b42095d96696 | |
| parent | 955b7adc821203391947acc6a1a222b25152f756 [diff] |
[gtest] Consume `AssertionResult`s in `gl_ext_blend_func_ext...cc` Wrap each `testing::AssertionResult` in an `EXPECT_TRUE(...)` [0] to actually check if the assertion passed. The dropped assertion was revealed by Googletest recently marking `AssertionResult` as `[[nodiscard]]` [1]. [0]: https://google.github.io/googletest/advanced.html#predicate-assertions-for-better-error-messages [1]: https://chromium.googlesource.com/external/github.com/google/googletest.git/+/3fbe4db9a39291ae8d7a9c5f1d75896bb4c5a18f%5E%21/ Bug: 398298306 Change-Id: I62113ee2a104409ace4217c2571680cdc7844339 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6293496 Auto-Submit: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1424733}
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.