[roll] Roll fuchsia [component][fuzzing] Modify Runner::Execute to take multiple inputs

This CL adds an overload of Runner::Execute that takes a vector of
Inputs rather than a single object. This facilitates running the fuzzer
in a "test" mode that tries a fixed number of inputs in a later CL.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710825
Original-Revision: 215c514978f415ce580c5f488c022b176a77c901
GitOrigin-RevId: cb67f2976e594c897f2377acd75851fe5ffd7e5b
Change-Id: Ia67d19701734e96b2dcf43d99f5fd25e4386631d
1 file changed
tree: ceb961e160ecf9679172c9320df35c7f200c2712
  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.