[roll] Roll fuchsia [zxtest] thread_local scoped traces.

(1) By introducing a thread_local storage for scoped-traces,
ASSERT are thread safe again.

(2) Fix scoped traces are tied to the thread where they are created,
such that two threads would not interleave traces.

E.g.
T0 -> push trace "foo bar is A"
T1 -> push trace "foo bar is B"
T0 -> pop trace "foo bar is B"
T1 -> error and "foo bar is A" # Wrong trace.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153348
Original-Revision: b290266efd16532ef3d2530824ec737e6c2f3804
GitOrigin-RevId: e2fb12c38a9db47eb29c98b3d3cf9dc01def4493
Change-Id: Ia76ffcf03334e1b14184d306b0e32715fa4cdbf5
1 file changed
tree: f551751c7ab723eb6ecffbbab0aae15b08d5fa09
  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.