[roll] Roll fuchsia [dl] Consolidate tests for TLS access under different constraints

The majority of the TLS tests use a common set of interfaces, and
exercise the same behaviors. This patch breaks those common features out
into helper functions, and recomposes the GD and LD tests for TLSDESC
and traditional TLS to use those helpers.

It also introduces an interface for running threaded tests, with a 2
synchronization points, where each worker thread has 3 tasks it can
execute before, between, and after the 2 synchronization points.

Original-Bug: 342480690, 376130102
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1131652
Original-Revision: ac7e8decf1f63ac92bee8ac820668df4c0ae8c8f
GitOrigin-RevId: 78cc1ad037ddb1b7bb3c89e2251e5a98388602fe
Change-Id: I55a815b8bf93901dc6bc6c5cce2a0cb130f5a9fd
1 file changed
tree: b55f1a69ea5dbebabbfb65510221b80b148c5f75
  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.