https://bugs.winehq.org/show_bug.cgi?id=47876 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum(a)codeweavers.com --- Comment #2 from Andrew Eikum <aeikum(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.