commit | ce1c5a595687785ac9e504940d90bb525922bfb8 | [log] [tgz] |
---|---|---|
author | awdavies <awdavies@fuchsia.infra.roller.google.com> | Fri May 02 19:26:21 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 02 19:28:18 2025 -0700 |
tree | 1bf47b7edd9d0d92ded5bc9bbda23bca7ea0614c | |
parent | f435960d79341f9ffd7e77b4e8ef0965ba101c11 [diff] |
[roll] Roll fuchsia [fuchsia-controller] Fix returning Sockets from FIDL methods. This adds testing to ensure that decoding sockets works as intended. This also adds some additional debugging code that was not in place previously. Without this code we would get an exception for attempting to convert a u64::INT_MAX into a u32 which would look like the following: ``` OverflowError: Value 18446744073709551615 too large for u32 ``` crjohns@ found a quick solution to this issue at fxr/1266793 and this change adds some testing to prevent regression. Original-Fixed: 415380059 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1267168 Original-Revision: 3abd4dd35eee5a80203bb82fc8d8d6eccb6a0280 GitOrigin-RevId: 8ae21a4038d0c96910a8b1fe485404787707abe9 Change-Id: Ib64dc436988040430144cd7f66de3f7fafafeb6f
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
.