[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
1 file changed
tree: 6a4d0669531eb3120aab8366f7b2dc300d78fdce
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.