[roll] Roll fuchsia [test][core] Avoid undefined race

Rewrites the WaitForData helper to avoid undefined behavior due to racy
interractions with the kernel. The previous strategy of memcmp and then
performing an EXPECT_BYTES_EQ could flake due to reordering/speculation
as there was an inherent data race.

Original-Bug: 377369040
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1158752
Original-Revision: 4a9636ddf71b632ada48932e64bfcac0e8846414
GitOrigin-RevId: c32d0b0dd88192eb4ab652d9919b2305f779cf91
Change-Id: Ic1315e9d488171ec1b5b9011f8fac43b04e955d1
1 file changed
tree: d4c693d01d2dfd76a96c6549528ecba42768c5e5
  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.