[roll] Roll fuchsia [libc] Have MemorySnapshotStartArgOnSuspendedThread check all regions

This particular test checks that the start arg passed to a new thread is
accessible in the TLS region via __sanitizer_memory_snapshot. As libc
changes, the actual location of the allocation may change. Update this
test just to assert that the start arg is searchable via any of the
callbacks since it should be kept live.

Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1441748
Original-Revision: 09413967c7c87a8f9be4d335aaa174515317533f
GitOrigin-RevId: 9f966de8b69b28b3d99ff1e0fa01e1dfff6dd3d3
Change-Id: I25143e0a457faf7fda757dbeff1fb1df9b5f8556
1 file changed
tree: fff6873b01aca3b066c0d1500819378314d4c1e9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.