https://bugs.winehq.org/show_bug.cgi?id=47876
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #2 from Andrew Eikum aeikum@codeweavers.com --- Created attachment 65464 --> https://bugs.winehq.org/attachment.cgi?id=65464 mmdevapi/tests: Don't depend on having no data in the buffer after Reset
The test predates the winepulse driver, and also looks a little race-y. It depends on Start() and GetBuffer() happening so quickly that there is less than one period in the buffer. Which is probably always the case, but I'm not sure it's useful to depend on that.
I suggest a patch like this. It succeeds on both winepulse and winealsa for me.