commit | c69596323bd42e45bd8830d37d701c47d56537c3 | [log] [tgz] |
---|---|---|
author | Evan Liu <evliu@google.com> | Thu Apr 11 09:27:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 09:27:18 2024 |
tree | 44eab05de35a0ba0d918488ee3237867227d393f | |
parent | 28666c5eae4f0761af91c8fa7189e896eeb475e0 [diff] |
Fix flaky ReconfigurableAudioBusPoolTest.MaxCapacity test This CL fixes the flaky ReconfigurableAudioBusPoolTest.MaxCapacity test by removing the last assertion. If GetAudioBus() is called on an empty audio bus pool, a new audio bus will be created which may coincidentally occupy the same memory address as the third_audio_bus_ptr. Bug: 333628463 Change-Id: I7d175399f1d57ba4353a3dae32857ef9d4b5dfaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5445383 Auto-Submit: Evan Liu <evliu@google.com> Reviewed-by: Olga Sharonova <olka@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/main@{#1285696}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.