Alexandre Julliard pushed to branch master at wine / wine
Commits: 09539a3a by Rémi Bernon at 2025-05-14T23:14:56+02:00 windows.media.speech/tests: Make refcount tests results deterministic.
GetResults on IInspectable async operation is supposed to clear the async reference too but we don't do that yet. Releasing the async first makes the refcount non-deterministic as the task may hold onto the results for a bit longer, this reverts this part from the commit below and flags the refcount test as todo_wine.
Fixes: 82771d3343bffca73873de4029149de0197d88c9
- - - - -
1 changed file:
- dlls/windows.media.speech/tests/speech.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/09539a3af5f806bf319917cafff2b07...