[PATCH 1/2] kernel32/tests: Add more CreateProcess console management tests.
5 Apr
2022
5 Apr
'22
12:34 p.m.
From: Eric Pouech <eric.pouech(a)gmail.com> - check for console bits after create process - add tests for CREATE_NO_WINDOW flag in CreateProcess Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- Eric, I simplified check_child_console_bits error handling a bit. We already test for success with ok() macro, so there is no need to check it again. dlls/kernel32/tests/console.c | 91 +++++++++++++++++++++++++++++------ 1 file changed, 77 insertions(+), 14 deletions(-)
1351
Age (days ago)
1351
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban