Sweden-Number/dlls/ole32/tests
Kevin Puetz 54f04370eb ole32/tests: Fix flaky test in cowait_unmarshal_thread.
When run with runtest -q (WINETEST_DEBUG=0) it passed within the
first 50ms, but with any verbose logging it sometimes failed.

Use CoWaitForMultipleHandles (which keeps pumping the STA) since
cowait_unmarshal_thread only releases its marshaled unk at the end,
so it needs to be able to call back in order to exit cleanly.

Signed-off-by: Kevin Puetz <PuetzKevinA@JohnDeere.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-09 20:15:11 +01:00
..
Makefile.in
clipboard.c
compobj.c ole32/tests: Fix flaky test in cowait_unmarshal_thread. 2020-11-09 20:15:11 +01:00
defaulthandler.c
dragdrop.c
errorinfo.c
hglobalstream.c ole32: Add a check for hglobal pointer to GetHGlobalFromStream. 2020-08-18 21:35:52 +02:00
marshal.c ole32/tests: Fix test crash on recent Windows 10. 2020-09-09 20:30:31 +02:00
moniker.c
ole2.c ole32: Check for NULL parameter in ReleaseStgMedium(). 2020-09-28 11:59:49 +02:00
ole_server.c
propvariant.c
stg_prop.c ole32/tests: Link to storage API directly. 2020-09-09 20:30:31 +02:00
storage32.c ole32/tests: Link to storage API directly. 2020-09-09 20:30:31 +02:00
testlib.c
testlib.spec
usrmarshal.c