[roll] Roll fuchsia [runner] Truncate process name to 32 bytes This CL makes the ELF runner and test runner truncate names to 32 bytes before calling fuchsia.process/Launcher.Launch, since the `name` field is a `string:zx.MAX_NAME_LEN`, i.e. `string:32`. This should have caused a FIDL encoding error, but it didn't because the Rust bindings do not validate string and vector max lengths. Once I79953d5d369c8ef93c1ec986026a45aba1afe557 lands, they will. Test: fx test runner_tests Original-Bug: 37304 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/824411 Original-Revision: b67b6a6ada08025bcdbbf80251c0f4c9143e069d GitOrigin-RevId: f2bea0bd1dfc536bb560718f0a98faf56b213b10 Change-Id: Ib3df9e8479e775e4fb2ed58bec6714c5861530ce
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 via the IRC channel #fuchsia on Freenode.
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.