[roll] Roll fuchsia [gidl] Add tests for various recursive types

This CL replaces existing Go recursive types tests with a series of
tests covering a variety of recursive types. For unions and tables, it
is not possible today to have direct recursion so the tests cover a
"minimal" recursive type involving the target union/table type.

Original-Bug: 35218
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/606901
Original-Revision: 6f2f2b878a63bea23f2858e9bfc1cc55eaa1e286
GitOrigin-RevId: 6a8ddfe497e5334c133091d9691b1b88d1989cfc
Change-Id: I222a2e012a38278bc451763ccd15b562d3e7d3fe
1 file changed
tree: 9264188f9621513563599e085f364d698c78fab6
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.