[PATCH V2 0/2] Fix kernel32:process tests

Eric Pouech eric.pouech at gmail.com
Wed Apr 20 04:29:25 CDT 2022


This shall let testbot succeed on kernel32:process tests (fixing evolution
generated by the shell-no-window type of consoles)

Note: the tests had been written at a time where the console in Windows
wasn't a kernel object like the others... (the two lower bits of the handle
where set). And hadn't been updated ever since, so some test was only run
on Win7... This serie also updates those test to focus mainly on Win{>= 8}

Supersede: 232632

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

Eric Pouech (2):
      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/process.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)




More information about the wine-devel mailing list