[5/6] user32/tests: Add multi-threaded tests for [Get|Set]WindowText.

Sebastian Lackner sebastian at fds-team.de
Mon Nov 17 23:41:06 CST 2014


These tests show that even for interthread [Get|Set]WindowText calls its absolutely fine that a window message is queued. Unfortunately PeekMessageA internally dispatches such messages, so we cannot check the exact message type, because it never reaches DispatchMessage() in the code.

---
 dlls/user32/tests/win.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-user32-tests-Add-multi-threaded-tests-for-Get-Set-Wi.patch
Type: text/x-patch
Size: 3801 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141118/6a7841c8/attachment.bin>


More information about the wine-patches mailing list