Sweden-Number/dlls/ole32/tests
Francois Gouget a909baeb4e tests: Report all errors when failing to wait for a child process.
Report the line number where the test failed to wait for the child so
one can identify which child process did not behave as expected.
Also wait_child_process() is meant for the general case so report
all non-crash error cases as test failures so they are accounted for.
Omit the "winetest_" prefix to match the other Wine test functions and
so the underlying winetest_wait_child_process() function can be wrapped
with the usual line-capturing macros.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48651
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-17 10:51:44 +01:00
..
Makefile.in
clipboard.c ole32/tests: Add some return value checks (Coverity). 2020-01-03 21:40:59 +01:00
compobj.c ole32/tests: Link to activation context API directly. 2020-02-24 18:40:58 +01:00
defaulthandler.c
dragdrop.c ole32: Avoid calling QueryContinueDrag recursively. 2020-02-18 11:14:34 +01:00
errorinfo.c
hglobalstream.c
marshal.c tests: Report all errors when failing to wait for a child process. 2020-03-17 10:51:44 +01:00
moniker.c ole32/tests: Use helper to test display names. 2020-02-03 12:36:31 +01:00
ole2.c ole32/tests: Make the tests less verbose by default. 2019-12-26 21:56:04 +01:00
ole_server.c include: Allow using debug.h in tests. 2019-12-17 16:55:15 +01:00
propvariant.c ole32/tests: Add PropVariantCopy() test for BSTR with embedded null. 2019-12-18 18:07:04 +01:00
stg_prop.c
storage32.c
testlib.c
testlib.spec
usrmarshal.c