[roll] Roll fuchsia [fidlc] Run consts tests under new syntax

Two bugs were discovered and fixed as well:

1. There is no need to check the builtin type in
   ConsumeTypeConstructorNew.  If the builtin type is invalid (ex:
   "bool<string>"), it will generate an ErrCannotBeParameterized during
   compilation.

2. Parsing of resource_definitions is grammatically ambiguous in the
   same way that wrapped types for bits/enum was.  To resolve this, we
   do bespoke TypeConstructor parsing inside of ParseResourceDeclaration
   which assumes that the type must be a named (not inline) layout.

Test: fidldev test fidlc
Original-Bug: 72924
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/511134
Original-Revision: 41dc46df3332e34c9862f4a3041bbb8691810a54
GitOrigin-RevId: 4374b5fec9d78d1f953ac15865e352f8dad5876a
Change-Id: Iefc488aaa93a1446bc8e6253811daaf7e6f47bd6
1 file changed
tree: 7529e4dfe8699d3f55d5df6f8b66d37ec7f499db
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.