[roll] Roll fuchsia Revert "[sys] ServeFromStartupInfo should fail if called twice"

This reverts commit 8d1118ac6320aa95c178c8329f877832743aedfc.

Reason for revert: Potential culprit for the test failures: fxb/101981

Original change's description:
> [sys] ServeFromStartupInfo should fail if called twice
>
> Change OutgoingDirectory::Serve and
> OutgoingDirectory::ServeFromStartupInfo to fail with ZX_ERR_BAD_HANDLE
> when the directory request is not valid.
>
> The other option is to follow go/fuchsia-content and crash with an error
> message string. However, the existing documentation of OutgoingDirectory
> already documented a behavior for this error case, which is to return an
> error code. Doing so seemed to mesh better with existing contracts.
>
> Original-Fixed: 92360
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/688142

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/688546
Original-Revision: 132a344a4fe68b9f62227fbf816ccea6654e865a
GitOrigin-RevId: 01db515d8197b3d94b294d2864cdcb6be3e7b5fe
Change-Id: I1e14ab8b99f6e591372db01ce93693612f81a0de
1 file changed
tree: c81dc680a230ebf1a777284aacc77be41ac60ca6
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.