commit | 42daf98215bdd39e5208751afae2a3d7785440ae | [log] [tgz] |
---|---|---|
author | Gianfranco Valentino <gevalentino@fuchsia.infra.roller.google.com> | Mon Feb 24 13:30:33 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 24 13:34:50 2025 -0800 |
tree | f551751c7ab723eb6ecffbbab0aae15b08d5fa09 | |
parent | 8d0fd126b128c78a67c61e2edad222e021466d97 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.