Sweden-Number/dlls/advapi32
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
..
tests tests: Report all errors when failing to wait for a child process. 2020-03-17 10:51:44 +01:00
Makefile.in advapi32: Move performance stubs to kernelbase. 2019-06-25 13:22:17 +02:00
advapi.c advapi32: Add InitiateShutdown{A,W} stub. 2019-05-07 09:16:47 -05:00
advapi32.spec kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
advapi32_misc.h include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
cred.c advapi32: Introduce ARRAY_SIZE macro. 2018-03-20 11:37:00 +01:00
crypt.c advapi32: Move MD4 implementation to ntdll. 2019-06-24 15:00:29 +02:00
crypt.h advapi32: Avoid using CONST. 2013-09-23 11:53:54 +02:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
eventlog.c advapi32: Move more event log stubs to ntdll. 2019-06-24 14:52:08 +02:00
lsa.c advapi32: Return the string SID if LookupAccountSid() fails. 2020-02-02 18:48:23 +01:00
registry.c advapi32: Move registry functions to kernelbase. 2019-06-25 13:22:17 +02:00
security.c advapi32: Fix the name and use of DOMAIN_GROUP_RID_USERS. 2020-02-02 18:48:23 +01:00
service.c advapi32: Use the ARRAY_SIZE() macro. 2018-11-12 20:32:11 +01:00
svcctl.idl makefiles: Add makedep pragmas for client and server idl files. 2013-11-05 20:38:18 +01:00
version.rc
wmi.c advapi32: Add stubs for some advapi32 wmi functions. 2016-07-04 11:00:30 +09:00