[PATCH V4 0/3] createprocess tests

Eric Pouech eric.pouech at gmail.com
Thu Apr 21 10:39:04 CDT 2022


some improvement for createprocess tests:
- no longer assuming using Win7 console handles
- fixed regression introduced by shell-no-window type of consoles
- added some more tests around CreateProcess

V3 -> V4: removed skip part

Marvin will report errors for the 3 tests, until this bug is fixed
https://bugs.winehq.org/show_bug.cgi?id=52847
I'll let the NLS Guru(s) take care of it

This testbot run (all patches in this serie + ugly UTF8 support in TranslateCharsetInfo
to partially implement) show that fixing above bug is the only remaining
generator of failures
https://testbot.winehq.org/JobDetails.pl?Key=113102S

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
---

Eric Pouech (3):
      dlls/kernel32/tests: let the console tests pass if current console is shell-no-window
      dlls/kernel32/tests: adapt dup console handle test to non Win7 handles
      dlls/kernel32/tests: test when passing non inheritable handles in CreateProcess


 dlls/kernel32/tests/process.c | 115 +++++++++++++++++++++++++++++-----
 1 file changed, 100 insertions(+), 15 deletions(-)




More information about the wine-devel mailing list