[roll] Roll fuchsia [component][fuzzing] Make generic fuzzing integration tests

This CL moves most of the realmfuzzer integration tests under
//src/sys/fuzzing/common, in much the same manner that most of the
Runner unit tests are under common/ and use macros to specialize for the
specific runners. This is done for the same purpose as well: to
facilitate creating integration tests that are the same for both
libfuzzers and realmfuzzers.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695591
Original-Revision: ab061b26fcbc6f407ce6e3326ab087c9629d7218
GitOrigin-RevId: 19603749da67c45f40e8e84616867fe679ec041a
Change-Id: I2d0ae5a1b171c88821f9ead1d4780243afb1c062
1 file changed
tree: 262366c057aab55b3ea778d5da1c48b2a8f6b2f7
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.