[roll] Roll fuchsia [sdhci][test] Fix test flake

The test was flaky because the IRQ invokes the Callback on a separate
dispatcher, and does not wait for that to run before acking the physical
interrupt. Fix this by waiting until the callback has been invoked.

Although it is not strictly required, since the test shares a thread
with the driver's main dispatcher, I also added a mutex to the
callback's state, in case that changes.

Original-Fixed: 492370649
Multiply: sdhci-tset
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1539340
Original-Revision: 9b51d522b85277dd2f6999efab171f7791684c12
GitOrigin-RevId: a98ffa67aa1155b6795cc1af72864092c20fb1c2
Change-Id: I9b83799e1fe8ad5efcfca7488bdc1601a41b0c70
1 file changed
tree: 62fcd2b9bd431e46b2754f050e3f0d2cae33283f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.