[roll] Roll fuchsia [fake-display] Remove FakeDisplayStack from unit tests.

FakeDisplayStack attaches a Display Coordinator to the FakeDisplay
driver implementation. This introduces the following problems.

1. Some tests replace the Coordinator's event listener with their own,
   in order to catch OnCaptureComplete events.  This makes the tests
   difficult to reason about, because the Coordinator does not support
   having its event listener removed, and the driver does not support
   having its event listener replaced.

2. This is an unnecessary increase in the test surface area, because
   FakeDisplay only depends on Sysmem and on the Driver Runtime.

This CL replaces the FakeDisplayStack with the parts that are used in
the unit test.

Original-Bug: 388885807
Test: fx test //src/graphics/display/drivers/fake
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1233747
Original-Revision: 66dbab63930a1d4702d58be39cbb8ab35aa18053
GitOrigin-RevId: a284b69420363638a82ab237f3082fa55e82403b
Change-Id: I81fb8db55513f597362e0f8004039b1c11e4f2ed
1 file changed
tree: 310fc775c827096f4ccbb039749176c6b76a115f
  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.