[roll] Roll fuchsia [utest/core] Add standalone-elf-load test

This demonstrates using elfldltl APIs to load a self-contained
ELF module for test purposes.  Note that it loads test modules
for foreign machines too (but doesn't try to run their code).

The standalone core-tests incarnation of this test turned up some
corner case bugs in userboot's fuchsia.ldsvc implementation.  The
fallback lookup not using the Config() subdir (arising in
instrumented builds) was not actually being used until now, since
the test modules are not placed in the variant's lib/ subdir.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1154112
Original-Revision: a0b501061a005a4992a51a860b03261846e2bcf5
GitOrigin-RevId: 1678eaecba30520e86ba279568e1ee27c4b4c172
Change-Id: Ia22ba4a95a378a278f4f3168751426c6c65abaab
1 file changed
tree: e3fc323cfe28a00f002d585726adcb6dcadb2d23
  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.