[roll] Roll fuchsia [test_pilot] error restructuring

The principal goal of this CL is to replace some strings that were used
to identify error sources with the source errors themselves. This posed
a challenge, because the widely-used error enum would no longer be Eq
or PartialEq when some source errors were referenced.

To make this tractable, the single error enum UsageError was factored
in a logical way into BuildError and UsageError. A BuildError was
defined to wrap UsageErrors. This approach organizes errors in a
reasonable way while still allowing tests to use Eq/PartialEq when
asserting error results.

Test: tests updated

Original-Bug: 327640651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200364
Original-Revision: f504b178adf5973459db0a3ebe5d61e343163bdd
GitOrigin-RevId: 4e69075870ae16f676032e5626c028cf90abedc3
Change-Id: I66501ea1c7b9e19b9b9112990f15676425d8c7df
1 file changed
tree: 14ee41ebb853fd73ee52aa72f764fab6912facc8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.