https://bugs.winehq.org/show_bug.cgi?id=53458
Bug ID: 53458 Summary: windows.media.speech:speech - The 64-bit test_Recognition() gets unexpected ref count on Windows after ISpeechContinuousRecognitionSession_Release() Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
windows.media.speech:speech - The 64-bit test_Recognition() gets unexpected ref count on Windows after ISpeechContinuousRecognitionSession_Release():
w1064v1507, w1064v1607 and w1064-adm (21H2): speech.c:1781: Test failed: Got unexpected ref 6.
or on w1064v1709: speech.c:1781: Test failed: Got unexpected ref 6. speech.c:1784: Test failed: Got unexpected ref 3. speech.c:1787: Test failed: Got unexpected ref 2. speech.c:1790: Test failed: Got unexpected ref 1.
https://test.winehq.org/data/patterns.html#windows.media.speech:speech
This is specific to the 64-bit test and only happens on w1064v1507, w1064v1709 and w1064-adm (21H2).
Also these failures started as soon as test_Recognition() was introduced:
commit 0a4b2bbd55a015dc603d0e073f7d000a574ab1b4 Author: Bernhard Kölbl besentv@gmail.com Date: Mon Apr 25 23:18:06 2022 +0200
windows.media.speech/tests: Add some recognition tests.
Signed-off-by: Bernhard Kölbl besentv@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org