[roll] Roll fuchsia [vfs] make most of test_utils private

Except for build_flag_combinations, nothing in test_utils should have
ever been exported. Remove the (mostly) frivolous uses and make it
pub(crate) for now. After the following refactors to the vfs unit tests,
most of it should go away, which can be directed by dead code analysis
now that it is internal to the crate.

There were already some things that weren't used, hidden by the fact
that these were pub, which are deleted immediately.

Original-Bug: 416094408
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277300
Original-Revision: 72a669e9ef94f868f7dabfd767d30a81ac3334f9
GitOrigin-RevId: e9fc637ffa0d4ec11a2f9ce7e0f40b428ab78aa0
Change-Id: Ia1cedccd5846384db65b6d7b6573d203b70b6482
1 file changed
tree: 2a6e201c116bdff0f4592bc9dc068486c2d70b0d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.