[roll] Roll fuchsia [a11y] Fix stack-use-after-return in gesture tests

These tests had a stack-use-after-return caused by using raw
pointers to refer to stack-allocated MockContestMember inside data
structures that were passed to the recognizers which are allocated
within the test fixture.  Since the recognizer has ownership of
those data strcutures, we need to wait for it to be destroyed before
destroying MockContestMember.

Original-Fixed: 62984
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/502083
Original-Revision: 1d96e2317ce8c85911f4645165e797e0a9bbc648
GitOrigin-RevId: 605d0e6b6737d9d01d46f475d6e5b40f07296cae
Change-Id: I7ce220df203b91104a19dc108a1ce2621b47683d
1 file changed
tree: 34a84a119bd109d031ca1389cccc853b617f429e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.