[roll] Roll fuchsia [scenic][flatland] Fix test flake occurring in flatland unittest.

This CL fixes a race condition which occurs in flatland_manager.cc where
a flatland manager can get destroyed before the flatland instances
managed by it. This causes a memory leak in the
flatland_display_manager_unittest where the mock object is not released
by some instances before the test finishes. This CL fixes the race by
making the destruction order deterministic.

Multiply: flatland_unittests: 2000

Original-Fixed: 89316
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/650006
Original-Revision: 232b4307a3ba67bfef2a170a68add2a85cdecf17
GitOrigin-RevId: e38c605b50004a05fad0f1d4654317b852448b54
Change-Id: If44f825bf39bc2629020bb00d1705854248297e7
1 file changed
tree: 1e5c4e824ac528e9c3c1b9d4bc208420b0bb78db
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.