[roll] Roll fuchsia [component][fuzzing] Add retry to fuzz tests

stderr from spawned processes is sometimes truncated, most likely as a
result of the socket draining task being dropped on task termination as
described in fxbug.dev/95602.

This results in certain workflows encountering errors due to missing
stderr from libFuzzer. In particular, this affects "brief" workflows
like `TryOne` which is used by `Engine::RunTests`. The rate of incidence
is low and in the single digit percentage at most, and can be made
miniscule by retrying a fixed number of times in the event of this
specific error.

Original-Bug: 109100
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/730863
Original-Revision: bfef362e7e98bb6494445cca4c37f7add4f30969
GitOrigin-RevId: 42f4fb2615f10833e24589fa712399561f893df9
Change-Id: Iab7516a13a5ebfee29abc916544dfb651c85e6b8
1 file changed
tree: 233af55a4405df99e1ccc5fa6f21846123c7afb2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.