[roll] Roll fuchsia Revert "[fidl][rust] Explicitly test send-side and receive side handle rights checks"

This reverts commit 5aa85f44c03ee121928d169f6e483fda8e8a37e2.

Reason for revert: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=75116

Original change's description:
> [fidl][rust] Explicitly test send-side and receive side handle rights checks
>
> Previous handle rights tests in rust only tested end-to-end handle
> rights checking. This only demonstrated that the rights checking was
> happening *somewhere*, but the requirement is to do checking on both the
> send and receive side.
>
> This CL adds separate testing of send side and receive side checking.
> Because send-side is not implemented yet in rust, the tests are disabled
> and currently do not pass when enabled. The technique for isolating send
> side and receive side rights checks is to replace the ordinals during
> transit over channels so that one protocol method is used on send side
> and a different one on receive side - one with stricter rights checks
> than the other.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/517802

TBR=bprosnitz@google.com,mkember@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519444
Original-Revision: a07cda167c7e8951f8085d028e55646f1e3bb43b
GitOrigin-RevId: bd5e8cec84ba55a5104ddd5146e819ce69cac26b
Change-Id: I059df70713ead5df1bb05d3129eb4dfc0e48dd1a
1 file changed
tree: 6990448f55aace08134827fc5003d2866d2968ca
  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.