commit | d05a5ddf1a3e7117b4f449df3baef549e8a40d6e | [log] [tgz] |
---|---|---|
author | Michael Tang <tangm@microsoft.com> | Fri May 09 18:36:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 09 18:36:33 2025 |
tree | c8f066a85d7dc68b00a5bf7cf1341c414cbf7601 | |
parent | 2a15ca7a7ef5faa38f954d82ee5af078a25b9eef [diff] |
gl: win: Improve test output in DCompPresenter tests This change improves the output of DCompPresenter tests to be from: Expected equality of these values: expected_swap_result Which is: 4-byte object <00-00 00-00> result.swap_result Which is: 4-byte object <01-00 00-00> to: Expected equality of these values: PresentAndGetSwapResult() Which is: SWAP_FAILED gfx::SwapResult::SWAP_ACK Which is: SWAP_ACK and also halts the test via ASSERT_EQ, since any errors that follow are usually a result of the failed present. Change-Id: Ib87c899fc6b872db0b6df022d959ded557b950cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6521885 Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Commit-Queue: Michael Tang <tangm@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1458242}
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.