[roll] Roll fuchsia [ffx] Test schema derive macro outputs

`schema::Type` does not impl Eq & PartialEq because aliases are allowed to introduce
recursion. Instead the schema type is destructured and walked through in each test.

A small change was added to the proc macro to un-nest union types.

Fixes: b/322037716
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/983031
Original-Revision: 688fc7724e7e385fb198c3249b9455f443909108
GitOrigin-RevId: a36a2fe3797ca0b6aa326393d706eec4f9d001c9
Change-Id: I70cdeeb42d2e1d9d7c67582461985140ca659558
1 file changed
tree: 4e0a05178b8e5b5095b1b71a09bf4d9e4eac94bf
  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.