wine/dlls/msvcrt
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
console.c
cpp.c
cppexcept.h
crt_gccmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_main.c ucrtbase: Add exe entry points implementation. 2020-03-02 20:29:18 +01:00
crt_winmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_wmain.c ucrtbase: Add exe entry points implementation. 2020-03-02 20:29:18 +01:00
crt_wwinmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
ctype.c msvcrt: Implement _ispunct_l(). 2020-01-27 14:41:33 +01:00
cxx.h
data.c msvcrt: Silence wide environment initialization debug messages. 2020-03-02 20:29:26 +01:00
dir.c msvcrt: Don't duplicate _wsearchenv_s code in _wsearchenv. 2020-01-29 20:40:10 +01:00
environ.c
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c msvcrt: Fix handling tryblocks inside current catch block on nested exception. 2020-01-13 19:41:02 +01:00
except_x86_64.c
exit.c
file.c
heap.c msvcrt: Reimplement _set_new_mode function. 2020-01-29 20:40:27 +01:00
iob.c makedep: Use msvcrt headers for objects inside importlibs. 2020-02-13 16:44:24 +01:00
locale.c msvcrt: Fix the btowc() function. 2020-01-29 20:31:43 +01:00
lock.c
main.c
Makefile.in msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
math.c ucrtbase: Added stub for _get_FMA3_enable. 2020-02-11 22:39:59 +01:00
mathf.c makedep: Use msvcrt headers for objects inside importlibs. 2020-02-13 16:44:24 +01:00
mbcs.c msvcrt: Correct return value of ___mb_cur_max_l_func(). 2020-01-27 14:41:51 +01:00
misc.c
msvcrt.h
msvcrt.spec msvcrt: Stop forwarding iswctype functions to ntdll. 2020-03-10 21:00:03 +01:00
mtdll.h
onexit.c makedep: Use msvcrt headers for objects inside importlibs. 2020-02-13 16:44:24 +01:00
printf.h
process.c
rsrc.rc
scanf.c
scanf.h msvcrt: Fix floating point numbers scanning when null-byte is preceding the number. 2020-01-13 22:20:36 +01:00
scheduler.c
string.c msvcrt: Optimize _strnicmp_l implementation. 2020-03-09 22:16:30 +01:00
thread.c
time.c
undname.c
wcs.c msvcrt: Stop forwarding iswctype functions to ntdll. 2020-03-10 21:00:03 +01:00