[roll] Roll fuchsia [gpio][core][test] Don't assume that pinimpl calls will be inlined

gpio-test currently uses RunUntilIdle() in a few cases that test that
the GPIO core driver calls out to the mock pinimpl driver. The mock
driver is on the environment dispatcher, so this is only guaranteed to
work if the calls are inlined. Switch to Run() instead of RunUntilIdle()
so that the tests will work regardless of how the FIDL calls are made.

Mutliply: fuchsia-pkg://fuchsia.com/gpio-test#meta/gpio-test.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1143348
Original-Revision: 1bf1d0b273876f5b00fb4d6b2065d93e0e8756ee
GitOrigin-RevId: 79c1c21f123146106894d4d6b1e925c5e5b9ef66
Change-Id: I6b8206fa72698e55eee01a4af902d6df0d2f4f5c
1 file changed
tree: a2a751e8e42f6717412920356979c9fff777d5c6
  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.