[PATCH 4/5] kernel32/tests: Add more unbound console handles tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/console.c | 61 +++++++++++++++++++++++++++++------ 1 file changed, 51 insertions(+), 10 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=81806 Your paranoid android. === w864 (32 bit report) === kernel32: console.c:1042: Test failed: WaitForSingleObject returned 0 console.c:1044: Test failed: WaitForSingleObject returned 0 console.c:1046: Test failed: WaitForSingleObject returned 0 console.c:1048: Test failed: WaitForSingleObject returned 0 console.c:1050: Test failed: WaitForSingleObject returned 0 console.c:1052: Test failed: NtWaitForSingleObject returned 0 console.c:1055: Test failed: NtWaitForSingleObject returned 0 === w2008s64 (64 bit report) === kernel32: console.c:3160: Test failed: expected INVALID_FILE_SIZE, got 0x1000
participants (2)
-
Jacek Caban -
Marvin