[roll] Roll fuchsia [root-presenter] add fidl test for virtualkeyboard.Controller connection handling

Add tests which verify:
1. Closing the ControllerCreator does not affect the Controller
   created by the ControllerCreator.
2. A latter connection to `fuchsia.input.virtualkeyboard.Controller`
   overrides an earlier one.

Eventually, we will add support for multiple simultaneous controllers,
and update the second test. For now, however, we want to ensure that we
don't, accidentally change behavior so that latter connections are closed.

Original-Bug: None
Test: fx test -o root_presenter_unittests  -- --gtest_filter='Virtual*'
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/525031
Original-Revision: 7f7da45d12b7128eb772985ef172b53279fcde1e
GitOrigin-RevId: 619c20a7a12839979214e6e495e80508898f84b2
Change-Id: I617bf702d37ee9f0b0e1b790a6806259a112b645
1 file changed
tree: 43f7a00bb1c0c1a512dfa7e9df5e3cbd0d3f3db2
  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.