[roll] Roll fuchsia [io1][conformance] Make options positive bools.

Following go/tott/530 we invert all of the conformance harness
configuration options.

Add validation of configuration options when initializing harness. Add
documentation to io.test.fidl indicating what invariants are expected.

Separate `mutable_dir` option into `supports_create` and
`supports_unlink` to better reflect functionality of each option.

Ensure consistency in naming conventions and update rustdoc links.

Original-Bug: 77633
Test: fx test rustvfs-io1-conformance-test sdkcpp-io1-conformance-test
minfs-io1-conformance-test cppvfs-io1-conformance-test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/589926
Original-Revision: c65b50544be478592a8b4736eff3ed271e6df296
GitOrigin-RevId: 75cfdc231585b820ad1f5e57f8576c38c8c282b0
Change-Id: I0b210673e9a740774b592c99606814df9a619b08
1 file changed
tree: c2e1688c742a044dc56e716f97cd9288017b7e60
  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.