[roll] Roll fuchsia [utest] Enable multi-arch restricted blob testing

This change splits out the architecture specific implementations into
dedicated files and modifies the test fixture to only load restricted
blobs once per test suite. With the formalization of the architecture
register state interface, additional debugging has been added to aid in
test failure analysis.

Additional information about the restricted blob has been moved into the
build system to enable the future addition of multiple ISA/ELF machines
to be tested under one host (e.g., aarch32 on aarch64) with minimal
special casing in the testing code itself.  As not all processors will
support all targeted configurations, a check is placed in the SetUp()
function to skip unsupported tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1170014
Original-Revision: 877ab28d27ee1268f59a6ff0e3c9ab59d1593707
GitOrigin-RevId: 573ef7846a34577b143657017cd14f1a33010235
Change-Id: I3a3030899006f548710786f0e65286354d41c41f
1 file changed
tree: 263ade34e43c7e19b63ac4c0ba8382c8592269dc
  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.