[roll] Roll fuchsia [display][coordinator] Switch integration tests to ApplyConfig3().

ApplyConfig3() lets us assign ConfigStamp values and check them in
tests. This makes it easier to debug test failures.

This CL also renames the resources (layers, images, events) used in
some integration tests, to make it easier to track and verify that the
resources are used as intended.

This CL also adds GetLastAppliedConfigStamp() calls missed in
I8c207460be41be4a42e376066a7298a2e469886d. A future CL will migrate
direct usage of ApplyConfig() to ApplyLayers(), removing this source of
errors.

Last, this CL adds TODOs for known sources of flakiness. This is the
best we can do for now, as fixing the problems is well outside the scope
of a single CL.

Original-Bug: 388885807
Original-Bug: 373549340
Test: fx test //src/graphics/display/drivers/coordinator
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192876
Original-Revision: 5b508e32f8f38ba251901bf8397739422c3088fd
GitOrigin-RevId: 31dfeb78ad3d94c45377db296fbc1911b983003e
Change-Id: I4e6ae34f72140720604165b267e4354c2fc24dcb
1 file changed
tree: b7def01ff19a1718c9f5f01da53279ebc3e6c9fd
  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.