| commit | aad1cde9fa7a6874b51cc88a5f7005b562cd28ed | [log] [tgz] |
|---|---|---|
| author | Victor Costan <costan@fuchsia.infra.roller.google.com> | Fri Jan 24 17:05:59 2025 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 24 17:08:48 2025 -0800 |
| tree | 3be221488cb8a2b7cf8fae4789571bd356881c4d | |
| parent | 8772a90de9fedb7f9c3e1c7547438b832152bb34 [diff] |
[roll] Roll fuchsia [display][coordinator] Clean up TestFidlClient interface. This CL's main goal is to remove the public data member from TestFidlClient, which fixes a C++ style guide deviation. The main contribution is adding methods to TestFidlClient that map 1:1 to the Display Coordinator's FIDL API, but use the more ergonomic C++ types in api-types/cpp. This CL also performs the following cleanups to the areas that it touches: * Renames, where clarity is improved * EXPECT_* switched to ASSERT_* where failures would cause the test to either crash or time out Original-Bug: 388885807 Test: fx test //src/graphics/display/drivers/coordinator Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192712 Original-Revision: 5e38b4fd7e75be3e0ca0bc240aa57d96e1f6e610 GitOrigin-RevId: d6634a05b2bd0957c7e0212cf676f79cf4b3388b Change-Id: I04f5cca7e100d253f8026c52de7d99d7743317b2
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.