You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail the test on unbounded buffer growth in resampler_typical_uses
The monotonic_state checks were printf-only, so unbounded internal
buffer growth would go unnoticed in CI. Use gtest EXPECT/ADD_FAILURE
so buffer buildup actually fails the test.
0 commit comments