[roll] Roll fuchsia [async][runtime] Adds an API to handle boot time in TestExecutor fakes

- Adds functions that allow reading and setting the fake boot time
  when running the test executor in fake time.
- Adds functions to adjust the offset between the fake boot time and
  the fake monotonic time.

I think maintaining a settable offset is the easiest way to use this API
compared vs having arbitrary settable clocks for both timelines.  For
example, a fixed offset allows waking all the necessary timers.

Furthermore, this emulates what happens in reality: boot clock will
drift from the monotonic clock when the device suspends, and in between
suspends, the offset between the readings will be constant.

Original-Bug: 376770637
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1150415
Original-Revision: 39f51b8056d054a6db3de4ae5efc371a477ce906
GitOrigin-RevId: 4768c896a0bc779d8d56a6000b7cc0ea6d1ca216
Change-Id: Ie7b84768c4c303a6ca38c66a715233bade0add5d
1 file changed
tree: 31b656c2b8ad2d0fc4e88fd594d405858972648a
  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.