[roll] Roll fuchsia [libconcurrent][test] Fix an alignment issue.

`libconcurrent`'s WellDefinedCopy helpers demand that buffers always
have the same alignment relative to the max transfer granularity.
Unfortunately, the tests were not explicitly specifying the alignment
requirements for their simple test object, meaning that the test
_could_ fail randomly, depending on the alignment that the actual test
structures ended up with.

Fix this by applying a specific alignment to the test structure.
Also, upgrade the debug assert to a ZX_DEBUG_ASSERT_MSG and provide
more info about the pointer if the assert ever fails again.

Original-Fixed: 364686383
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1113315
Original-Revision: ab020236f03aa770aba80de08bfab600a537f6a1
GitOrigin-RevId: 34087b3db64b005520bb1cca0d7d139f6fbf90b2
Change-Id: I0a0975b3522927ac9b098db8a2cadcec7eb34e32
1 file changed
tree: 3b4e52ddb45d27410aeeaaf6270849b2c2123331
  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 via the IRC channel #fuchsia on Freenode.

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.