[roll] Roll fuchsia [sdk][sys] Remove test for channel rights

We are updating the SDK VFS library to use the in-tree VFS library
as a backend, similar to //sdk/lib/svc. The latter is already used by
//sdk/lib/component and does not check for ZX_RIGHT_WAIT.

Remove the test that verifies this in //sdk/lib/sys, as we would like to
swap out the backend for the in-tree VFS soon. This will bring behavior
of sys::OutgoingDirectory in-line with component::OutgoingDirectory.

Original-Bug: b/293936429
Test: No functional change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/959758
Original-Revision: e8dcb277a563895ebb3cf82715ecb6f22b05f9c5
GitOrigin-RevId: 81b67f8924a56788bade8b4bbfc7550187813f26
Change-Id: I2961439d889921e0d2ab5eb2ed11f1c310c59041
1 file changed
tree: 8c45e6837d483400782c297a06fc62473eaa6d5e
  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.