Re: [PATCH] [Kernel32]: added a couple of tests about console creation through CreateFile, and fix some corner cases
Hi, While running your changed tests on Windows, 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 http://testbot.winehq.org/JobDetails.pl?Key=16816 Your paranoid android. === W7PRO (32 bit console) === console.c:1173: Test failed: Expected CreateFileW to succeed for index 0 console.c:1173: Test failed: Expected CreateFileW to succeed for index 2 console.c:1173: Test failed: Expected CreateFileW to succeed for index 7 console.c:1173: Test failed: Expected CreateFileW to succeed for index 9 === W7PROX64 (32 bit console) === console.c:1173: Test failed: Expected CreateFileW to succeed for index 0 console.c:1173: Test failed: Expected CreateFileW to succeed for index 2 console.c:1173: Test failed: Expected CreateFileW to succeed for index 7 console.c:1173: Test failed: Expected CreateFileW to succeed for index 9 === TEST64_W7SP1 (32 bit console) === console.c:1173: Test failed: Expected CreateFileW to succeed for index 0 console.c:1173: Test failed: Expected CreateFileW to succeed for index 2 console.c:1173: Test failed: Expected CreateFileW to succeed for index 7 console.c:1173: Test failed: Expected CreateFileW to succeed for index 9 === W7PROX64 (64 bit console) === console.c:1173: Test failed: Expected CreateFileW to succeed for index 0 console.c:1173: Test failed: Expected CreateFileW to succeed for index 2 console.c:1173: Test failed: Expected CreateFileW to succeed for index 7 console.c:1173: Test failed: Expected CreateFileW to succeed for index 9 === TEST64_W7SP1 (64 bit console) === console.c:1173: Test failed: Expected CreateFileW to succeed for index 0 console.c:1173: Test failed: Expected CreateFileW to succeed for index 2 console.c:1173: Test failed: Expected CreateFileW to succeed for index 7 console.c:1173: Test failed: Expected CreateFileW to succeed for index 9
participants (1)
-
Marvin