https://bugs.winehq.org/show_bug.cgi?id=52933 Bug ID: 52933 Summary: windows.media.speech:speech: The IAsyncInfo_Close() tests fail on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com windows.media.speech:speech: The IAsyncInfo_Close() tests fail on Windows: speech.c:1139: Test failed: Wait for block_thread didn't time out. speech.c:1142: Test failed: Unexpected refcount 4, expected 3 speech.c:1158: Test failed: Got unexpected ref 4. https://test.winehq.org/data/patterns.html#windows.media.speech:speech These failures seem to impact all Windows 10 versions but they are not systematic either and are a lot more frequent on these test configurations: * w1064v1507 (but not cw-gtx560-1507 and cw-rx460-1507) * w1064v1607 * w1064v1709, cw-gtx560-1709, cw-rx460-1709 Unsurprisingly a bisect shows that the failures started with the commit that introduced them: commit 9d67ca493a43d0effa49992553c1ebf195fab5eb Author: Bernhard Kölbl <besentv(a)gmail.com> Date: Fri Apr 22 14:48:04 2022 +0200 windows.media.speech/tests: Add tests to check if IAsyncInfo_Close is non blocking. Signed-off-by: Bernhard Kölbl <besentv(a)gmail.com> Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- 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.