[PATCH 2/5] server: Support waiting on console input handles.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/console.c | 2 -- server/console.c | 22 +++++++++++++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=81679 Your paranoid android. === w10pro64_ar (32 bit report) === kernel32: console.c:1020: Test failed: WaitForSingleObject returned 0 console.c:1023: Test failed: WaitForSingleObject returned 0 console.c:1025: Test failed: WaitForSingleObject returned 0 console.c:1027: Test failed: NtWaitForSingleObject returned 0 console.c:1031: Test failed: NtWaitForSingleObject returned 0 === w2008s64 (64 bit report) === kernel32: console.c:3112: Test failed: expected INVALID_FILE_SIZE, got 0x1000 console.c:1027: Test failed: NtWaitForSingleObject returned 0 console.c:1049: Test failed: NtWaitForSingleObject returned 102
participants (2)
-
Jacek Caban -
Marvin