[roll] Roll fuchsia [audio][tests] Fix driver position tests

The audio driver position test cases are not enabled by
default, and apparently were broken at some point (likely
when the RingBuffer protocol was reworked for dynamic
delay). This CL fixes them.

Going forward, we will investigate how to enable these cases
in CQ. We would need to guarantee that the test environment
is real-time capable (which is why these tests are not
enabled everywhere). Presumably this would exclude all
debug builds, and all virtualized test environments.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/936227
Original-Revision: 4b8651c6947d87224d04753679298bfe7fa33f45
GitOrigin-RevId: e21a58cbbed7d470453c5e1ec021ab48cf869b6e
Change-Id: I37cc5953d41bf830c6a48f8955b701bc5476cdc6
1 file changed
tree: 02034a9d1506ff62258743489765f5f2f15e33e5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.