[roll] Roll fuchsia [audio-codec] Fix stream processor test hang

The `decode_sbc_wakes_input_to_process_events` test writes SBC frames
until the decoder's input buffers are completely full. If the provided
SBC test file is too short, the test exhausts the data before finishing,
preventing the waker from registering and causing a test timeout.

Adding `.cycle()` loops the test data indefinitely, guaranteeing the
buffers are always filled and the writer pends successfully.

Original-Bug: 332110872
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1544640
Original-Revision: b6263a30c7ec39aab8c9fc5e307a1bc14d090355
GitOrigin-RevId: c7414d3d2c7d3d161d7fb22a51560d7f5b73ab86
Change-Id: I0cfc54c9ec0403e1e43daab341166ca438b28ebe
1 file changed
tree: 3dedcc87e5b19bbc678af22ae7ad89630792faeb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.