[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.