13 May
2022
13 May
'22
3:25 p.m.
Rémi Bernon (@rbernon) commented about dlls/windows.media.speech/tests/speech.c:
ok(hr == S_OK, "Got unexpected hr %#lx.\n", hr);
SetEvent(compilation_handler.event_block); - ok(!WaitForSingleObject(blocked_thread, 1000), "Wait for block_thread failed.\n"); + ok(!WaitForSingleObject(compilation_handler.event_unblock, 1000), "Wait for event_unblock failed.\n");
Here it would just wait on the thread handle, even if it didn't previously block. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/34#note_841